Return-path: Received: from mail-ob0-f180.google.com ([209.85.214.180]:53884 "EHLO mail-ob0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751177AbaAQWSK (ORCPT ); Fri, 17 Jan 2014 17:18:10 -0500 Message-ID: <52D9AC1F.6090002@lwfinger.net> (sfid-20140117_231814_880446_1E9EAFC5) Date: Fri, 17 Jan 2014 16:18:07 -0600 From: Larry Finger MIME-Version: 1.0 To: ZHAO Gang , Stefano Brivio CC: Johannes Berg , Jonas Gorski , Luca Coelho , =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= , "John W. Linville" , b43-dev@lists.infradead.org, linux-wireless@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v4 1/2] b43: fix the wrong assignment of status.freq in b43_rx() References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On 01/17/2014 10:17 AM, ZHAO Gang wrote: > Use the right function to update frequency value. > > If rx skb is probe response or beacon, the wrong frequency value can > cause problem that bss info can't be updated when it should be. > > Cc: > Fixes: 8318d78a44d4 ("cfg80211 API for channels/bitrates, mac80211 > and driver conversion") > Signed-off-by: ZHAO Gang > --- This patch seems to fix a problem that caused scanning under NetworkManager to fail. The symptom was that no available networks were seen in the NM applet after a connection was made. Now the available AP list remains populated. Acked-by: Larry Finger Larry