You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
310 B
13 lines
310 B
12 years ago
|
--- a/drivers/net/wireless/ath/ath9k/hw.c
|
||
|
+++ b/drivers/net/wireless/ath/ath9k/hw.c
|
||
|
@@ -986,9 +986,6 @@ static void ath9k_hw_init_interrupt_mask
|
||
|
else
|
||
|
imr_reg |= AR_IMR_TXOK;
|
||
|
|
||
|
- if (opmode == NL80211_IFTYPE_AP)
|
||
|
- imr_reg |= AR_IMR_MIB;
|
||
|
-
|
||
|
ENABLE_REGWRITE_BUFFER(ah);
|
||
|
|
||
|
REG_WRITE(ah, AR_IMR, imr_reg);
|