mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 05:53:06 +00:00
rtl8188eu: Make updates from rtl8188EUS_rtl8189ES_linux_v4.1.8_9499.20131104
This patch is step 1 of many. This driver has much better sensitivity than the previous version. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
18c80911a2
commit
c8a380cd16
5 changed files with 58 additions and 33 deletions
|
@ -43,6 +43,7 @@ void add_RATid(struct adapter *padapter, struct sta_info *psta,
|
|||
void expire_timeout_chk(struct adapter *padapter);
|
||||
void update_sta_info_apmode(struct adapter *padapter, struct sta_info *psta);
|
||||
int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len);
|
||||
void rtw_ap_restore_network(struct adapter *padapter);
|
||||
void rtw_set_macaddr_acl(struct adapter *padapter, int mode);
|
||||
int rtw_acl_add_sta(struct adapter *padapter, u8 *addr);
|
||||
int rtw_acl_remove_sta(struct adapter *padapter, u8 *addr);
|
||||
|
@ -61,5 +62,6 @@ void start_ap_mode(struct adapter *padapter);
|
|||
void stop_ap_mode(struct adapter *padapter);
|
||||
#endif
|
||||
#endif /* end of CONFIG_88EU_AP_MODE */
|
||||
void update_bmc_sta(struct adapter *padapter);
|
||||
|
||||
#endif
|
||||
|
|
|
@ -349,6 +349,7 @@ struct mlme_priv {
|
|||
u8 assoc_bssid[6];
|
||||
|
||||
struct wlan_network cur_network;
|
||||
struct wlan_network *cur_network_scanned;
|
||||
|
||||
u32 scan_interval;
|
||||
|
||||
|
@ -649,7 +650,10 @@ int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst);
|
|||
|
||||
void rtw_roaming(struct adapter *padapter, struct wlan_network *tgt_network);
|
||||
void _rtw_roaming(struct adapter *padapter, struct wlan_network *tgt_network);
|
||||
void rtw_set_roaming(struct adapter *adapter, u8 to_roaming);
|
||||
u8 rtw_to_roaming(struct adapter *adapter);
|
||||
|
||||
void rtw_stassoc_hw_rpt(struct adapter *adapter,struct sta_info *psta);
|
||||
void rtw_sta_media_status_rpt(struct adapter *adapter, struct sta_info *psta,
|
||||
u32 mstatus);
|
||||
|
||||
#endif /* __RTL871X_MLME_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue