Lines Matching defs:cur_regulatory_info
3997 struct cur_regulatory_info { struct
3998 enum cc_setting_code status_code;
3999 u8 num_phy;
4000 u8 phy_id;
4001 u16 reg_dmn_pair;
4002 u16 ctry_code;
4003 u8 alpha2[REG_ALPHA2_LEN + 1];
4004 u32 dfs_region;
4005 u32 phybitmap;
4006 u32 min_bw_2g;
4007 u32 max_bw_2g;
4008 u32 min_bw_5g;
4009 u32 max_bw_5g;
4010 u32 num_2g_reg_rules;
4011 u32 num_5g_reg_rules;
4012 struct cur_reg_rule *reg_rules_2g_ptr;
4013 struct cur_reg_rule *reg_rules_5g_ptr;