drivers/wireless/ieee80211/bcmf_sdio.c: Bring in some fixes from the 'Haywire' port.

This commit is contained in:
Gregory Nutt 2018-08-25 12:02:33 -06:00
parent 96840c7127
commit 693bf54dbc
1 changed files with 4 additions and 0 deletions

View File

@ -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