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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dchannel.h46 bool set_channel(void *pDeviceHandler, unsigned int uConnectionChannel);
H A Dchannel.c523 * @uConnectionChannel: Channel to be set
528 bool set_channel (void *pDeviceHandler, unsigned int uConnectionChannel) argument
534 if (pDevice->byCurrentCh == uConnectionChannel) {
538 if (sChannelTbl[uConnectionChannel].bValid == false) {
542 if ((uConnectionChannel > CB_MAX_CHANNEL_24G) &&
545 } else if ((uConnectionChannel <= CB_MAX_CHANNEL_24G) &&
557 RFbAL7230SelectChannelPostProcess(pDevice->PortOffset, pDevice->byCurrentCh, (unsigned char)uConnectionChannel);
562 pDevice->byCurrentCh = (unsigned char)uConnectionChannel;
563 bResult &= RFbSelectChannel(pDevice->PortOffset, pDevice->byRFType, (unsigned char)uConnectionChannel);
567 RFvWriteWakeProgSyn(pDevice->PortOffset, pDevice->byRFType, uConnectionChannel);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dcard.c91 * uConnectionChannel - Channel to be set
98 BOOL CARDbSetMediaChannel(void *pDeviceHandler, unsigned int uConnectionChannel) argument
105 if ((uConnectionChannel < (CB_MAX_CHANNEL_24G+1)) || (uConnectionChannel > CB_MAX_CHANNEL))
106 uConnectionChannel = (CB_MAX_CHANNEL_24G+1);
108 if ((uConnectionChannel > CB_MAX_CHANNEL_24G) || (uConnectionChannel == 0)) // 1 ~ 14
109 uConnectionChannel = 1;
118 //if (pMgmt->uCurrChannel == uConnectionChannel)
123 (WORD) uConnectionChannel,
[all...]
H A Dcard.h64 unsigned int uConnectionChannel);

Completed in 102 milliseconds