]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: cfg80211: simplify cfg80211_mlme_auth() prototype
authorJohannes Berg <johannes.berg@intel.com>
Wed, 1 Jun 2022 20:42:28 +0000 (22:42 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Jun 2022 10:55:48 +0000 (12:55 +0200)
commit4223c44d23ed0d3b9a5b1bb56d1b16df88d5672b
tree13d21d116f75904ac4ce871c6b283ac6f6eebdfb
parent4fc88cb8f71f2a52fb1c627ce77a1d22dff91013
wifi: cfg80211: simplify cfg80211_mlme_auth() prototype

This function has far too many parameters now, move out
the BSS lookup and pass the request struct instead.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/core.h
net/wireless/mlme.c
net/wireless/nl80211.c
net/wireless/sme.c