From: Randy Dunlap Date: Mon, 25 Jun 2012 04:35:29 +0000 (-0700) Subject: staging: reduce stack usage in prism2fw.c X-Git-Tag: v3.6-rc1~100^2~595 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c90e3e80b9751335cc98934ae32188fa7de6bccd;p=pandora-kernel.git staging: reduce stack usage in prism2fw.c Fix frame size (stack usage) warning by allocating and freeing pointers to the data. drivers/staging/wlan-ng/prism2fw.c:1115:1: warning: the frame size of 4288 bytes is larger than 2048 bytes Signed-off-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed