|
@@ -86,6 +86,7 @@ struct chan_change_cbk_entry {
|
|
* country update is pending for pdev (phy_id).
|
|
* country update is pending for pdev (phy_id).
|
|
* @world_country_pending: In this array, element[phy_id] is true if any world
|
|
* @world_country_pending: In this array, element[phy_id] is true if any world
|
|
* country update is pending for pdev (phy_id).
|
|
* country update is pending for pdev (phy_id).
|
|
|
|
+ * @ignore_fw_reg_offload_ind: Ignore FW reg offload indication
|
|
*/
|
|
*/
|
|
struct wlan_regulatory_psoc_priv_obj {
|
|
struct wlan_regulatory_psoc_priv_obj {
|
|
struct mas_chan_params mas_chan_params[PSOC_MAX_PHY_REG_CAP];
|
|
struct mas_chan_params mas_chan_params[PSOC_MAX_PHY_REG_CAP];
|
|
@@ -104,6 +105,7 @@ struct wlan_regulatory_psoc_priv_obj {
|
|
bool dfs_enabled;
|
|
bool dfs_enabled;
|
|
enum band_info band_capability;
|
|
enum band_info band_capability;
|
|
bool indoor_chan_enabled;
|
|
bool indoor_chan_enabled;
|
|
|
|
+ bool ignore_fw_reg_offload_ind;
|
|
bool enable_11d_supp_original;
|
|
bool enable_11d_supp_original;
|
|
bool enable_11d_supp;
|
|
bool enable_11d_supp;
|
|
bool is_11d_offloaded;
|
|
bool is_11d_offloaded;
|