From: Johannes Berg Date: Tue, 24 Aug 2010 10:15:53 +0000 (+0200) Subject: nl80211: fix missing nesting X-Git-Tag: v2.6.37-rc1~147^2~584^2^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b70a4e38d542843fccfb367dce1ac861cc3890;p=pandora-kernel.git nl80211: fix missing nesting commit 95a6ccbb46c70cff376684c752831c014c87029d Author: Johannes Berg Date: Thu Aug 12 15:38:38 2010 +0200 cfg80211/mac80211: extensible frame processing introduced a netlink bug that caused parsing errors in userspace because it forgot to close a nesting, which would advertise a nesting length of zero to userspace, which then completely threw off parsing and led to Illegal nla->nla_type == 0 being printed by libnl. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed