]> 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)
commit95fb2ce64f9d0fa2d97972c51cec4c257a4b4f6c
tree13d21d116f75904ac4ce871c6b283ac6f6eebdfb
parent38f6cdf1d40817b6fb9044150bac82b18958c9d5
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