commit | 254aebf3d0439e7b0a8318f1604b3fdb4144f689 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Feb 18 10:56:57 2010 -0800 |
committer | Reinette Chatre <reinette.chatre@intel.com> | Tue Mar 09 16:04:27 2010 -0800 |
tree | 7cf2f5d673821be4fd1efe69c55853992d602827 | |
parent | b4665df448b316fd5282f4947e27eaf92dc105bb [diff] |
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>