diff options
author | Rakesh Pillai <pillair@qti.qualcomm.com> | 2017-12-11 19:52:53 +0530 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2017-12-14 17:33:12 +0200 |
commit | 1807da49733e69bf6a6abd32c1e9b9c3b1f647e8 (patch) | |
tree | 0aff7a6a8a5f6122b40021edcf95c10f12a9f1a6 /drivers/net/wireless/ath/ath10k/core.h | |
parent | 229329ff345f80c95202eaf2d7a0f2910c06144e (diff) | |
download | lwn-1807da49733e69bf6a6abd32c1e9b9c3b1f647e8.tar.gz lwn-1807da49733e69bf6a6abd32c1e9b9c3b1f647e8.zip |
ath10k: wmi: add management tx by reference support over wmi
HL1.0 firmware branch, used in wcn3990, transmits management
frames by reference over WMI.
Add support for management tx by reference over WMI.
Signed-off-by: Rakesh Pillai <pillair@qti.qualcomm.com>
Signed-off-by: Govind Singh <govinds@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/core.h')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/core.h b/drivers/net/wireless/ath/ath10k/core.h index efd9eab5c139..631df2137e25 100644 --- a/drivers/net/wireless/ath/ath10k/core.h +++ b/drivers/net/wireless/ath/ath10k/core.h @@ -613,6 +613,9 @@ enum ath10k_fw_features { /* Firmware does not support power save in station mode. */ ATH10K_FW_FEATURE_NO_PS = 17, + /* Firmware allows management tx by reference instead of by value. */ + ATH10K_FW_FEATURE_MGMT_TX_BY_REF = 18, + /* keep last */ ATH10K_FW_FEATURE_COUNT, }; |