mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-08-18 12:11:02 +00:00
fixup! UPSTREAM: netlink: make validation more configurable for future strictness
For KVER < 4.12.0 we use nla_parse Change-Id: I1940b6a570ae9fd85844d807db74c7a07a63354d
This commit is contained in:
@ -166,7 +166,7 @@ static inline int wlan_cfg80211_nla_parse(struct nlattr **tb,
|
||||
int len,
|
||||
const struct nla_policy *policy)
|
||||
{
|
||||
return nla_parse_deprecated(tb, maxtype, head, len, policy);
|
||||
return nla_parse(tb, maxtype, head, len, policy);
|
||||
}
|
||||
|
||||
static inline int
|
||||
|
||||
Reference in New Issue
Block a user