summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.h
diff options
context:
space:
mode:
authorGlen Lee2015-09-16 11:53:21 +0200
committerGreg Kroah-Hartman2015-09-17 06:43:06 +0200
commitfcc6ef9230373eeb0c6d897c22fef390378abc3b (patch)
treeacfec8101d22cd95a14db38878d9fb0a5c945668 /drivers/staging/wilc1000/coreconfigurator.h
parentstaging: wilc1000: remove define WILC_AP_EXTERNAL_MLME and ifdef line (diff)
downloadkernel-qcow2-linux-fcc6ef9230373eeb0c6d897c22fef390378abc3b.tar.gz
kernel-qcow2-linux-fcc6ef9230373eeb0c6d897c22fef390378abc3b.tar.xz
kernel-qcow2-linux-fcc6ef9230373eeb0c6d897c22fef390378abc3b.zip
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/coreconfigurator.h')
-rw-r--r--drivers/staging/wilc1000/coreconfigurator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/coreconfigurator.h b/drivers/staging/wilc1000/coreconfigurator.h
index 32e5b31a96a9..843906606f5c 100644
--- a/drivers/staging/wilc1000/coreconfigurator.h
+++ b/drivers/staging/wilc1000/coreconfigurator.h
@@ -111,9 +111,7 @@ typedef struct {
#ifdef AGING_ALG
u8 u8Found;
#endif
-#ifdef WILC_P2P
u32 u32Tsf; /* time-stamp [Low only 32 bit] */
-#endif
u8 *pu8IEs;
u16 u16IEsLen;
void *pJoinParams;