linux_dsm_epyc7002/drivers/net/wireless/b43
Rafał Miłecki c7ebe237e0 b43: N-PHY: fix selection of init & calib values
Logic in specs and our code was wrong. Init and calibration values for
newer cards depend on radio revision, not PHY revision.
To make code clearer, change tables names to include "radio" or "phy".

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2014-04-22 15:06:33 -04:00
..
b43.h b43: Fix unload oops if firmware is not available 2014-01-13 14:50:02 -05:00
bus.c
bus.h
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-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new helper 2013-09-21 21:02:22 +01:00
dma.h B43: Handle DMA RX descriptor underrun 2013-05-08 17:15:06 -04:00
Kconfig b43: Kconfig: let config B43_BCMA_PIO depends on B43 2014-02-24 15:21:53 -05:00
leds.c
leds.h
lo.c
lo.h
main.c net: Replace min macro with min_t 2014-03-03 15:35:54 -05: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: return true / false instead of numbers in functions which return bool value 2014-02-24 15:21:54 -05:00
phy_common.h
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 b43: HT-PHY: use enum for RSSI types 2013-04-23 12:27:56 +02:00
phy_ht.h b43: HT-PHY: define regs for power estimation 2013-04-23 12:27:56 +02:00
phy_lcn.c
phy_lcn.h
phy_lp.c b43: use defines for board_type 2013-04-23 12:27:57 +02:00
phy_lp.h
phy_n.c b43: N-PHY: prepare for rev 7+ RSSI calibration 2014-04-22 15:06:33 -04:00
phy_n.h b43: N-PHY: define missing registers 2013-04-23 12:27:57 +02: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: fix selection of init & calib values 2014-04-22 15:06:33 -04:00
radio_2056.h
radio_2057.c
radio_2057.h
radio_2059.c b43: HT-PHY: tables: don't duplicate core-generic regs 2013-04-23 12:27:55 +02:00
radio_2059.h b43: HT-PHY: tables: don't duplicate core-generic regs 2013-04-23 12:27:55 +02:00
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_lpphy.c
tables_lpphy.h
tables_nphy.c b43: N-PHY: drop second noise variance table 2014-04-22 15:06:32 -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
tables.c
tables.h
wa.c b43: G-PHY: fix random mistakes to match specs 2014-04-22 15:06:32 -04:00
wa.h
xmit.c net: Replace min macro with min_t 2014-03-03 15:35:54 -05:00
xmit.h