Lines Matching defs:ath12k_wmi_channel_arg
2850 struct ath12k_wmi_channel_arg { struct
2851 u8 chan_id;
2852 u8 pwr;
2853 u32 mhz;
2854 u32 half_rate:1,
2855 quarter_rate:1,
2856 dfs_set:1,
2857 dfs_set_cfreq2:1,
2858 is_chan_passive:1,
2859 allow_ht:1,
2860 allow_vht:1,
2861 allow_he:1,
2862 set_agile:1,
2863 psc_channel:1;
2864 u32 phy_mode;
2865 u32 cfreq1;
2866 u32 cfreq2;
2867 char maxpower;
2868 char minpower;
2869 char maxregpower;
2870 u8 antennamax;
2871 u8 reg_class_id;