put tx queue size back to 1024

This commit is contained in:
kmacy 2008-01-16 00:26:04 +00:00
parent 84df07987f
commit df0456225c

View File

@ -149,11 +149,7 @@ enum { /* adapter flags */
#define FL_Q_SIZE 4096
#define JUMBO_Q_SIZE 1024
#define RSPQ_Q_SIZE 1024
#if 0
#define TX_ETH_Q_SIZE 1024
#else
#define TX_ETH_Q_SIZE 64
#endif
enum { TXQ_ETH = 0,
TXQ_OFLD = 1,