drivers/wireless/ieee80211/bcmf_sdio.c: Bring in some fixes from the 'Haywire' port.
This commit is contained in:
parent
96840c7127
commit
693bf54dbc
|
@ -921,6 +921,10 @@ int bcmf_sdio_thread(int argc, char **argv)
|
|||
continue;
|
||||
}
|
||||
|
||||
/* Re-configure the board GPIO interrupt pin */
|
||||
|
||||
bcmf_board_setup_oob_irq(sbus->minor, bcmf_oob_irq, (void *)sbus);
|
||||
|
||||
/* If we're done for now, turn off clock request. */
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Reference in New Issue