remarkable-linux/drivers/staging/rtl8723au/core
Andreas Ruprecht 07a55cd9b2 staging: rtl8723au: core: Remove unneeded #ifdefs
In rtw_mlme_ext.c, nested #ifdef blocks form the following
structure inside the file:

 #ifdef CONFIG_8723AU_AP_MODE           (line 1323)
 [...]
 #ifdef CONFIG_8723AU_AP_MODE           (line 1720)
 [...]
 #endif
 (2 more ifdef blocks with CONFIG_8723AU_AP_MODE follow)
 [...]
 #endif /* CONFIG_8723AU_AP_MODE */     (line 1763)

The inner #ifdefs are unnecessary as they depend on the
same condition as the outer #ifdef and can thus be removed.

Signed-off-by: Andreas Ruprecht <andreas.ruprecht@fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-06-17 21:25:23 -07:00
..
rtw_ap.c staging:rtl8723au:rtw_ap:space prohibited between function name & '(' 2015-06-13 21:41:42 -07:00
rtw_cmd.c staging: rtl8723au: Update RT_TRACE macro and uses 2015-03-26 13:15:07 +01:00
rtw_efuse.c staging: rtl8723au: Update RT_TRACE macro and uses 2015-03-26 13:15:07 +01:00
rtw_ieee80211.c staging: rtl8723au: Update RT_TRACE macro and uses 2015-03-26 13:15:07 +01:00
rtw_mlme.c staging: rtl8723au: Update RT_TRACE macro and uses 2015-03-26 13:15:07 +01:00
rtw_mlme_ext.c staging: rtl8723au: core: Remove unneeded #ifdefs 2015-06-17 21:25:23 -07:00
rtw_pwrctrl.c staging: rtl8723au: Update RT_TRACE macro and uses 2015-03-26 13:15:07 +01:00
rtw_recv.c staging: rtl8723au: Update RT_TRACE macro and uses 2015-03-26 13:15:07 +01:00
rtw_security.c staging: rtl8723au: Remove unneeded comments 2015-04-03 15:25:47 +02:00
rtw_sreset.c staging: rtl8723au: Use register define REQ_NQOS_SEQ instead of hardcoded value 2014-10-20 10:30:14 +08:00
rtw_sta_mgt.c staging: rtl8723au: Update RT_TRACE macro and uses 2015-03-26 13:15:07 +01:00
rtw_wlan_util.c staging: rtl8723au: use swap() in WMMOnAssocRsp23a() 2015-06-12 17:19:47 -07:00
rtw_xmit.c staging: rtl8723au: Update RT_TRACE macro and uses 2015-03-26 13:15:07 +01:00