Searched defs:rtw_regulatory (Results 1 – 4 of 4) sorted by relevance
752 struct rtw_regulatory { struct753 char alpha2[2];754 u16 country_code;755 u16 max_power_level;756 u32 tp_scale;757 u16 current_rd;758 u16 current_rd_ext;759 int16_t power_limit;760 struct regd_pair_mapping *regpair;
1125 struct rtw_regulatory { struct1126 char alpha2[2];1127 u16 country_code;1128 u16 max_power_level;1129 u32 tp_scale;1130 u16 current_rd;1131 u16 current_rd_ext;1132 int16_t power_limit;1133 struct regd_pair_mapping *regpair;
797 struct rtw_regulatory { struct798 char alpha2[2];799 u8 chplan;800 u8 txpwr_regd;
813 struct rtw_regulatory { struct829 const struct rtw_regulatory *regulatory; argument