diff options
| author | Jeff Johnson <jjohnson@codeaurora.org> | 2018-05-06 13:49:12 -0700 |
|---|---|---|
| committer | nshrivas <nshrivas@codeaurora.org> | 2018-05-07 20:24:59 -0700 |
| commit | 18fb30a45bc830e997f5d55132cd912d5bd5c5c7 (patch) | |
| tree | 3fd0645d4eb976342cf35fd128fcc637ebf5079a /tools/perf/scripts/python | |
| parent | 95efcb04f0dce1725e785dbc14b680572dce4cbf (diff) | |
qcacld-3.0: Fix NDP Config QoS policy
The qca_wlan_vendor_ndp_policy for the attribute
QCA_WLAN_VENDOR_ATTR_NDP_CONFIG_QOS currently specifies type
NLA_BINARY with a maximum length of NDP_QOS_INFO_LEN (255). However
this attribute is defined to be an unsigned 32 bit value, and
nla_get_u32() is used to read the value, so change the policy to use
type NLA_U32 so that nla_parse() can properly verify that the TLV
payload has (at least) 4 bytes of data.
Change-Id: Iee5b620ef199b731fc6a449d0055db328430921b
CRs-Fixed: 2236890
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
