commit | fe06451ab40366c668a21f17d0598317ea1c06b5 | [log] [tgz] |
---|---|---|
author | Dedy Lansky <dlansky@codeaurora.org> | Thu May 17 13:46:22 2018 +0300 |
committer | Dedy Lansky <dlansky@codeaurora.org> | Thu May 17 16:58:02 2018 +0300 |
tree | 1858cfa853c26b4a07218d95e7fde504a5cabe4e | |
parent | b2f7549df305d12063a8dab126dee252f5fc49ec [diff] |
nl80211: fix nlmsg allocation in cfg80211_ft_event Allocation size of nlmsg in cfg80211_ft_event is based on ric_ies_len and doesn't take into account ies_len. This leads to NL80211_CMD_FT_EVENT message construction failure in case ft_event contains large enough ies buffer. Add ies_len to the nlmsg allocation size. Change-Id: Ib6a9426543d8cb87035333d8b664a929de2f42d1 Signed-off-by: Dedy Lansky <dlansky@codeaurora.org>