cc = true;
} else if (cc == true) {
if (pDevice->bHWRadioOff == true) {
- if (!(pDevice->byGPIO & GPIO0_DATA))
- {
+ if (!(pDevice->byGPIO & GPIO0_DATA)) {
if (status == 1)
goto start;
status = 1;
pDevice->bLinkPass = false;
}
- if (pDevice->byGPIO & GPIO0_DATA)
- {
+ if (pDevice->byGPIO & GPIO0_DATA) {
if (status == 2)
goto start;
status = 2;
CARDbRadioPowerOn(pDevice);
}
} else {
- if (pDevice->byGPIO & GPIO0_DATA)
- {
+ if (pDevice->byGPIO & GPIO0_DATA) {
if (status == 3)
goto start;
status = 3;
pDevice->bLinkPass = false;
}
- if (!(pDevice->byGPIO & GPIO0_DATA))
- {
+ if (!(pDevice->byGPIO & GPIO0_DATA)) {
if (status == 4)
goto start;
status = 4;
(wRate < RATE_18M)) {
pMgmt->sNodeDBTable[0].uTxFail[wRate] += byTxRetry;
} else if (byFallBack == AUTO_FB_0) {
- for (ii = 0; ii < byTxRetry; ii++)
- {
+ for (ii = 0; ii < byTxRetry; ii++) {
if (ii < 5)
wFallBackRate = awHWRetry0[wRate-RATE_18M][ii];
else