From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] cfg80211: fix station info handling bugs Date: Thu, 18 Jan 2018 15:36:51 -0500 (EST) Message-ID: <20180118.153651.1709714615193043829.davem@davemloft.net> References: <20180116222022.13161-1-johannes@sipsolutions.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, johannes.berg-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org To: johannes-cdvu00un1VgdHxzADdlk8Q@public.gmane.org Return-path: In-Reply-To: <20180116222022.13161-1-johannes-cdvu00un1VgdHxzADdlk8Q@public.gmane.org> Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org From: Johannes Berg Date: Tue, 16 Jan 2018 23:20:22 +0100 > From: Johannes Berg > > Fix two places where the structure isn't initialized to zero, > and thus can't be filled properly by the driver. > > Fixes: 4a4b8169501b ("cfg80211: Accept multiple RSSI thresholds for CQM") > Fixes: 9930380f0bd8 ("cfg80211: implement IWRATE") > Signed-off-by: Johannes Berg > --- > Dave, can you apply this as an exception? I'm not really expecting > any other patches to show up now, and seems easier to have a single > patch than a whole pull request (especially now that patchwork seems > to be swallowing mine ...) Sure, applied, thanks Johannes.