summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan.h
diff options
context:
space:
mode:
authorChris Park <chris.park@atmel.com>2016-02-22 13:12:09 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-22 11:47:00 -0800
commitc09632ea4a424392ec5cd4a032dc7636f2f7a8ae (patch)
tree4424fd3f5f21f114d38b197e2f4dd8b335a9b2d6 /drivers/staging/wilc1000/wilc_wlan.h
parentb331f1597238097a9af0249e72e2a23a6cc86d7e (diff)
downloadop-kernel-dev-c09632ea4a424392ec5cd4a032dc7636f2f7a8ae.zip
op-kernel-dev-c09632ea4a424392ec5cd4a032dc7636f2f7a8ae.tar.gz
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: 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.h')
-rw-r--r--drivers/staging/wilc1000/wilc_wlan.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan.h b/drivers/staging/wilc1000/wilc_wlan.h
index 06d02ab..792d338 100644
--- a/drivers/staging/wilc1000/wilc_wlan.h
+++ b/drivers/staging/wilc1000/wilc_wlan.h
@@ -128,6 +128,9 @@
#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. */
/*******************************************/
OpenPOWER on IntegriCloud