summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/wilc_wlan_if.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_wlan_if.h
parentec58d2a8727d34a2b51295895d51279abf9edd74 (diff)
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_wlan_if.h')
-rw-r--r--drivers/staging/wilc1000/wilc_wlan_if.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h
index 021a2aab0ce8..9f9f4a97fa99 100644
--- a/drivers/staging/wilc1000/wilc_wlan_if.h
+++ b/drivers/staging/wilc1000/wilc_wlan_if.h
@@ -16,7 +16,6 @@
#define WILC_P2P
#define TCP_ENHANCEMENTS
/* #define MEMORY_STATIC */
-/* #define WILC_FULLY_HOSTING_AP */
/* #define USE_OLD_SPI_SW */
@@ -155,9 +154,6 @@ typedef struct {
} wilc_wlan_inp_t;
struct tx_complete_data {
- #ifdef WILC_FULLY_HOSTING_AP
- struct tx_complete_data *next;
- #endif
int size;
void *buff;
uint8_t *pBssid;
@@ -184,11 +180,6 @@ typedef struct {
/*Bug3959: transmitting mgmt frames received from host*/
#if defined(WILC_AP_EXTERNAL_MLME) || defined(WILC_P2P)
int (*wlan_add_mgmt_to_tx_que)(void *, uint8_t *, uint32_t, wilc_tx_complete_func_t);
-
- #ifdef WILC_FULLY_HOSTING_AP
- int (*wlan_add_data_to_tx_que)(void *, uint8_t *, uint32_t, wilc_tx_complete_func_t);
- #endif
-
#endif
} wilc_wlan_oup_t;