summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAiny Kumari <quic_ainykuma@quicinc.com>2023-03-16 12:39:32 +0530
committerJouni Malinen <j@w1.fi>2023-03-22 16:31:36 +0200
commitcf8f13ac8591d3954be432444a4c64b6a681fcfa (patch)
treea1b8760ef6bff0ba888b795b00bc8bb8ab4997d9
parenta0403c0239c46b6af9aeb0c6ddab1e41146fa209 (diff)
downloadhostap-cf8f13ac8591d3954be432444a4c64b6a681fcfa.tar.gz
Add support to send 320 MHz bandwidth through vendor subcmd
Extend QCA_WLAN_VENDOR_ATTR_CONFIG_CHANNEL_WIDTH to configure 320 MHz bandwidth to the driver/firmware. Signed-off-by: Ainy Kumari <quic_ainykuma@quicinc.com>
-rw-r--r--src/common/qca-vendor.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h
index 37e68e906..6c25816b0 100644
--- a/src/common/qca-vendor.h
+++ b/src/common/qca-vendor.h
@@ -2625,12 +2625,8 @@ enum qca_wlan_vendor_attr_config {
* state, it should not exceed the negotiated channel width. If it is
* configured when STA is in disconnected state, the configured value
* will take effect for the next immediate connection.
- * Possible values are:
- * NL80211_CHAN_WIDTH_20
- * NL80211_CHAN_WIDTH_40
- * NL80211_CHAN_WIDTH_80
- * NL80211_CHAN_WIDTH_80P80
- * NL80211_CHAN_WIDTH_160
+ *
+ * This uses values defined in enum nl80211_chan_width.
*/
QCA_WLAN_VENDOR_ATTR_CONFIG_CHANNEL_WIDTH = 63,