From: Jussi Kivilinna Date: Tue, 18 May 2010 08:27:31 +0000 (+0300) Subject: rndis_wlan: increase assocbuf size and validate association info offsets from driver X-Git-Tag: v2.6.36-rc1~571^2~615^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d1ca47eba76a31ad134e5c4d841234f5a6a92c3;p=pandora-kernel.git rndis_wlan: increase assocbuf size and validate association info offsets from driver Buffer size for get_association_info was limited to WEXT event size. Since association info no longer is sent through WEXT, this limit is not needed. Code also did not check if data get truncated, memory outside buffer might be addressed. Fix all these. Signed-off-by: Jussi Kivilinna Signed-off-by: John W. Linville --- Reading git-diff-tree failed