commit | 2ae23854dc0af617d9a0e3ab51a0cc51485ebbf2 | [log] [tgz] |
---|---|---|
author | Mattias Nissler <mattias.nissler@gmx.de> | Sun Mar 09 22:41:22 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Mar 13 16:02:34 2008 -0400 |
tree | 34f8ff7f1724a9aaaa3c6c0d048e483529f00df6 | |
parent | 2d1be5b0d17134ddba65c752557b1f47c8009db2 [diff] |
rt2x00: Don't use unitialized rxdesc->size rxdesc->size is unitialized before the desriptor has been read. Move the truncation of the sk buffer to the moment all variables have been initialized. Signed-off-by: Mattias Nissler <mattias.nissler@gmx.de> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>