wifi: mac80211: move sta_info_move_state() up
authorJohannes Berg <johannes.berg@intel.com>
Sun, 4 Jun 2023 09:11:21 +0000 (12:11 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 6 Jun 2023 12:15:46 +0000 (14:15 +0200)
commit10a7ba92c7ab6cbac3c805ab3ee0642e91f1da97
tree8425bec7c4a990659ac4d88bfaed8e50d4f34801
parentba7af2654e3b7b810c750b3c6106f6f20b81cc88
wifi: mac80211: move sta_info_move_state() up

To fix a sequencing issue, this code needs to be changed
a bit. Move it up in the file to prepare for that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230604120651.05bb735d7075.I984b5c194a0f84580247d73620a4e61a5f82a774@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/sta_info.c