mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
Revert "net: wireless: bcm4329: Fix interrupt enabling for level interrupt"
This reverts commit 261d21bbfffef6261696d0d13672d2e4f9d76f05.
This commit is contained in:
committed by
Colin Cross
parent
d0a7955ffa
commit
b8fc65dc90
@@ -4154,6 +4154,9 @@ dhdsdio_dpc(dhd_bus_t *bus)
|
||||
if (newstatus) {
|
||||
W_SDREG(newstatus, ®s->intstatus, retries);
|
||||
bus->f1regdata++;
|
||||
#if defined(OOB_INTR_ONLY)
|
||||
bcmsdh_oob_intr_set(1);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4219,10 +4222,6 @@ dhdsdio_dpc(dhd_bus_t *bus)
|
||||
|
||||
clkwait:
|
||||
|
||||
#if defined(OOB_INTR_ONLY)
|
||||
bcmsdh_oob_intr_set(1);
|
||||
#endif
|
||||
|
||||
/* Re-enable interrupts to detect new device events (mailbox, rx frame)
|
||||
* or clock availability. (Allows tx loop to check ipend if desired.)
|
||||
* (Unless register access seems hosed, as we may not be able to ACK...)
|
||||
|
||||
Reference in New Issue
Block a user