From: Johannes Berg Date: Wed, 10 Sep 2014 19:28:06 +0000 (+0300) Subject: cfg80211: don't put kek/kck/replay counter on the stack X-Git-Tag: omap-for-v3.19/prcm-cleanup~141^2~144^2~50^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78f686cae0c67a2edd167cbbe2f36017f0fa4b30;p=pandora-kernel.git cfg80211: don't put kek/kck/replay counter on the stack There's no need to put the values on the stack, just pass a pointer to the data in the nl80211 message. This reduces stack usage and avoids potential issues with putting sensitive data on the stack. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed