Commit 6011b779 authored by Tony Cho's avatar Tony Cho Committed by Greg Kroah-Hartman

staging: wilc1000: remove AGING_ALG

This patch removes AGING_ALG from the Makefile because it is always in
use.
Signed-off-by: default avatarTony Cho <tony.cho@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 50f41520
...@@ -9,7 +9,6 @@ ccflags-y += -DSTA_FIRMWARE=\"atmel/wilc1000_fw.bin\" \ ...@@ -9,7 +9,6 @@ ccflags-y += -DSTA_FIRMWARE=\"atmel/wilc1000_fw.bin\" \
-DP2P_CONCURRENCY_FIRMWARE=\"atmel/wilc1000_p2p_fw.bin\" -DP2P_CONCURRENCY_FIRMWARE=\"atmel/wilc1000_p2p_fw.bin\"
ccflags-y += -I$(src)/ -D__CHECK_ENDIAN__ -DWILC_ASIC_A0 \ ccflags-y += -I$(src)/ -D__CHECK_ENDIAN__ -DWILC_ASIC_A0 \
-DAGING_ALG \
-Wno-unused-function -DWILC_DEBUGFS -Wno-unused-function -DWILC_DEBUGFS
#ccflags-y += -DTCP_ACK_FILTER #ccflags-y += -DTCP_ACK_FILTER
......
...@@ -96,9 +96,7 @@ typedef struct { ...@@ -96,9 +96,7 @@ typedef struct {
unsigned long u32TimeRcvdInScanCached; unsigned long u32TimeRcvdInScanCached;
unsigned long u32TimeRcvdInScan; unsigned long u32TimeRcvdInScan;
bool bNewNetwork; bool bNewNetwork;
#ifdef AGING_ALG
u8 u8Found; u8 u8Found;
#endif
u32 u32Tsf; u32 u32Tsf;
u8 *pu8IEs; u8 *pu8IEs;
u16 u16IEsLen; u16 u16IEsLen;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment