]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: wilc1000: moves LINUX_RX_SIZE, LINUX_TX_SIZE
authorChris Park <chris.park@atmel.com>
Mon, 22 Feb 2016 04:12:09 +0000 (13:12 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Feb 2016 19:47:00 +0000 (11:47 -0800)
This patch moves LINUX_RX_SIZE and LINUX_TX_SIZE to wilc_wlan.h file
because there are only used to wilc_wlan.c file.

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.h

index 51601aaa2588fa404228e32b8fd883c40dd3b3dd..aa2c02615210dcbef64fc9fb20db51ecd235ade4 100644 (file)
@@ -1,10 +1,6 @@
 #ifndef LINUX_WLAN_COMMON_H
 #define LINUX_WLAN_COMMON_H
 
-#define LINUX_RX_SIZE  (96 * 1024)
-#define LINUX_TX_SIZE  (64 * 1024)
-
-
 #define WILC_MULTICAST_TABLE_SIZE      8
 
 #if defined(BEAGLE_BOARD)
index 06d02abd49a4aa6474a6e7845f037faedf54058a..792d338bf3d46494005d93d7cc33f4d23879c55c 100644 (file)
 #define WILC_PLL_TO_SPI                2
 #define ABORT_INT              BIT(31)
 
+#define LINUX_RX_SIZE          (96 * 1024)
+#define LINUX_TX_SIZE          (64 * 1024)
+
 /*******************************************/
 /*        E0 and later Interrupt flags.    */
 /*******************************************/