|
@@ -8557,6 +8557,8 @@ release_intf_addr_and_return_failure:
|
|
|
static const struct nla_policy
|
|
|
wlan_hdd_sap_config_policy[QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_MAX + 1] = {
|
|
|
[QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_CHANNEL] = {.type = NLA_U8 },
|
|
|
+ [QCA_WLAN_VENDOR_ATTR_SAP_MANDATORY_FREQUENCY_LIST] = {
|
|
|
+ .type = NLA_NESTED },
|
|
|
};
|
|
|
|
|
|
static const struct nla_policy
|