ath9k_htc: Fix WMI and beacon header
Match the beacon header with that of the firmware. Also, the firmware reports the TSF for an SWBA, so store it. Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
29bbfb2491
commit
1c165c972b
@@ -96,8 +96,8 @@ struct tx_mgmt_hdr {
|
||||
} __packed;
|
||||
|
||||
struct tx_beacon_header {
|
||||
u8 len_changed;
|
||||
u8 vif_index;
|
||||
u8 len_changed;
|
||||
u16 rev;
|
||||
} __packed;
|
||||
|
||||
|
Reference in New Issue
Block a user