Re: [PATCH] nl80211: Fix unfiltered GET_INTERFACE dumps
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2016-08-26 08:13:10
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2016-08-26 08:13:10
On Thu, 2016-08-25 at 15:44 -0500, Denis Kenzior wrote:
dump_wiphy_parse only assigns filter_wiphy if one of the supported NL80211 attributes is present. So for unfiltered dumps, filter_wiphy was always initialized to 0, and only interface 0 was dumped. This was introduced in commit 2d75da13fbb957e955d212555b91101cef36f0ce. Reported-by: Arend Van Spriel <arend.vanspriel@broadcom.com> Signed-off-by: Denis Kenzior <redacted>
Thanks guys, I've squashed this (and moved it into the initializer we already had.) johannes