Home
last modified time | relevance | path

Searched refs:srom_ccode (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_channel.c58 char srom_ccode[WLC_CNTRY_BUF_SZ]; /* Country Code in SROM */ member
658 strncpy(wlc->pub->srom_ccode, ccode, WLC_CNTRY_BUF_SZ - 1); in wlc_channel_mgr_attach()
661 wlc->pub->srom_ccode[0], wlc->pub->srom_ccode[1]); in wlc_channel_mgr_attach()
713 wlc_cm->srom_ccode, wlc_cm->srom_regrev); in wlc_set_countrycode_rev()
819 const char *srom_ccode = wlc_cm->srom_ccode; in wlc_countrycode_map() local
837 if (!strcmp(srom_ccode, ccode)) { in wlc_countrycode_map()
Dwlc_pub.h304 char srom_ccode[WLC_CNTRY_BUF_SZ]; /* Country Code in SROM */ member
Dwl_mac80211.c829 if (wl->pub->srom_ccode[0]) in wl_attach()
830 err = wl_set_hint(wl, wl->pub->srom_ccode); in wl_attach()