]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: wilc1000: move WILC_MULTICAST_TABLE_SIZE define to wilc_wlan_if.h file
authorChris Park <chris.park@atmel.com>
Mon, 22 Feb 2016 04:41:16 +0000 (13:41 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Feb 2016 19:48:19 +0000 (11:48 -0800)
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>
drivers/staging/wilc1000/linux_wlan_common.h
drivers/staging/wilc1000/wilc_wlan_if.h

index aa2c02615210dcbef64fc9fb20db51ecd235ade4..5a53512b2da1082e164c26c5c9c80e349dabfd8f 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef LINUX_WLAN_COMMON_H
 #define LINUX_WLAN_COMMON_H
 
-#define WILC_MULTICAST_TABLE_SIZE      8
-
 #if defined(BEAGLE_BOARD)
        #define SPI_CHANNEL     4
 
index 269c56ea147bca335f5858f1f3dd95357342f76b..c33f7a625db8f0d8cd74a674841b3e86da66c7dc 100644 (file)
@@ -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