diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/init.c b/drivers/net/wireless/ath/ath6kl/init.c index f21fa322e5ca..828cfbf7f72c 100644 --- a/drivers/net/wireless/ath/ath6kl/init.c +++ b/drivers/net/wireless/ath/ath6kl/init.c | |||
@@ -1801,8 +1801,6 @@ void ath6kl_stop_txrx(struct ath6kl *ar) | |||
1801 | "attempting to reset target on instance destroy\n"); | 1801 | "attempting to reset target on instance destroy\n"); |
1802 | ath6kl_reset_device(ar, ar->target_type, true, true); | 1802 | ath6kl_reset_device(ar, ar->target_type, true, true); |
1803 | 1803 | ||
1804 | clear_bit(WLAN_ENABLED, &ar->flag); | ||
1805 | |||
1806 | up(&ar->sem); | 1804 | up(&ar->sem); |
1807 | } | 1805 | } |
1808 | EXPORT_SYMBOL(ath6kl_stop_txrx); | 1806 | EXPORT_SYMBOL(ath6kl_stop_txrx); |