wifi: mac80211: mlme: shift some code around
authorJohannes Berg <johannes.berg@intel.com>
Tue, 12 Jul 2022 09:13:56 +0000 (11:13 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:22 +0000 (11:43 +0200)
commit61513162aa2d6c17c37d25de2d0e5020cd9b37ec
treeff2eee1830ccd926b8248e3403afffd69aea24c5
parentbbe90107e1d9e1bb5fac0e36c63d4c1649a9a77d
wifi: mac80211: mlme: shift some code around

We'll need ieee80211_prep_channel() in other code for MLO
later, so move the code up - unchanged for now - to avoid
forward declarations in the future.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c