summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_mon.c
diff options
context:
space:
mode:
authorGlen Lee <glen.lee@atmel.com>2015-09-16 18:53:20 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-16 21:43:05 -0700
commit108b3439b7dd51687983d42e66532b9dbd3204d1 (patch)
tree8492427d32da208e69bb5b87ae582ed961e37d2c /drivers/staging/wilc1000/linux_mon.c
parent6569738ad547c6562c94254245a12aaaf2e375c4 (diff)
downloadop-kernel-dev-108b3439b7dd51687983d42e66532b9dbd3204d1.zip
op-kernel-dev-108b3439b7dd51687983d42e66532b9dbd3204d1.tar.gz
staging: wilc1000: remove define WILC_AP_EXTERNAL_MLME and ifdef line
This driver use WILC_AP_EXTERNAL_MLME define always. Delete define WILC_AP_EXTERNAL_MLME and ifdef line. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/linux_mon.c')
-rw-r--r--drivers/staging/wilc1000/linux_mon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/linux_mon.c b/drivers/staging/wilc1000/linux_mon.c
index af5d0f5..4c02b98 100644
--- a/drivers/staging/wilc1000/linux_mon.c
+++ b/drivers/staging/wilc1000/linux_mon.c
@@ -11,7 +11,6 @@
#include "wilc_wlan_if.h"
#include "wilc_wlan.h"
-#ifdef WILC_AP_EXTERNAL_MLME
struct wilc_wfi_radiotap_hdr {
struct ieee80211_radiotap_header hdr;
@@ -419,4 +418,3 @@ int WILC_WFI_deinit_mon_interface(void)
return 0;
}
-#endif /* WILC_AP_EXTERNAL_MLME */
OpenPOWER on IntegriCloud