summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_cfgoperations.h
diff options
context:
space:
mode:
authorTony Cho <tony.cho@atmel.com>2015-09-07 19:09:29 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-12 18:24:44 -0700
commit1f39e10872c0ca161146e253d3efa18b59d5d9a5 (patch)
treecd6c3fbf8b74db740852d595dd8538e64f1708ab /drivers/staging/wilc1000/wilc_wfi_cfgoperations.h
parentec58d2a8727d34a2b51295895d51279abf9edd74 (diff)
downloadop-kernel-dev-1f39e10872c0ca161146e253d3efa18b59d5d9a5.zip
op-kernel-dev-1f39e10872c0ca161146e253d3efa18b59d5d9a5.tar.gz
staging: wilc1000: remove dead codes
This patch removes the preprocessor definition from the codes, as shown in the following, which is not used anymore. - WILC_FULLY_HOSTING_AP 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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.h b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.h
index 97b663b..3c3571d 100644
--- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.h
+++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.h
@@ -10,11 +10,6 @@
#define NM_WFI_CFGOPERATIONS
#include "wilc_wfi_netdevice.h"
-#ifdef WILC_FULLY_HOSTING_AP
-#include "wilc_host_ap.h"
-#endif
-
-
/* The following macros describe the bitfield map used by the firmware to determine its 11i mode */
#define NO_ENCRYPT 0
#define ENCRYPT_ENABLED (1 << 0)
OpenPOWER on IntegriCloud