commit | 6b97cb04f2766513c57b57f8ac4b44915296230f | [log] [tgz] |
---|---|---|
author | Gertjan van Wingerde <gwingerde@gmail.com> | Tue May 11 23:51:38 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 12 16:41:43 2010 -0400 |
tree | 65e3c80e011b5268588a75a908c7cffca67516fc | |
parent | 878f7045d8ae24f5a9e3a8a7ee5c33d30c30a553 [diff] |
rt2x00: Fix beacon descriptor writing for rt61pci. The buffer address descriptor word is not part of the TXINFO structure needed for beacons. The current writing of that word for beacons is therefore an out-of-bounds write. Fix this by only writing the buffer address descriptor word for TX queues. Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com> Acked-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>