mac80211: add vendor-specific capabilities to assoc request
authorJohannes Berg <johannes.berg@intel.com>
Fri, 18 Jun 2021 10:41:53 +0000 (13:41 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Jun 2021 11:05:09 +0000 (13:05 +0200)
commit9bd6a83e53a7a4d82f95b354856b64f4359cdddc
treecd5acd7a8438278e93bf389b0dc7fddab95871d7
parentf4f8650588d35deafaa4a4e28cceb3557a71e711
mac80211: add vendor-specific capabilities to assoc request

When sending an association request, add any vendor specific
capabilities at the end of the frame. This way, mac80211 is
still completely in charge of building the frame, but drivers
can determine what should be added depending on the band and
interface type.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20210618133832.80d716d69a5f.I28097ff19be6b22aebdc33a72795d2662755d41f@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c