commit | d6db02a88a4aaa1cd7105137c67ddec7f3bdbc05 | [log] [tgz] |
---|---|---|
author | Sunil Dutt <usdutt@codeaurora.org> | Mon Feb 25 15:37:20 2019 +0530 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Mar 29 11:23:09 2019 +0100 |
tree | 0ad8dd4c1b8dc578b1d5579f0d160b0104d14942 | |
parent | 90abf96abd9bb00f36c8d3640255e6bfa73f7495 [diff] |
nl80211: Add NL80211_FLAG_CLEAR_SKB flag for other NL commands This commit adds NL80211_FLAG_CLEAR_SKB flag to other NL commands that carry key data to ensure they do not stick around on heap after the SKB is freed. Also introduced this flag for NL80211_CMD_VENDOR as there are sub commands which configure the keys. Signed-off-by: Sunil Dutt <usdutt@codeaurora.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com>