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>
This commit is contained in:
Ainy Kumari 2023-03-16 12:39:32 +05:30 committed by Jouni Malinen
parent a0403c0239
commit cf8f13ac85

View file

@ -2625,12 +2625,8 @@ enum qca_wlan_vendor_attr_config {
* state, it should not exceed the negotiated channel width. If it is * state, it should not exceed the negotiated channel width. If it is
* configured when STA is in disconnected state, the configured value * configured when STA is in disconnected state, the configured value
* will take effect for the next immediate connection. * will take effect for the next immediate connection.
* Possible values are: *
* NL80211_CHAN_WIDTH_20 * This uses values defined in enum nl80211_chan_width.
* NL80211_CHAN_WIDTH_40
* NL80211_CHAN_WIDTH_80
* NL80211_CHAN_WIDTH_80P80
* NL80211_CHAN_WIDTH_160
*/ */
QCA_WLAN_VENDOR_ATTR_CONFIG_CHANNEL_WIDTH = 63, QCA_WLAN_VENDOR_ATTR_CONFIG_CHANNEL_WIDTH = 63,