From: Bob Copeland Date: Mon, 9 Nov 2009 02:59:00 +0000 (-0500) Subject: ath5k: don't reset mcast filter when configuring the mode X-Git-Tag: v2.6.32-rc8~10^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcfc56a8be48501810eba992937cabdcdb989297;p=pandora-kernel.git ath5k: don't reset mcast filter when configuring the mode 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed