Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
brcmfmac: fix reporting support for 160 MHz channels
Driver can report IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_160MHZ so it's important to provide valid & complete info about supported bands for each channel. By default no support for 160 MHz should be assumed unless firmware reports it for a given channel later. This fixes info passed to the userspace. Without that change userspace could try to use invalid channel and fail to start an interface. Signed-off-by: Rafał Miłecki <[email protected]> Cc: [email protected] Signed-off-by: Kalle Valo <[email protected]>
- Loading branch information