|
@@ -12621,7 +12621,7 @@ static int wlan_hdd_cfg80211_set_fast_roaming(struct wiphy *wiphy,
|
|
|
QCA_ATTR_NUD_STATS_SET_MAX
|
|
|
|
|
|
const struct nla_policy
|
|
|
-qca_wlan_vendor_set_nud_stats[STATS_SET_MAX + 1] = {
|
|
|
+qca_wlan_vendor_set_nud_stats_policy[STATS_SET_MAX + 1] = {
|
|
|
[STATS_SET_START] = {.type = NLA_FLAG },
|
|
|
[STATS_GW_IPV4] = {.type = NLA_U32 },
|
|
|
[STATS_SET_DATA_PKT_INFO] = {.type = NLA_U32 },
|
|
@@ -13073,7 +13073,7 @@ static int __wlan_hdd_cfg80211_set_nud_stats(struct wiphy *wiphy,
|
|
|
}
|
|
|
|
|
|
err = wlan_cfg80211_nla_parse(tb, STATS_SET_MAX, data, data_len,
|
|
|
- qca_wlan_vendor_set_nud_stats);
|
|
|
+ qca_wlan_vendor_set_nud_stats_policy);
|
|
|
if (err) {
|
|
|
hdd_err("STATS_SET_START ATTR");
|
|
|
return err;
|
|
@@ -14943,14 +14943,7 @@ const struct wiphy_vendor_command hdd_wiphy_vendor_commands[] = {
|
|
|
WIPHY_VENDOR_CMD_NEED_RUNNING,
|
|
|
.doit = wlan_hdd_cfg80211_ll_stats_ext_set_param
|
|
|
},
|
|
|
- {
|
|
|
- .info.vendor_id = QCA_NL80211_VENDOR_ID,
|
|
|
- .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_SET,
|
|
|
- .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
|
|
|
- WIPHY_VENDOR_CMD_NEED_NETDEV |
|
|
|
- WIPHY_VENDOR_CMD_NEED_RUNNING,
|
|
|
- .doit = wlan_hdd_cfg80211_set_nud_stats
|
|
|
- },
|
|
|
+ FEATURE_VENDOR_SUBCMD_NUD_STATS_SET
|
|
|
{
|
|
|
.info.vendor_id = QCA_NL80211_VENDOR_ID,
|
|
|
.info.subcmd = QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_GET,
|