mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-28 05:20:27 +09:00
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>