Home
last modified time | relevance | path

Searched defs:wmi_pdev_set_regdomain_cmd (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h3079 struct wmi_pdev_set_regdomain_cmd { struct
3080 __le32 tlv_header;
3081 __le32 pdev_id;
3082 __le32 reg_domain;
3083 __le32 reg_domain_2g;
3084 __le32 reg_domain_5g;
3085 __le32 conformance_test_limit_2g;
3086 __le32 conformance_test_limit_5g;
3087 __le32 dfs_domain;
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h3113 struct wmi_pdev_set_regdomain_cmd { struct
3114 u32 tlv_header;
3115 u32 pdev_id;
3116 u32 reg_domain;
3117 u32 reg_domain_2g;
3118 u32 reg_domain_5g;
3119 u32 conformance_test_limit_2g;
3120 u32 conformance_test_limit_5g;
3121 u32 dfs_domain;
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.h3625 struct wmi_pdev_set_regdomain_cmd { struct
3647 struct wmi_pdev_set_regdomain_cmd_10x { argument