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)
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>

No differences found