From: Johannes Berg Date: Thu, 16 May 2013 08:24:28 +0000 (+0200) Subject: cfg80211: fix sending WoWLAN TCP wakeup settings X-Git-Tag: v3.10-rc3~18^2~18^2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e248ad30204eff6559b4d2d94d49d9d46c08185a;p=pandora-kernel.git 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: Deepak Arora Signed-off-by: Johannes Berg --- Reading git-diff-tree failed