Searched defs:brcms_cm_info (Results 1 – 1 of 1) sorted by relevance
155 struct brcms_cm_info { struct156 struct brcms_pub *pub;157 struct brcms_c_info *wlc;158 char srom_ccode[BRCM_CNTRY_BUF_SZ]; /* Country Code in SROM */159 uint srom_regrev; /* Regulatory Rev for the SROM ccode */160 const struct country_info *country; /* current country def */161 char ccode[BRCM_CNTRY_BUF_SZ]; /* current internal Country Code */162 uint regrev; /* current Regulatory Revision */163 char country_abbrev[BRCM_CNTRY_BUF_SZ]; /* current advertised ccode */165 struct brcms_cm_band bandstate[MAXBANDS];[all …]