mac80211: util: don't warn on missing sband iftype data
authorDavid Bauer <mail@david-bauer.net>
Sat, 25 Jul 2020 09:26:11 +0000 (11:26 +0200)
committerDavid Bauer <mail@david-bauer.net>
Sat, 25 Jul 2020 20:36:34 +0000 (22:36 +0200)
commita956c14d6aa49973b713120cede96bee41f2cd25
treede24b197007be60861d7efa2b6c2131fbc1ea4ab
parentd38d345c72e9783361a413411a3814f7d096fc7b
mac80211: util: don't warn on missing sband iftype data

The kernel currently floods the ringbuffer with warnings when adding a
mesh interface for a device not support HE 6GHz modes.

Return without warning in this case, as mesh_add_he_6ghz_cap_ie calls
ieee80211_ie_build_he_6ghz_cap regardless of the supported interface
modes.

Signed-off-by: David Bauer <mail@david-bauer.net>
package/kernel/mac80211/patches/subsys/600-mac80211-util-don-t-warn-on-missing-sband-iftype-dat.patch [new file with mode: 0644]