mirror of
https://github.com/open-sdr/openwifi.git
synced 2025-01-18 10:46:22 +00:00
Update the RX_BD_BUF_SIZE and NUM_RX_BD in sdr.h
This commit is contained in:
parent
088d2d18c4
commit
d4661bbd1c
@ -132,13 +132,13 @@ enum sdrctl_reg_cat {
|
||||
#define NUM_TX_BD (1<<NUM_BIT_NUM_TX_BD) // !!! should align to the fifo size in tx_bit_intf.v
|
||||
|
||||
#ifdef USE_NEW_RX_INTERRUPT
|
||||
#define NUM_RX_BD 8
|
||||
#define NUM_RX_BD 64
|
||||
#else
|
||||
#define NUM_RX_BD 16
|
||||
#endif
|
||||
|
||||
#define TX_BD_BUF_SIZE (8192)
|
||||
#define RX_BD_BUF_SIZE (8192)
|
||||
#define RX_BD_BUF_SIZE (2048)
|
||||
|
||||
#define NUM_BIT_MAX_NUM_HW_QUEUE 2
|
||||
#define MAX_NUM_HW_QUEUE 4 // number of queue in FPGA
|
||||
|
Loading…
Reference in New Issue
Block a user