From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Berg Date: Fri, 17 Jan 2014 16:29:03 +0100 Subject: [PATCH v3 1/2] b43: fix the wrong assignment of status.freq in b43_rx() In-Reply-To: (sfid-20140117_161955_063280_BEA8D929) References: (sfid-20140117_161955_063280_BEA8D929) Message-ID: <1389972543.10404.5.camel@jlt4.sipsolutions.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ZHAO Gang Cc: Stefano Brivio , Jonas Gorski , Luca Coelho , =?UTF-8?Q?Rafa=C5=82_Mi=C5=82ecki?= , "John W. Linville" , b43-dev@lists.infradead.org, linux-wireless@vger.kernel.org, Stable On Fri, 2014-01-17 at 23:19 +0800, ZHAO Gang wrote: > Use the right function to update status.freq. The wrong frequency > value can cause problem that bss info can't be updated when it > should be. > > This bug is introduced by commit 8318d78a44d49ac1edf2bdec7299de3617c4232e > "cfg80211 API for channels/bitrates, mac80211 and driver conversion". > > Cc: Stable > Signed-off-by: ZHAO Gang > --- > v3: change commit log > suggested by Luca Coelho, Rafa? Mi?ecki and Jonas Gorski > > I'm not very familiar with wireless subsystem yet. If commit message needs > more changes, feel free to point it out. In general, you should also put a Fixes: pseudo-header (with 12-digit commit ID and commit subject) into such commits, so this would be: Cc: stable at vger.kernel.org Fixes: 8318d78a44d4 ("cfg80211 API for channels/bitrates, mac80211 and driver conversion") Signed-off-by: ... Thanks for fixing this! johannes