]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: add missing policy for NL80211_ATTR_STATUS_CODE
authorSergey Matyukevich <sergey.matyukevich.os@quantenna.com>
Thu, 13 Feb 2020 13:16:16 +0000 (13:16 +0000)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 14 Feb 2020 08:50:37 +0000 (09:50 +0100)
commitb707807dae2f0319f6b8c6f5097c1fe434bbdb42
tree4eb99ae225ceff273b382d67040c5d1f31a3c785
parent3310e50abb209c531936af80ab9a16a9cb6cb34e
cfg80211: add missing policy for NL80211_ATTR_STATUS_CODE

The nl80211_policy is missing for NL80211_ATTR_STATUS_CODE attribute.
As a result, for strictly validated commands, it's assumed to not be
supported.

Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com>
Link: https://lore.kernel.org/r/20200213131608.10541-2-sergey.matyukevich.os@quantenna.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c