diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/sdio.c')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/sdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/sdio.c b/drivers/net/wireless/ath/ath6kl/sdio.c index f73e14f75aee..b7c05668fc0c 100644 --- a/drivers/net/wireless/ath/ath6kl/sdio.c +++ b/drivers/net/wireless/ath/ath6kl/sdio.c | |||
@@ -897,7 +897,7 @@ static void ath6kl_sdio_remove(struct sdio_func *func) | |||
897 | ath6kl_stop_txrx(ar_sdio->ar); | 897 | ath6kl_stop_txrx(ar_sdio->ar); |
898 | cancel_work_sync(&ar_sdio->wr_async_work); | 898 | cancel_work_sync(&ar_sdio->wr_async_work); |
899 | 899 | ||
900 | ath6kl_unavail_ev(ar_sdio->ar); | 900 | ath6kl_core_cleanup(ar_sdio->ar); |
901 | 901 | ||
902 | ath6kl_sdio_power_off(ar_sdio); | 902 | ath6kl_sdio_power_off(ar_sdio); |
903 | 903 | ||