Revision 16b345d89686ca0482a9ca741a1167def1abdd7f authored by Stanislaw Gruszka on 29 April 2011, 15:51:56 UTC, committed by John W. Linville on 29 April 2011, 19:24:15 UTC
Need to use broadcast sta_id for management frames, otherwise we broke
BA session in the firmware and get messages like that:

"Received BA when not expected"

or (on older kernels):

"BA scd_flow 0 does not match txq_id 10"

This fix regression introduced in 2.6.35 during station management
code rewrite by:

commit 2a87c26bbe9587baeb9e56d3ce0b4971bd777643
Author: Johannes Berg <johannes.berg@intel.com>
Date:   Fri Apr 30 11:30:45 2010 -0700

    iwlwifi: use iwl_find_station less

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
1 parent bfd3610
History
File Mode Size
Kconfig -rw-r--r-- 365 bytes
Makefile -rw-r--r-- 123 bytes
smack.h -rw-r--r-- 9.2 KB
smack_access.c -rw-r--r-- 14.0 KB
smack_lsm.c -rw-r--r-- 83.6 KB
smackfs.c -rw-r--r-- 34.5 KB

back to top