commit | c45fa8c50c2149eec260a55c84e76339a2a761dd | [log] [tgz] |
---|---|---|
author | gregor kowski <gregor.kowski@gmail.com> | Wed Aug 05 00:44:23 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 14 09:12:40 2009 -0400 |
tree | 62ccf4296c0f985f98870b2ccaff32bc707c98e8 | |
parent | 7c81e98a60cc525e21a6d86cb4357a626f530699 [diff] |
b43: remove wrong probe_resp_plcp write The tkip hw support uncovered a bug in b43_write_probe_resp_template : it is writing at the wrong shm offset, it is in the B43_SHM_SH_TKIPTSCTTAK zone. Remove b43_write_probe_resp_template, b43_write_probe_resp_plcp and b43_write_probe_resp_plcp because the probe response offload is currently not supported by mac80211. Signed-off-by: Gregor Kowski <gregor.kowski@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>