[PATCH v3 1/2] b43: fix the wrong assignment of status.freq in b43_rx()
Johannes Berg
johannes at sipsolutions.net
Fri Jan 17 10:29:03 EST 2014
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 <stable at vger.kernel.org>
> Signed-off-by: ZHAO Gang <gamerh2o at gmail.com>
> ---
> 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
More information about the b43-dev
mailing list