提交 e248ad30 编写于 作者: J Johannes Berg

cfg80211: fix sending WoWLAN TCP wakeup settings

The code sending the current WoWLAN TCP wakeup settings in
nl80211_send_wowlan_tcp() is not closing the nested attribute,
thus causing the parser to get confused on the receiver side
in userspace (iw). Fix this.

Cc: stable@vger.kernel.org [3.9]
Reported-by: NDeepak Arora <deepakx.arora@intel.com>
Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
上级 de3d43a3
...@@ -7577,6 +7577,8 @@ static int nl80211_send_wowlan_tcp(struct sk_buff *msg, ...@@ -7577,6 +7577,8 @@ static int nl80211_send_wowlan_tcp(struct sk_buff *msg,
&tcp->payload_tok)) &tcp->payload_tok))
return -ENOBUFS; return -ENOBUFS;
nla_nest_end(msg, nl_tcp);
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册