Commit 07f43233 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Remove dead code associated with ADHOC_11N

Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent f1c22567
...@@ -2780,11 +2780,7 @@ void rtllib_start_ibss_wq(void *data) ...@@ -2780,11 +2780,7 @@ void rtllib_start_ibss_wq(void *data)
} }
ieee->state = RTLLIB_NOLINK; ieee->state = RTLLIB_NOLINK;
#ifdef ADHOC_11N
ieee->mode = IEEE_N_24G;
#else
ieee->mode = IEEE_G; ieee->mode = IEEE_G;
#endif
/* check if we have this cell in our network list */ /* check if we have this cell in our network list */
rtllib_softmac_check_all_nets(ieee); rtllib_softmac_check_all_nets(ieee);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment