Lines Matching defs:ath12k_wmi_channel_arg
2922 struct ath12k_wmi_channel_arg { struct
2923 u8 chan_id;
2924 u8 pwr;
2925 u32 mhz;
2926 u32 half_rate:1,
2927 quarter_rate:1,
2928 dfs_set:1,
2929 dfs_set_cfreq2:1,
2930 is_chan_passive:1,
2931 allow_ht:1,
2932 allow_vht:1,
2933 allow_he:1,
2934 set_agile:1,
2935 psc_channel:1;
2936 u32 phy_mode;
2937 u32 cfreq1;
2938 u32 cfreq2;
2939 char maxpower;
2940 char minpower;
2941 char maxregpower;
2942 u8 antennamax;
2943 u8 reg_class_id;