]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfe8ec47ae3e617eb4c0561a444751bf48d2632f4
tree3885e0b1df31de0e3f0a64463e2d6cc624a3a0a7
parenta9dd5c8a270dcabb480d86335db9f58155cbb2f0
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