commit | d7bafff3f94efd850f8744d683e63812ff8d55c5 | [log] [tgz] |
---|---|---|
author | Adam Baker <linux@baker-net.org.uk> | Sun Feb 03 15:46:24 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 29 15:19:27 2008 -0500 |
tree | ba2276597e2a533af54eff7db1042be2f8f7cbe2 | |
parent | 181d6902b6bad978d157e69479c95cc0ff213a76 [diff] |
rt2x00: don't write past the end when writing short descriptors on rt61 The space allocated in the skb for a descriptor is only 24 bytes when setting up beacons in rt61 so make sure we don't write to the descriptor words beyond that and corrupt the beacon packet. Signed-off-by: Adam Baker <linux@baker-net.org.uk> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>