wifi: mac80211: mlme: remove address arg to ieee80211_mark_sta_auth()
authorJohannes Berg <johannes.berg@intel.com>
Tue, 12 Jul 2022 13:13:23 +0000 (15:13 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:22 +0000 (11:43 +0200)
commita857c21eaf398875dce41814761353e807054636
tree3885e0b1df31de0e3f0a64463e2d6cc624a3a0a7
parent6911458dc4283a790194d54d6e854a6ed63e42e8
wifi: mac80211: mlme: remove address arg to ieee80211_mark_sta_auth()

There's no need to pass the address, we can look at the auth_data
inside the function rather than outside.

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