Lines Matching defs:ath12k_wmi_channel_arg
2793 struct ath12k_wmi_channel_arg { struct
2794 u8 chan_id;
2795 u8 pwr;
2796 u32 mhz;
2797 u32 half_rate:1,
2798 quarter_rate:1,
2799 dfs_set:1,
2800 dfs_set_cfreq2:1,
2801 is_chan_passive:1,
2802 allow_ht:1,
2803 allow_vht:1,
2804 allow_he:1,
2805 set_agile:1,
2806 psc_channel:1;
2807 u32 phy_mode;
2808 u32 cfreq1;
2809 u32 cfreq2;
2810 char maxpower;
2811 char minpower;
2812 char maxregpower;
2813 u8 antennamax;
2814 u8 reg_class_id;