| commit | 09c32e84e35ef9448e33a00f277795580f838e36 | [log] [tgz] |
|---|---|---|
| author | Johannes Berg <johannes.berg@intel.com> | Wed Aug 05 15:41:54 2020 +0200 |
| committer | Johannes Berg <johannes.berg@intel.com> | Tue Aug 18 10:16:24 2020 +0200 |
| tree | 79293b837dbe88736c2b5544ef4a0a547a068f5e | |
| parent | 5978ac023a8eb9fe8656f1e1037884ed664394fc [diff] |
nl80211: use NLA_POLICY_RANGE(NLA_BINARY, ...) for a few attributes We have a few attributes with minimum and maximum lengths that are not the same, use the new feature of being able to specify both in the policy to validate them, removing code and allowing this to be advertised to userspace in the policy export. Change-Id: I9d948d59870e521febcd79bb4a986b1de1dca47b Signed-off-by: Johannes Berg <johannes.berg@intel.com>