commit | 534aff0288f49a2366b7e6fbb67ff035dea814d3 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Mon Aug 17 18:55:15 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Aug 20 11:36:01 2009 -0400 |
tree | 1ebcf7b3d1c4edc01e1df70a7097c66a12b39ac6 | |
parent | 0fefe0fda4376eff97be965a41714da38fe4a36d [diff] |
rt2x00: wireless CLI ID and packet ID must not be 0 In the TX descriptor the Packet ID must not be 0, so add 1 to the ID. The wireless CLI ID is not allowed to be 0 either, but also must be initialized with the wcid value rather then keyid. Based on a patch for rt2800pci from Benoit Signed-off-by: Benoit PAPILLAULT <benoit.papillault@free.fr> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>