]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add support to send 320 MHz bandwidth through vendor subcmd
authorAiny Kumari <quic_ainykuma@quicinc.com>
Thu, 16 Mar 2023 07:09:32 +0000 (12:39 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 22 Mar 2023 14:31:36 +0000 (16:31 +0200)
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>
src/common/qca-vendor.h

index 37e68e906b55a26a25709569ab49c3a3be97350b..6c25816b044a82f306ce45b4ef833162cbae2ad9 100644 (file)
@@ -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,