From: Mattias Nissler Date: Sun, 9 Mar 2008 21:41:22 +0000 (+0100) Subject: rt2x00: Don't use unitialized rxdesc->size X-Git-Tag: v2.6.26-rc1~1138^2~440 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ae23854dc0af617d9a0e3ab51a0cc51485ebbf2;p=pandora-kernel.git 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 Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed