iwlwifi: remove frame dropping
authorJohannes Berg <johannes.berg@intel.com>
Thu, 18 Feb 2010 18:56:57 +0000 (10:56 -0800)
committerReinette Chatre <reinette.chatre@intel.com>
Wed, 10 Mar 2010 00:04:27 +0000 (16:04 -0800)
commit254aebf3d0439e7b0a8318f1604b3fdb4144f689
tree7cf2f5d673821be4fd1efe69c55853992d602827
parentb4665df448b316fd5282f4947e27eaf92dc105bb
iwlwifi: remove frame dropping

With some of the new code in mac80211, public action
frames can be exchanged as non-injected frames even
while not associated.

Aside from that, dropping frames here is pointless
since we do deal with arbitrary frames that were
injected already, so let mac80211 make the decision
about which frames to allow or not.

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