diff options
author | John Crispin <john@phrozen.org> | 2020-02-04 18:11:33 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2020-02-11 21:28:33 +0300 |
commit | 6a0c370259c76c439d75114def0a40ac03bcd829 (patch) | |
tree | 3e4ebba72249861c3e4cfffdf4a86ee208cc3b4b /drivers/net/wireless/ath/ath11k/dp_tx.c | |
parent | be43ce646b93899b23eaac55aea695397db2f35f (diff) | |
download | linux-6a0c370259c76c439d75114def0a40ac03bcd829.tar.xz |
ath11k: add HE rate accounting to driver
Parse and store the out-of-band rates reported by the FW.
Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath11k/dp_tx.c')
-rw-r--r-- | drivers/net/wireless/ath/ath11k/dp_tx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath11k/dp_tx.c b/drivers/net/wireless/ath/ath11k/dp_tx.c index 6d7d33761caf..8c3f973923d6 100644 --- a/drivers/net/wireless/ath/ath11k/dp_tx.c +++ b/drivers/net/wireless/ath/ath11k/dp_tx.c @@ -7,6 +7,7 @@ #include "dp_tx.h" #include "debug.h" #include "hw.h" +#include "peer.h" /* NOTE: Any of the mapped ring id value must not exceed DP_TCL_NUM_RING_MAX */ static const u8 |