Searched refs:regrev (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/
H A Dchannel.c162 uint regrev; /* current Regulatory Revision */ member in struct:brcms_cm_info
632 * abbreviation and regrev directly with no translation.
635 brcms_c_country_lookup_direct(const char *ccode, uint regrev) argument
643 * all other country def arrays are for regrev == 0, so if
644 * regrev is non-zero, fail
646 if (regrev > 0)
675 /* default mapping is the given ccode and regrev 0 */
717 * map the country code to a built-in country code, regrev, and
987 const char *ccode, uint regrev,
1003 wlc_cm->regrev
985 brcms_c_set_country_common(struct brcms_cm_info *wlc_cm, const char *country_abbrev, const char *ccode, uint regrev, const struct country_info *country) argument
1024 brcms_c_set_countrycode_rev(struct brcms_cm_info *wlc_cm, const char *country_abbrev, const char *ccode, int regrev) argument
[all...]

Completed in 32 milliseconds