Searched defs:byNewChannel (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/vt6655/
H A Drf.c1073 bool RFbAL7230SelectChannelPostProcess(void __iomem *dwIoBase, unsigned char byOldChannel, unsigned char byNewChannel) argument
1082 if ((byOldChannel <= CB_MAX_CHANNEL_24G) && (byNewChannel > CB_MAX_CHANNEL_24G)) {
1091 } else if ((byOldChannel > CB_MAX_CHANNEL_24G) && (byNewChannel <= CB_MAX_CHANNEL_24G)) {
H A Dcard.c1152 unsigned char byNewChannel,
1159 bResult = set_channel(pDevice, byNewChannel);
1160 VNTWIFIbChannelSwitch(pDevice->pMgmt, byNewChannel);
1167 pDevice->byNewChannel = byNewChannel;
1149 CARDbChannelSwitch( struct vnt_private *pDevice, unsigned char byMode, unsigned char byNewChannel, unsigned char byCount ) argument
H A Dwmgr.h305 unsigned char byNewChannel; member in struct:tagSMgmtObject
H A Ddevice.h683 unsigned char byNewChannel; member in struct:vnt_private

Completed in 420 milliseconds