|
@@ -1092,7 +1092,7 @@ CARDbChannelSwitch (
|
|
pDevice->sMgmtObj.uCurrChannel = byNewChannel;
|
|
pDevice->sMgmtObj.uCurrChannel = byNewChannel;
|
|
bResult = CARDbSetMediaChannel(pDevice, byNewChannel);
|
|
bResult = CARDbSetMediaChannel(pDevice, byNewChannel);
|
|
|
|
|
|
- return(bResult);
|
|
|
|
|
|
+ return bResult;
|
|
}
|
|
}
|
|
pDevice->byChannelSwitchCount = byCount;
|
|
pDevice->byChannelSwitchCount = byCount;
|
|
pDevice->byNewChannel = byNewChannel;
|
|
pDevice->byNewChannel = byNewChannel;
|