Home
last modified time | relevance | path

Searched refs:abyCountryString (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/vt6655/
Dchannel.c611 pDevice->abyCountryCode[0] = pIE_Country->abyCountryString[0]; in set_country_info()
612 pDevice->abyCountryCode[1] = pIE_Country->abyCountryString[1]; in set_country_info()
613 pDevice->abyCountryCode[2] = pIE_Country->abyCountryString[2]; in set_country_info()
713 pIECountry->abyCountryString[0] = ChannelRuleTab[pDevice->byZoneType].chCountryCode[0]; in set_country_IE()
714 pIECountry->abyCountryString[1] = ChannelRuleTab[pDevice->byZoneType].chCountryCode[1]; in set_country_IE()
715 pIECountry->abyCountryString[2] = ' '; in set_country_IE()
D80211mgr.h402 unsigned char abyCountryString[3]; member