]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: rsi: Don't default to -EOPNOTSUPP in rsi_mac80211_config
authorSebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
Sat, 21 Feb 2026 16:28:04 +0000 (17:28 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 2 Mar 2026 11:06:03 +0000 (12:06 +0100)
commitd973b1039ccde6b241b438d53297edce4de45b5c
tree98abab662f3ec1f498ccb009eaa9a1cbdb0dd60b
parentb9c8fc2caea6ff7e45c6942de8fee53515c66b34
wifi: rsi: Don't default to -EOPNOTSUPP in rsi_mac80211_config

This triggers a WARN_ON in ieee80211_hw_conf_init and isn't the expected
behavior from the driver - other drivers default to 0 too.

Fixes: 0a44dfc07074 ("wifi: mac80211: simplify non-chanctx drivers")
Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
Link: https://patch.msgid.link/20260221-rsi-config-ret-v1-1-9a8f805e2f31@puri.sm
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/rsi/rsi_91x_mac80211.c