mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Extend the RX descriptor block to include two more EVM words.
This will be needed for later AR93xx/AR94xx 3-stream devices.
This commit is contained in:
parent
7a3f3cabb1
commit
8cc7d3572f
1 changed files with 2 additions and 0 deletions
|
|
@ -113,6 +113,8 @@ struct ath_rx_status {
|
|||
uint32_t rs_evm0; /* evm bytes */
|
||||
uint32_t rs_evm1;
|
||||
uint32_t rs_evm2;
|
||||
uint32_t rs_evm3; /* needed for ar9300 and later */
|
||||
uint32_t rs_evm4; /* needed for ar9300 and later */
|
||||
#endif /* AH_SUPPORT_AR5416 */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue