]> asedeno.scripts.mit.edu Git - linux.git/commit
nl80211: fill all policy .type entries
authorJohannes Berg <johannes.berg@intel.com>
Tue, 28 May 2019 12:19:07 +0000 (14:19 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 29 May 2019 09:12:11 +0000 (11:12 +0200)
commit180aa422ef2701bd466bb9ade1923a17adfc6299
treefd320dd9e380b85c902d7041dc09f445a8733c87
parent0112fa557c3bb3a002bc85760dc3761d737264d3
nl80211: fill all policy .type entries

For old commands, it's fine to have .type = NLA_UNSPEC and it
behaves the same as NLA_MIN_LEN. However, for new commands with
strict validation this is no longer true, and for policy export
to userspace these are also ignored.

Fix up the remaining ones that don't have a type.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c