diff options
author | Tamizh Chelvam <tamizhr@codeaurora.org> | 2020-08-19 20:55:38 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2020-08-26 17:52:54 +0300 |
commit | 2ca6a1dd83e15d4aa99fbcc0046a33249f5239d4 (patch) | |
tree | 8269450e7951488bf1493b796211802f1da793f9 /drivers/net/wireless/ath/ath10k/core.h | |
parent | 7b2531d93bac6bea67e9c7f49901e9e8796d6d57 (diff) | |
download | lwn-2ca6a1dd83e15d4aa99fbcc0046a33249f5239d4.tar.gz lwn-2ca6a1dd83e15d4aa99fbcc0046a33249f5239d4.zip |
ath10k: Add new api to support reset TID config
Add ops for reset_tid_config to support reset TID
configuration. This send default configuration to the
target for the TIDs and stores default value in the host.
Tested-on: QCA9984 hw1.0 PCI 10.4-3.9.0.2-00021
Signed-off-by: Tamizh Chelvam <tamizhr@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1593875614-5683-5-git-send-email-tamizhr@codeaurora.org
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/core.h')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/core.h b/drivers/net/wireless/ath/ath10k/core.h index 939cf01d03c3..4cf5bd4896bc 100644 --- a/drivers/net/wireless/ath/ath10k/core.h +++ b/drivers/net/wireless/ath/ath10k/core.h @@ -633,6 +633,7 @@ struct ath10k_vif { u8 rate_ctrl[ATH10K_TID_MAX]; u32 rate_code[ATH10K_TID_MAX]; int rtscts[ATH10K_TID_MAX]; + u32 tids_rst; }; struct ath10k_vif_iter { |