alistair23-linux/drivers/net/wireless/b43
Rafał Miłecki 2fc68eb122 b43: fix frequency reported on G-PHY with /new/ firmware
Support for firmware rev 508+ was added years ago, but we never noticed
it reports channel in a different way for G-PHY devices. Instead of
offset from 2400 MHz it simply passes channel id (AKA hw_value).

So far it was (most probably) affecting monitor mode users only, but
the following recent commit made it noticeable for quite everybody:

commit 3afc2167f6
Author: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Date:   Tue Mar 4 16:50:13 2014 +0200

    cfg80211/mac80211: ignore signal if the frame was heard on wrong channel

Reported-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Cc: stable@vger.kernel.org
Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2014-06-17 14:11:16 -04:00
..
b43.h b43: remove list of IEEE 802.11 devices 2014-04-22 15:06:34 -04:00
bus.c
bus.h b43: adjust code to compile without SSB 2014-05-13 15:56:35 -04:00
debugfs.c
debugfs.h b43: return true / false instead of numbers in functions which return bool value 2014-02-24 15:21:54 -05:00
dma.c
dma.h
Kconfig b43: fix typo in Kconfig (make B43_BUSES_BCMA_AND_SSB the default for real) 2014-06-16 11:23:33 -04:00
leds.c
leds.h
lo.c
lo.h
main.c b43: disable 5 GHz on G-PHY 2014-06-16 11:23:33 -04:00
main.h b43: use kernel api to replace b43 specific helper function 2014-02-13 15:20:14 -05:00
Makefile
pcmcia.c
pcmcia.h
phy_a.c
phy_a.h
phy_common.c b43: PHY: allow init optimizations by tracking PHY state 2014-05-29 13:10:33 -04:00
phy_common.h b43: PHY: allow init optimizations by tracking PHY state 2014-05-29 13:10:33 -04:00
phy_g.c b43: G-PHY: fix random mistakes to match specs 2014-04-22 15:06:32 -04:00
phy_g.h
phy_ht.c
phy_ht.h
phy_lcn.c
phy_lcn.h
phy_lp.c
phy_lp.h
phy_n.c b43: N-PHY: optimize radio switching on/off 2014-05-29 13:10:34 -04:00
phy_n.h b43: N-PHY: optimize init by doing some ops just once 2014-05-29 13:10:33 -04:00
pio.c b43: return true / false instead of numbers in functions which return bool value 2014-02-24 15:21:54 -05:00
pio.h
radio_2055.c
radio_2055.h
radio_2056.c b43: N-PHY: add missing calib values for radio 0x2026 rev 11 2014-05-22 14:04:37 -04:00
radio_2056.h
radio_2057.c
radio_2057.h
radio_2059.c
radio_2059.h
rfkill.c
rfkill.h
sdio.c
sdio.h
sysfs.c net: Replace min macro with min_t 2014-03-03 15:35:54 -05:00
sysfs.h
tables.c
tables.h
tables_lpphy.c
tables_lpphy.h
tables_nphy.c b43: N-PHY: optimize init by doing some ops just once 2014-05-29 13:10:33 -04:00
tables_nphy.h b43: N-PHY: drop second noise variance table 2014-04-22 15:06:32 -04:00
tables_phy_ht.c
tables_phy_ht.h
tables_phy_lcn.c
tables_phy_lcn.h
wa.c b43: G-PHY: fix random mistakes to match specs 2014-04-22 15:06:32 -04:00
wa.h
xmit.c b43: fix frequency reported on G-PHY with /new/ firmware 2014-06-17 14:11:16 -04:00
xmit.h