Brian Norris
2018-11-17 00:47:20 UTC
Signed-off-by: Brian Norris <***@chromium.org>
---
This ancient Wifi still tells me I can send patches here, though I
haven't seen that much :)
https://github.com/mcgrof/qca-swiss-army-knife/wiki
tools/scripts/ath10k/ath10k-fwencoder | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/tools/scripts/ath10k/ath10k-fwencoder b/tools/scripts/ath10k/ath10k-fwencoder
index be1e7844345d..848e92054ff5 100755
--- a/tools/scripts/ath10k/ath10k-fwencoder
+++ b/tools/scripts/ath10k/ath10k-fwencoder
@@ -63,7 +63,8 @@ ATH10K_FW_FEATURE_ALLOWS_MESH_BCAST = 16
ATH10K_FW_FEATURE_NO_PS = 17
ATH10K_FW_FEATURE_MGMT_TX_BY_REF = 18
ATH10K_FW_FEATURE_NON_BMI = 19
-ATH10K_FW_FEATURE_MAX = 20
+ATH10K_FW_FEATURE_SINGLE_CHAN_INFO_PER_CHANNEL = 20
+ATH10K_FW_FEATURE_MAX = 21
feature_map = {
'ext-wmi-mgmt-rx': ATH10K_FW_FEATURE_EXT_WMI_MGMT_RX,
@@ -87,6 +88,8 @@ feature_map = {
'no-ps': ATH10K_FW_FEATURE_NO_PS,
'mgmt-tx-by-ref': ATH10K_FW_FEATURE_MGMT_TX_BY_REF,
'non-bmi': ATH10K_FW_FEATURE_NON_BMI,
+ 'single-chan-info-per-channel':
+ ATH10K_FW_FEATURE_SINGLE_CHAN_INFO_PER_CHANNEL,
}
# from enum ath10k_fw_wmi_op_version in ath10k/hw.h
---
This ancient Wifi still tells me I can send patches here, though I
haven't seen that much :)
https://github.com/mcgrof/qca-swiss-army-knife/wiki
tools/scripts/ath10k/ath10k-fwencoder | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/tools/scripts/ath10k/ath10k-fwencoder b/tools/scripts/ath10k/ath10k-fwencoder
index be1e7844345d..848e92054ff5 100755
--- a/tools/scripts/ath10k/ath10k-fwencoder
+++ b/tools/scripts/ath10k/ath10k-fwencoder
@@ -63,7 +63,8 @@ ATH10K_FW_FEATURE_ALLOWS_MESH_BCAST = 16
ATH10K_FW_FEATURE_NO_PS = 17
ATH10K_FW_FEATURE_MGMT_TX_BY_REF = 18
ATH10K_FW_FEATURE_NON_BMI = 19
-ATH10K_FW_FEATURE_MAX = 20
+ATH10K_FW_FEATURE_SINGLE_CHAN_INFO_PER_CHANNEL = 20
+ATH10K_FW_FEATURE_MAX = 21
feature_map = {
'ext-wmi-mgmt-rx': ATH10K_FW_FEATURE_EXT_WMI_MGMT_RX,
@@ -87,6 +88,8 @@ feature_map = {
'no-ps': ATH10K_FW_FEATURE_NO_PS,
'mgmt-tx-by-ref': ATH10K_FW_FEATURE_MGMT_TX_BY_REF,
'non-bmi': ATH10K_FW_FEATURE_NON_BMI,
+ 'single-chan-info-per-channel':
+ ATH10K_FW_FEATURE_SINGLE_CHAN_INFO_PER_CHANNEL,
}
# from enum ath10k_fw_wmi_op_version in ath10k/hw.h
--
2.19.1.1215.g8438c0b245-goog
2.19.1.1215.g8438c0b245-goog