]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: fix 3945 filter flags
authorJohannes Berg <johannes.berg@intel.com>
Tue, 17 Aug 2010 09:24:01 +0000 (11:24 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 17 Aug 2010 18:38:14 +0000 (14:38 -0400)
commit448e5f5549d630043de2d7c4a6d3d5971aabe6d6
treee68970de117a06e577f4c3b4d8883ed897e26536
parent9098f377bb6254331da7006309f6bc66a2c6a231
iwlwifi: fix 3945 filter flags

Applying the filter flags directly as done since

commit 6ef642f75ccb429798223fb62f14148a40f4198c
Author: Johannes Berg <johannes.berg@intel.com>
Date:   Thu Apr 29 04:43:05 2010 -0700

    iwlwifi: apply filter flags directly

broke 3945 under some unknown circumstances, as
reported by Alex.

Since I want to keep the direct application of
filter flags on iwlagn, duplicate the code into
both 3945 and agn and remove committing the
RXON that broke things from the 3945 version.

Cc: stable@kernel.org [2.6.35]
Reported-by: Alex Romosan <romosan@sycorax.lbl.gov>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-agn.c
drivers/net/wireless/iwlwifi/iwl-core.c
drivers/net/wireless/iwlwifi/iwl-core.h
drivers/net/wireless/iwlwifi/iwl3945-base.c