diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/base.c')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/base.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c index 07c1e52b5a0c..cb3dc892d697 100644 --- a/drivers/net/wireless/ath/ath5k/base.c +++ b/drivers/net/wireless/ath/ath5k/base.c | |||
@@ -1146,7 +1146,6 @@ ath5k_mode_setup(struct ath5k_softc *sc) | |||
1146 | /* configure operational mode */ | 1146 | /* configure operational mode */ |
1147 | ath5k_hw_set_opmode(ah); | 1147 | ath5k_hw_set_opmode(ah); |
1148 | 1148 | ||
1149 | ath5k_hw_set_mcast_filter(ah, 0, 0); | ||
1150 | ATH5K_DBG(sc, ATH5K_DEBUG_MODE, "RX filter 0x%x\n", rfilt); | 1149 | ATH5K_DBG(sc, ATH5K_DEBUG_MODE, "RX filter 0x%x\n", rfilt); |
1151 | } | 1150 | } |
1152 | 1151 | ||