Commit c09632ea authored by Chris Park's avatar Chris Park Committed by Greg Kroah-Hartman

staging: wilc1000: moves LINUX_RX_SIZE, LINUX_TX_SIZE

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: default avatarChris Park <chris.park@atmel.com>
Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b331f159
#ifndef LINUX_WLAN_COMMON_H #ifndef LINUX_WLAN_COMMON_H
#define 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 #define WILC_MULTICAST_TABLE_SIZE 8
#if defined(BEAGLE_BOARD) #if defined(BEAGLE_BOARD)
......
...@@ -128,6 +128,9 @@ ...@@ -128,6 +128,9 @@
#define WILC_PLL_TO_SPI 2 #define WILC_PLL_TO_SPI 2
#define ABORT_INT BIT(31) #define ABORT_INT BIT(31)
#define LINUX_RX_SIZE (96 * 1024)
#define LINUX_TX_SIZE (64 * 1024)
/*******************************************/ /*******************************************/
/* E0 and later Interrupt flags. */ /* E0 and later Interrupt flags. */
/*******************************************/ /*******************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment