Re: [PATCH 1/2] cfg80211: Use a structure to pass connect response params
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2017-03-31 06:32:04
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2017-03-31 06:32:04
On Fri, 2017-03-31 at 00:22 +0300, Jouni Malinen wrote:
From: Vidyullatha Kanchanapally <redacted> 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.
Applied, I added the new things to the documentation. johannes