Files
android_kernel_samsung_sm86…/os_if/linux
Jeff Johnson 6500e56b38 qcacmn: 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: 2237660
2018-05-14 16:50:46 -07:00
..
2018-05-14 16:50:46 -07:00
2018-05-01 21:37:31 -07:00
2018-01-25 23:39:30 -08:00