mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
Repair build of tools/ath/athalq and define missing value len.
Reviewed by: adrian
This commit is contained in:
parent
6e97fd7dbf
commit
7d25e50fdf
1 changed files with 1 additions and 0 deletions
|
|
@ -347,6 +347,7 @@ struct ar9300_txc {
|
|||
|
||||
/* ds_status2 */
|
||||
#define AR_data_len 0x00000fff
|
||||
#define AR_data_len_S 0
|
||||
#define AR_rx_more 0x00001000
|
||||
#define AR_num_delim 0x003fc000
|
||||
#define AR_num_delim_S 14
|
||||
|
|
|
|||
Loading…
Reference in a new issue