cfg80211: don't put kek/kck/replay counter on the stack
authorJohannes Berg <johannes.berg@intel.com>
Wed, 10 Sep 2014 19:28:06 +0000 (22:28 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 11 Sep 2014 10:07:34 +0000 (12:07 +0200)
commit78f686cae0c67a2edd167cbbe2f36017f0fa4b30
tree7cd313b911ecaeb47289d2825563530a386f3245
parent538c9eb8b3fd33d3a0722b2c04ec4f574eaa6e9f
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 <johannes.berg@intel.com>
include/net/cfg80211.h
net/wireless/nl80211.c