Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts: drivers/net/smsc911x.c
This commit is contained in:
@@ -376,7 +376,7 @@ static const u16 fifo_selector[MAX_TX_FIFOS] = {0, 1, 3, 3, 7, 7, 7, 7};
|
||||
/* Maintains Per FIFO related information. */
|
||||
struct tx_fifo_config {
|
||||
#define MAX_AVAILABLE_TXDS 8192
|
||||
u32 fifo_len; /* specifies len of FIFO upto 8192, ie no of TxDLs */
|
||||
u32 fifo_len; /* specifies len of FIFO up to 8192, ie no of TxDLs */
|
||||
/* Priority definition */
|
||||
#define TX_FIFO_PRI_0 0 /*Highest */
|
||||
#define TX_FIFO_PRI_1 1
|
||||
|
Reference in New Issue
Block a user