nl80211: add NL80211_CMD_UPDATE_FT_IES to supported commands
authorMatthew Wang <matthewmwang@chromium.org>
Thu, 22 Aug 2019 17:48:06 +0000 (10:48 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 22 Aug 2019 19:59:02 +0000 (21:59 +0200)
commit7010998c6caf7cf9706f31c1880b7aeac904e874
tree98f484add81c4c13cea8b54fa6f7acb14a83cd90
parentb26af9304467d8e7844397e702b51a4bdc74bedd
nl80211: add NL80211_CMD_UPDATE_FT_IES to supported commands

Add NL80211_CMD_UPDATE_FT_IES to supported commands. In mac80211 drivers,
this can be implemented via existing NL80211_CMD_AUTHENTICATE and
NL80211_ATTR_IE, but non-mac80211 drivers have a separate command for
this. A driver supports FT if it either is mac80211 or supports this
command.

Signed-off-by: Matthew Wang <matthewmwang@chromium.org>
Reviewed-by: Brian Norris <briannorris@chromium.org>
Link: https://lore.kernel.org/r/20190822174806.2954-1-matthewmwang@chromium.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c