mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use HAL_NUM_RX_QUEUES rather than a magic constant.
This commit is contained in:
parent
ad3e6dcd37
commit
661deb68d5
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ struct ath_softc {
|
|||
uint32_t sc_bssidmask; /* bssid mask */
|
||||
|
||||
struct ath_rx_methods sc_rx;
|
||||
struct ath_rx_edma sc_rxedma[2]; /* HP/LP queues */
|
||||
struct ath_rx_edma sc_rxedma[HAL_NUM_RX_QUEUES]; /* HP/LP queues */
|
||||
int sc_rx_statuslen;
|
||||
int sc_tx_desclen;
|
||||
int sc_tx_statuslen;
|
||||
|
|
|
|||
Loading…
Reference in a new issue