summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan_if.h
diff options
context:
space:
mode:
authorChris Park <chris.park@atmel.com>2016-02-22 13:41:16 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-22 11:48:19 -0800
commita3f2965054f1364ba36d8189f30e7c5fb18f0dc9 (patch)
treeabcadc55f64beadf5154f4705a86b8c7b9d04547 /drivers/staging/wilc1000/wilc_wlan_if.h
parentbda2b2fb4be2e7420697bab309223de05d4d02e6 (diff)
downloadop-kernel-dev-a3f2965054f1364ba36d8189f30e7c5fb18f0dc9.zip
op-kernel-dev-a3f2965054f1364ba36d8189f30e7c5fb18f0dc9.tar.gz
staging: wilc1000: move WILC_MULTICAST_TABLE_SIZE define to wilc_wlan_if.h file
This patch moves WILC_MULTICAST_TABLE_SIZE define to wilc_wlan_if.h file. This define is used to three files(host_interface.c,host_interface.h, linux_wlan.c) these files already include wilc_wlan_if.h file in common. Signed-off-by: Chris Park <chris.park@atmel.com> Signed-off-by: Leo Kim <leo.kim@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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h
index 269c56e..c33f7a6 100644
--- a/drivers/staging/wilc1000/wilc_wlan_if.h
+++ b/drivers/staging/wilc1000/wilc_wlan_if.h
@@ -95,7 +95,7 @@ typedef void (*wilc_tx_complete_func_t)(void *, int);
* Wlan Configuration ID
*
********************************************/
-
+#define WILC_MULTICAST_TABLE_SIZE 8
#define MAX_SSID_LEN 33
#define MAX_RATES_SUPPORTED 12
OpenPOWER on IntegriCloud