All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ath5k: don't reset mcast filter when configuring the mode
@ 2009-11-09  2:59 ` Bob Copeland
  0 siblings, 0 replies; 8+ messages in thread
From: Bob Copeland @ 2009-11-09  2:59 UTC (permalink / raw)
  To: linville, jirislaby, mickflemm, lrodriguez
  Cc: linux-wireless, ath5k-devel, ath9k-devel, Bob Copeland

We should not zero out the multicast hash when configuring
the operating mode, since a zero value means all multicast
frames will get dropped.  Also, ath5k_mode_setup() gets
called after any reset, so the hash already set up in
configure_filter() is lost.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
---
 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 07c1e52..cb3dc89 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)
 	/* configure operational mode */
 	ath5k_hw_set_opmode(ah);
 
-	ath5k_hw_set_mcast_filter(ah, 0, 0);
 	ATH5K_DBG(sc, ATH5K_DEBUG_MODE, "RX filter 0x%x\n", rfilt);
 }
 
-- 
1.6.2.5



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-11-09  3:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-09  2:59 [PATCH 1/3] ath5k: don't reset mcast filter when configuring the mode Bob Copeland
2009-11-09  2:59 ` [ath9k-devel] " Bob Copeland
2009-11-09  2:59 ` [PATCH 2/3] ath5k: add LED support for HP Compaq CQ60 Bob Copeland
2009-11-09  2:59   ` [ath9k-devel] " Bob Copeland
2009-11-09  2:59 ` [PATCH 3/3] ath5k: add LED definition for BenQ Joybook R55v Bob Copeland
2009-11-09  2:59   ` [ath9k-devel] " Bob Copeland
2009-11-09  3:05 ` [PATCH 1/3] ath5k: don't reset mcast filter when configuring the mode Nick Kossifidis
2009-11-09  3:05   ` [ath9k-devel] " Nick Kossifidis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.