]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: mac80211: remove ieee80211_link_unreserve_chanctx() return value
authorJohannes Berg <johannes.berg@intel.com>
Wed, 9 Jul 2025 20:37:54 +0000 (23:37 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 15 Jul 2025 09:00:38 +0000 (11:00 +0200)
commit8aec30bb11280d932d0349e8d0727a6f29f8fcc4
tree88f6416ead2c8bf69a15bf4476f178c55390b593
parenta6d521bafcb290294128a51b13dbf4baae5748fc
wifi: mac80211: remove ieee80211_link_unreserve_chanctx() return value

All the paths that could return an error are considered
misuses of the function and WARN already, and none of
the callers ever check the return value. Remove it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250709233537.5b436ee3c20c.Ieff61ec510939adb5fe6da4840557b649b3aa820@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/chan.c
net/mac80211/ieee80211_i.h