]> git.proxmox.com Git - mirror_ubuntu-focal-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)
committerPaolo Pisati <paolo.pisati@canonical.com>
Fri, 6 Mar 2020 11:38:13 +0000 (12:38 +0100)
commit279985dae4ed334ee21cea2c38a8b4a2cf2e9a6a
tree83a4018fffcd73db8b91eaa6b319619cc13646bb
parente491816665d3225992062e225d7b7add1ba9ad7f
cfg80211: add missing policy for NL80211_ATTR_STATUS_CODE

BugLink: https://bugs.launchpad.net/bugs/1866333
[ Upstream commit ea75080110a4c1fa011b0a73cb8f42227143ee3e ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
net/wireless/nl80211.c