diff options
author | Chun-Yeow Yeoh <yeohchunyeow@gmail.com> | 2014-02-26 20:42:05 +0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-02-27 20:37:05 +0400 |
commit | e72698f8a95f16ca764b62b609c50e3423e2a584 (patch) | |
tree | 43cafe6822ab56cce95fcbf89502482b02f24e75 /drivers/net/wireless/ath/ath10k/htt.h | |
parent | 76f900244f084ae684c282f7aac938419d6afb2e (diff) | |
download | linux-e72698f8a95f16ca764b62b609c50e3423e2a584.tar.xz |
ath10k: set the mactime of ieee80211_rx_status
Retrieve the mactime of ieee80211_rx_status based on received
data frame. The value is obtained from the htt_rx_indication_ppdu
structure and only available in 32-bit.
kvalo: white space fixes
Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/htt.h')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/htt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/htt.h b/drivers/net/wireless/ath/ath10k/htt.h index b93ae355bc08..02c009d227a4 100644 --- a/drivers/net/wireless/ath/ath10k/htt.h +++ b/drivers/net/wireless/ath/ath10k/htt.h @@ -1181,6 +1181,8 @@ struct htt_rx_info { u32 info1; u32 info2; } rate; + + u32 tsf; bool fcs_err; bool amsdu_more; bool mic_err; |