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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dchannel.c108 } ChannelRuleTab[] = variable in typeref:struct:__anon31511
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[pDevic
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/vt6655/
H A Dchannel.c108 } ChannelRuleTab[] = variable in typeref:struct:__anon19818
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[pDevic
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dchannel.c32 * change ChannelRuleTab to lookup-type, reorder table items.
122 } ChannelRuleTab[] = variable in typeref:struct:__anon31543
370 #define NUM_RULES (sizeof(ChannelRuleTab) / sizeof(ChannelRuleTab[0]))
435 memcpy(pbyChannelTable, ChannelRuleTab[uCountryCodeIdx].bChannelIdxList, CB_MAX_CHANNEL);
485 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[ii] != 0) {
487 //pDevice->abyRegPwr[ii+1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii];
488 //pDevice->abyLocalPwr[ii+1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii];
493 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[ii] != 0) {
495 //pDevice->abyRegPwr[ii+1] = ChannelRuleTab[pDevic
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/vt6656/
H A Dchannel.c32 * change ChannelRuleTab to lookup-type, reorder table items.
122 } ChannelRuleTab[] = variable in typeref:struct:__anon19850
370 #define NUM_RULES (sizeof(ChannelRuleTab) / sizeof(ChannelRuleTab[0]))
435 memcpy(pbyChannelTable, ChannelRuleTab[uCountryCodeIdx].bChannelIdxList, CB_MAX_CHANNEL);
485 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[ii] != 0) {
487 //pDevice->abyRegPwr[ii+1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii];
488 //pDevice->abyLocalPwr[ii+1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii];
493 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[ii] != 0) {
495 //pDevice->abyRegPwr[ii+1] = ChannelRuleTab[pDevic
[all...]

Completed in 147 milliseconds