]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - net/wireless/nl80211.c
cfg80211: Use a structure to pass connect response params
authorVidyullatha Kanchanapally <vkanchan@qti.qualcomm.com>
Thu, 30 Mar 2017 21:22:33 +0000 (00:22 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 31 Mar 2017 06:31:26 +0000 (08:31 +0200)
commit5349a0f7bfbdd7d81b8418c707dcd1439c714647
tree75fe8ec6b9e3403084f7d2da579faeb8fa60b8c9
parent667a2e6bfeafa7ce202c22c702fea30ca7741c21
cfg80211: Use a structure to pass connect response params

Currently the connect event from driver takes all the connection
response parameters as arguments. With support for new features these
response parameters can grow. Use a structure to pass these parameters
rather than passing them as function arguments.

Signed-off-by: Vidyullatha Kanchanapally <vkanchan@qti.qualcomm.com>
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
[add to documentation]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Documentation/driver-api/80211/cfg80211.rst
include/net/cfg80211.h
net/wireless/core.h
net/wireless/mlme.c
net/wireless/nl80211.c
net/wireless/nl80211.h
net/wireless/sme.c
net/wireless/util.c