rtl8188eu: Remove _CONFIG_NATIVEAP_MLME_ and CONFIG_NATIVEAP_MLME

The first is never defined. The second is always devined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-02-20 09:52:14 -06:00
parent 5ded2b3ded
commit 8f5cbefdef
9 changed files with 36 additions and 105 deletions

View file

@ -1562,8 +1562,6 @@ int rtw_acl_remove_sta(struct adapter *padapter, u8 *addr)
}
#ifdef CONFIG_NATIVEAP_MLME
static void update_bcn_fixed_ie(struct adapter *padapter)
{
DBG_871X("%s\n", __FUNCTION__);
@ -2541,5 +2539,4 @@ void stop_ap_mode(struct adapter *padapter)
}
#endif /* CONFIG_NATIVEAP_MLME */
#endif /* CONFIG_AP_MODE */