Browse Source

staging: rtl8192e: Remove dead code associated with ADHOC_11N

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Larry Finger 14 years ago
parent
commit
07f432338a
1 changed files with 0 additions and 4 deletions
  1. 0 4
      drivers/staging/rtl8192e/rtllib_softmac.c

+ 0 - 4
drivers/staging/rtl8192e/rtllib_softmac.c

@@ -2780,11 +2780,7 @@ void rtllib_start_ibss_wq(void *data)
 	}
 
 	ieee->state = RTLLIB_NOLINK;
-#ifdef ADHOC_11N
-	ieee->mode = IEEE_N_24G;
-#else
 	ieee->mode = IEEE_G;
-#endif
 	/* check if we have this cell in our network list */
 	rtllib_softmac_check_all_nets(ieee);