Staging: rt28x0: fix fOP_STATUS_DOZE flag handling
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
7765e89d20
commit
ff81b066fb
@ -8192,8 +8192,8 @@ VOID AsicEvaluateRxAnt(
|
||||
fRTMP_ADAPTER_RADIO_OFF |
|
||||
fRTMP_ADAPTER_NIC_NOT_EXIST |
|
||||
fRTMP_ADAPTER_BSS_SCAN_IN_PROGRESS)
|
||||
#ifdef RT30xx
|
||||
|| OPSTATUS_TEST_FLAG(pAd, fOP_STATUS_DOZE)
|
||||
#ifdef RT30xx
|
||||
|| (pAd->EepromAccess)
|
||||
#endif
|
||||
)
|
||||
@ -8296,8 +8296,8 @@ VOID AsicRxAntEvalTimeout(
|
||||
fRTMP_ADAPTER_HALT_IN_PROGRESS |
|
||||
fRTMP_ADAPTER_RADIO_OFF |
|
||||
fRTMP_ADAPTER_NIC_NOT_EXIST)
|
||||
#ifdef RT30xx
|
||||
|| OPSTATUS_TEST_FLAG(pAd, fOP_STATUS_DOZE)
|
||||
#ifdef RT30xx
|
||||
|| (pAd->EepromAccess)
|
||||
#endif // RT30xx //
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user