]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5063022753a057c99b43f3a8c3573f0ca658a633
tree75fe8ec6b9e3403084f7d2da579faeb8fa60b8c9
parent9bd2399a3d2cc03ade351e28dd8c6aed3332c37c
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