wireless/bcm43xxx: Don't call bcmf_board_setup_oob_irq in bcmf_sdio_thread

since oob irq is already setup in bcmf_bus_setup_interrupts, it waste
time and energy to do the same thing repeatly in the work thread.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-06-17 01:17:33 +08:00 committed by archer
parent 2992b10fbb
commit 0de089e2e8
1 changed files with 0 additions and 4 deletions

View File

@ -953,10 +953,6 @@ 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