Skip to content

Commit

Permalink
staging: rtl8192e: Remove dead code associated with ADHOC_11N
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent f1c2256 commit 07f4323
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/rtl8192e/rtllib_softmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 07f4323

Please sign in to comment.