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
include
ss
.gitignore -rw-r--r-- 25 bytes
Kconfig -rw-r--r-- 5.1 KB
Makefile -rw-r--r-- 846 bytes
avc.c -rw-r--r-- 21.2 KB
exports.c -rw-r--r-- 682 bytes
hooks.c -rw-r--r-- 140.8 KB
netif.c -rw-r--r-- 7.6 KB
netlabel.c -rw-r--r-- 12.2 KB
netlink.c -rw-r--r-- 2.4 KB
netnode.c -rw-r--r-- 8.7 KB
netport.c -rw-r--r-- 7.1 KB
nlmsgtab.c -rw-r--r-- 6.4 KB
selinuxfs.c -rw-r--r-- 42.2 KB
xfrm.c -rw-r--r-- 10.6 KB

back to top