summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_cfgoperations.h
diff options
context:
space:
mode:
authorGlen Lee <glen.lee@atmel.com>2015-09-16 18:53:21 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-16 21:43:06 -0700
commitfcc6ef9230373eeb0c6d897c22fef390378abc3b (patch)
treeacfec8101d22cd95a14db38878d9fb0a5c945668 /drivers/staging/wilc1000/wilc_wfi_cfgoperations.h
parent108b3439b7dd51687983d42e66532b9dbd3204d1 (diff)
downloadop-kernel-dev-fcc6ef9230373eeb0c6d897c22fef390378abc3b.zip
op-kernel-dev-fcc6ef9230373eeb0c6d897c22fef390378abc3b.tar.gz
staging: wilc1000: remove define WILC_P2P and ifdef line
WILC_P2P is always used in the driver. So delete define WILC_P2P 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/wilc_wfi_cfgoperations.h')
-rw-r--r--drivers/staging/wilc1000/wilc_wfi_cfgoperations.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.h b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.h
index 5fd0757..dff8265 100644
--- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.h
+++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.h
@@ -20,8 +20,6 @@
#define AES BIT(5)
#define TKIP BIT(6)
-#ifdef WILC_P2P
-
/*Public action frame index IDs*/
#define FRAME_TYPE_ID 0
#define ACTION_CAT_ID 24
@@ -47,7 +45,6 @@
#define GAS_INTIAL_RSP 0x0b
#define INVALID_CHANNEL 0
-#endif
#define nl80211_SCAN_RESULT_EXPIRE (3 * HZ)
#define SCAN_RESULT_EXPIRE (40 * HZ)
OpenPOWER on IntegriCloud