From mboxrd@z Thu Jan 1 00:00:00 1970 From: Larry Finger Date: Fri, 17 Jan 2014 16:18:07 -0600 Subject: [PATCH v4 1/2] b43: fix the wrong assignment of status.freq in b43_rx() In-Reply-To: References: Message-ID: <52D9AC1F.6090002@lwfinger.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 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