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:
Thomas Turner
2026-04-25 15:54:46 +01:00
parent b0da80ea68
commit 9d54f9ffdb

View File

@ -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