]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: mac80211: use struct for ieee80211_determine_ap_chan() args
authorJohannes Berg <johannes.berg@intel.com>
Tue, 28 Apr 2026 09:25:29 +0000 (11:25 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 5 May 2026 12:49:02 +0000 (14:49 +0200)
commitc5254002ca4bd9f80c35fc521c6f577bb044844e
tree067734d701fefc116eddb733f008e35f2803e6c2
parentb22aa70212364ffe54316b7ddcf0e98be1325873
wifi: mac80211: use struct for ieee80211_determine_ap_chan() args

There are too many arguments, and we're going to need another one
for DBE. Collect them into a struct instead.

Link: https://patch.msgid.link/20260428112708.25728de3468e.Ic3b172b7a52f5876b3ea702bc1f092111db45f20@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c