commit | bcfc56a8be48501810eba992937cabdcdb989297 | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Sun Nov 08 21:59:00 2009 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Nov 10 16:21:13 2009 -0500 |
tree | 278d2e0f747cdfa86e1f228471749f1704758342 | |
parent | e1a6542f24fad84a132f79e13ca452c37df857c4 [diff] |
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 <me@bobcopeland.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>