|
@@ -10603,7 +10603,7 @@ qca_wlan_vendor_set_nud_stats[STATS_SET_MAX + 1] = {
|
|
|
const struct nla_policy
|
|
|
qca_wlan_vendor_set_connectivity_check_stats[CONNECTIVITY_STATS_SET_MAX + 1] = {
|
|
|
[STATS_PKT_INFO_TYPE] = {.type = NLA_U32 },
|
|
|
- [STATS_DNS_DOMAIN_NAME] = {.type = NLA_BINARY,
|
|
|
+ [STATS_DNS_DOMAIN_NAME] = {.type = NLA_NUL_STRING,
|
|
|
.len = DNS_DOMAIN_NAME_MAX_LEN },
|
|
|
[STATS_SRC_PORT] = {.type = NLA_U32 },
|
|
|
[STATS_DEST_PORT] = {.type = NLA_U32 },
|