diff options
-rw-r--r-- | drivers/net/wireless/ath9k/main.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/wireless/ath9k/main.c b/drivers/net/wireless/ath9k/main.c index 7effa0c40b8a..59b769e716fc 100644 --- a/drivers/net/wireless/ath9k/main.c +++ b/drivers/net/wireless/ath9k/main.c | |||
@@ -2410,14 +2410,6 @@ static void ath9k_configure_filter(struct ieee80211_hw *hw, | |||
2410 | rfilt = ath_calcrxfilter(sc); | 2410 | rfilt = ath_calcrxfilter(sc); |
2411 | ath9k_hw_setrxfilter(sc->sc_ah, rfilt); | 2411 | ath9k_hw_setrxfilter(sc->sc_ah, rfilt); |
2412 | 2412 | ||
2413 | if (changed_flags & FIF_BCN_PRBRESP_PROMISC) { | ||
2414 | if (*total_flags & FIF_BCN_PRBRESP_PROMISC) { | ||
2415 | memcpy(sc->curbssid, ath_bcast_mac, ETH_ALEN); | ||
2416 | sc->curaid = 0; | ||
2417 | ath9k_hw_write_associd(sc); | ||
2418 | } | ||
2419 | } | ||
2420 | |||
2421 | DPRINTF(sc, ATH_DBG_CONFIG, "Set HW RX filter: 0x%x\n", sc->rx.rxfilter); | 2413 | DPRINTF(sc, ATH_DBG_CONFIG, "Set HW RX filter: 0x%x\n", sc->rx.rxfilter); |
2422 | } | 2414 | } |
2423 | 2415 | ||