linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] qca-swiss-army-knife: ath10k-fwencoder: add new 'single-chan-info-per-channel'
@ 2018-11-17  0:47 Brian Norris
  2018-11-17  0:48 ` Brian Norris
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Norris @ 2018-11-17  0:47 UTC (permalink / raw)
  To: qca-linux-team; +Cc: linux-wireless, ath10k, Brian Norris

Signed-off-by: Brian Norris <briannorris@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
-- 
2.19.1.1215.g8438c0b245-goog


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] qca-swiss-army-knife: ath10k-fwencoder: add new 'single-chan-info-per-channel'
  2018-11-17  0:47 [PATCH] qca-swiss-army-knife: ath10k-fwencoder: add new 'single-chan-info-per-channel' Brian Norris
@ 2018-11-17  0:48 ` Brian Norris
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Norris @ 2018-11-17  0:48 UTC (permalink / raw)
  To: qca-linux-team; +Cc: linux-wireless, ath10k

On Fri, Nov 16, 2018 at 4:47 PM Brian Norris <briannorris@chromium.org> wrote:
> This ancient Wifi still tells me I can send patches here, though I

s/Wifi/Wiki/

Sorry,
Brian

> haven't seen that much :)
>
> https://github.com/mcgrof/qca-swiss-army-knife/wiki

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-17  0:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-17  0:47 [PATCH] qca-swiss-army-knife: ath10k-fwencoder: add new 'single-chan-info-per-channel' Brian Norris
2018-11-17  0:48 ` Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).