diff options
author | Igal Chernobelsky <igalc@ti.com> | 2012-07-31 14:48:46 +0300 |
---|---|---|
committer | Luciano Coelho <luca@coelho.fi> | 2012-09-27 12:13:51 +0300 |
commit | f1c434df6727ebb3068b67b06eae945a80f07ad3 (patch) | |
tree | 2e1b08b862859bdae002d65ff327f1f94ac68903 /drivers/net/wireless/ti/wl18xx/wl18xx.h | |
parent | f83e54134a6d38437ddee0fda96692a6b0c33b0e (diff) | |
download | linux-f1c434df6727ebb3068b67b06eae945a80f07ad3.tar.gz linux-f1c434df6727ebb3068b67b06eae945a80f07ad3.tar.bz2 linux-f1c434df6727ebb3068b67b06eae945a80f07ad3.zip |
wl18xx/wl12xx: defines for Tx/Rx descriptors num
Use defines for number of Tx/Rx descriptors.
Signed-off-by: Igal Chernobelsky <igalc@ti.com>
Signed-off-by: Luciano Coelho <luca@coelho.fi>
Diffstat (limited to 'drivers/net/wireless/ti/wl18xx/wl18xx.h')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/wl18xx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/wl18xx.h b/drivers/net/wireless/ti/wl18xx/wl18xx.h index 6452396fa1d4..9882e29db4a8 100644 --- a/drivers/net/wireless/ti/wl18xx/wl18xx.h +++ b/drivers/net/wireless/ti/wl18xx/wl18xx.h @@ -33,6 +33,9 @@ #define WL18XX_CMD_MAX_SIZE 740 +#define WL18XX_NUM_TX_DESCRIPTORS 32 +#define WL18XX_NUM_RX_DESCRIPTORS 32 + struct wl18xx_priv { /* buffer for sending commands to FW */ u8 cmd_buf[WL18XX_CMD_MAX_SIZE]; |