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

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

Completed in 58 milliseconds