]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: apply filter flags directly
authorJohannes Berg <johannes.berg@intel.com>
Thu, 29 Apr 2010 11:43:05 +0000 (04:43 -0700)
committerReinette Chatre <reinette.chatre@intel.com>
Mon, 10 May 2010 22:08:58 +0000 (15:08 -0700)
commit6ef642f75ccb429798223fb62f14148a40f4198c
tree357d40529a6ba92d1766f3ff07fe90625cd99e80
parentd5dc808f949c4b164f3c41953e4972685cef0739
iwlwifi: apply filter flags directly

Since iwl_configure_filter can now sleep since
the mac80211 callback was changed, we can now
apply filter flags changes directly.

Also, while at it, make the code a bit more
generic with a local macro. There's no need
to check changed_flags since we apply all at
the same time anyway.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
drivers/net/wireless/iwlwifi/iwl-core.c