• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/vt6655/

Lines Matching refs:ChannelRuleTab

108 } ChannelRuleTab[] =
415 memcpy(pbyChannelTable, ChannelRuleTab[uCountryCodeIdx].bChannelIdxList, CB_MAX_CHANNEL);
461 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[ii] != 0) {
471 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[ii] != 0) {
473 pDevice->abyRegPwr[ii+1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii];
474 pDevice->abyLocalPwr[ii+1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii];
479 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[ii] != 0) {
481 pDevice->abyRegPwr[ii+1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii];
482 pDevice->abyLocalPwr[ii+1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii];
488 DBG_PRT(MSG_LEVEL_NOTICE, KERN_INFO"Zone=[%d][%c][%c]!!\n",pDevice->byZoneType,ChannelRuleTab[pDevice->byZoneType].chCountryCode[0],ChannelRuleTab[pDevice->byZoneType].chCountryCode[1]);
671 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[28] == true) {
673 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[ii] == true) {
680 } else if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[29] == true) {
682 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[ii] == true) {
692 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[36] == true) {
694 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[ii] == true) {
704 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[40] == true) {
706 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[ii] == true) {
713 } else if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[51] == true) {
715 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[ii] == true) {
735 pIECountry->abyCountryString[0] = ChannelRuleTab[pDevice->byZoneType].chCountryCode[0];
736 pIECountry->abyCountryString[1] = ChannelRuleTab[pDevice->byZoneType].chCountryCode[1];
739 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[ii] != 0) {
742 pIECountry->abyCountryInfo[pIECountry->len++] = ChannelRuleTab[pDevice->byZoneType].byPower[ii];