Commit bffa42e1 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: desc.h Remove unused macros

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d4f376dd
...@@ -39,28 +39,15 @@ ...@@ -39,28 +39,15 @@
/* max transmit or receive buffer size */ /* max transmit or receive buffer size */
#define CB_MAX_BUF_SIZE 2900U /* NOTE: must be multiple of 4 */ #define CB_MAX_BUF_SIZE 2900U /* NOTE: must be multiple of 4 */
/* max TX buffer size */
#define CB_MAX_TX_BUF_SIZE CB_MAX_BUF_SIZE
/* max RX buffer size when not use Multi-RD */
#define CB_MAX_RX_BUF_SIZE_NORMAL CB_MAX_BUF_SIZE
#define CB_BEACON_BUF_SIZE 512U /* default beacon buffer size */
#define MAX_TOTAL_SIZE_WITH_ALL_HEADERS CB_MAX_BUF_SIZE #define MAX_TOTAL_SIZE_WITH_ALL_HEADERS CB_MAX_BUF_SIZE
#define MAX_INTERRUPT_SIZE 32 #define MAX_INTERRUPT_SIZE 32
#define RX_BLOCKS 64 /* from 0x60 to 0xA0 */
#define TX_BLOCKS 32 /* from 0xA0 to 0xC0 */
#define CB_MAX_RX_DESC 128 /* max # of descriptors */ #define CB_MAX_RX_DESC 128 /* max # of descriptors */
#define CB_MIN_RX_DESC 16 /* min # of RX descriptors */ #define CB_MIN_RX_DESC 16 /* min # of RX descriptors */
#define CB_MAX_TX_DESC 128 /* max # of descriptors */ #define CB_MAX_TX_DESC 128 /* max # of descriptors */
#define CB_MIN_TX_DESC 16 /* min # of TX descriptors */ #define CB_MIN_TX_DESC 16 /* min # of TX descriptors */
#define CB_RD_NUM 64 /* default # of RD */
#define CB_TD_NUM 64 /* default # of TD */
/* /*
* bits in the RSR register * bits in the RSR register
*/ */
......
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