Lines Matching defs:brcms_cm_info
155 struct brcms_cm_info { struct
156 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];
168 struct brcms_chanvec quiet_channels;