wifi: mac80211: mlme: remove sta argument from ieee80211_config_bw
authorJohannes Berg <johannes.berg@intel.com>
Mon, 27 Jun 2022 12:15:09 +0000 (14:15 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:16 +0000 (11:43 +0200)
commitd3853f700ce621f7f90f3a119a1b706f829fc55f
tree1fe9a5ac937ca82fc2953e45e05db3503b59f990
parent1dd0f31c23aa15d201576ae0b2a478cad8d7458f
wifi: mac80211: mlme: remove sta argument from ieee80211_config_bw

The argument is unused except for NULL checking, but we already
do that anyway, so it's not needed. Remove the argument.

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