|
@@ -1090,7 +1090,7 @@ static irqreturn_t device_intr(int irq, void *dev_instance)
|
|
|
// Must do this after doing rx/tx, cause ISR bit is slow
|
|
|
// than RD/TD write back
|
|
|
// update ISR counter
|
|
|
- STAvUpdate802_11Counter(&pDevice->s802_11Counter, &pDevice->scStatistic , dwMIBCounter);
|
|
|
+ STAvUpdate802_11Counter(&pDevice->s802_11Counter, &pDevice->scStatistic, dwMIBCounter);
|
|
|
while (pDevice->dwIsr != 0) {
|
|
|
STAvUpdateIsrStatCounter(&pDevice->scStatistic, pDevice->dwIsr);
|
|
|
MACvWriteISR(pDevice->PortOffset, pDevice->dwIsr);
|