mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 05:53:06 +00:00
rtl8188eu: More changes from rtl8188EUS_rtl8189ES_linux_v4.1.8_9499.20131104
This one completes the changes for rtw_mlme.c Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
c8a380cd16
commit
ef77969222
2 changed files with 35 additions and 11 deletions
|
@ -343,6 +343,7 @@ struct mlme_priv {
|
|||
struct __queue free_bss_pool;
|
||||
struct __queue scanned_queue;
|
||||
u8 *free_bss_buf;
|
||||
u8 key_mask; /* use to restore wep key after hal_init */
|
||||
u32 num_of_scanned;
|
||||
|
||||
struct ndis_802_11_ssid assoc_ssid;
|
||||
|
@ -374,7 +375,6 @@ struct mlme_priv {
|
|||
struct rt_link_detect LinkDetectInfo;
|
||||
struct timer_list dynamic_chk_timer; /* dynamic/periodic check timer */
|
||||
|
||||
u8 key_mask; /* use for ips to set wep key after ips_leave */
|
||||
u8 acm_mask; /* for wmm acm mask */
|
||||
u8 ChannelPlan;
|
||||
enum rt_scan_type scan_mode; /* active: 1, passive: 0 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue