Repair build of tools/ath/athalq and define missing value len.

Reviewed by:	adrian
This commit is contained in:
Sean Bruno 2014-10-13 16:48:01 +00:00
parent 6e97fd7dbf
commit 7d25e50fdf

View File

@ -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