linux/drivers/net/wireless/bcm43xx
Auke Kok 44c10138fd PCI: Change all drivers to use pci_device->revision
Instead of all drivers reading pci config space to get the revision
ID, they can now use the pci_device->revision member.

This exposes some issues where drivers where reading a word or a dword
for the revision number, and adding useless error-handling around the
read. Some drivers even just read it for no purpose of all.

In devices where the revision ID is being copied over and used in what
appears to be the equivalent of hotpath, I have left the copy code
and the cached copy as not to influence the driver's performance.

Compile tested with make all{yes,mod}config on x86_64 and i386.

Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Acked-by: Dave Jones <davej@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-07-11 16:02:10 -07:00
..
Kconfig [WIRELESS]: Refactor wireless Kconfig. 2007-04-25 22:29:40 -07:00
Makefile
bcm43xx.h [PATCH] bcm43xx: Remove dead configuration variable CONFIG_947XX 2007-05-08 11:52:00 -04:00
bcm43xx_debugfs.c [PATCH] mark struct file_operations const 5 2007-02-12 09:48:45 -08:00
bcm43xx_debugfs.h
bcm43xx_dma.c [PATCH] bcm43xx: Remove dead configuration variable CONFIG_947XX 2007-05-08 11:52:00 -04:00
bcm43xx_dma.h
bcm43xx_ethtool.c [PATCH] bcm43xx: do not rebuild when kernel version changes 2007-04-28 11:00:55 -04:00
bcm43xx_ethtool.h
bcm43xx_ilt.c [PATCH] bcm43xx: OFDM fix for rev 1 cards 2007-02-14 15:45:05 -05:00
bcm43xx_ilt.h [PATCH] bcm43xx: OFDM fix for rev 1 cards 2007-02-14 15:45:05 -05:00
bcm43xx_leds.c [PATCH] bcm43xx: Interrogate hardware-enable switch and update LEDs 2007-02-05 16:58:42 -05:00
bcm43xx_leds.h
bcm43xx_main.c PCI: Change all drivers to use pci_device->revision 2007-07-11 16:02:10 -07:00
bcm43xx_main.h [PATCH] bcm43xx: Remove dead configuration variable CONFIG_947XX 2007-05-08 11:52:00 -04:00
bcm43xx_phy.c [PATCH] bcm43xx: Fix deviation from specifications in set_baseband_attenuation 2007-07-08 22:16:37 -04:00
bcm43xx_phy.h [PATCH] bcm43xx: Change initialization for 2050 radios 2007-04-28 11:01:03 -04:00
bcm43xx_pio.c
bcm43xx_pio.h
bcm43xx_power.c
bcm43xx_power.h
bcm43xx_radio.c [PATCH] bcm43xx: Change initialization for 2050 radios 2007-04-28 11:01:03 -04:00
bcm43xx_radio.h [PATCH] bcm43xx: Interrogate hardware-enable switch and update LEDs 2007-02-05 16:58:42 -05:00
bcm43xx_sysfs.c
bcm43xx_sysfs.h
bcm43xx_wx.c [PATCH] bcm43xx: Fix bug in frequency to channel conversion 2007-03-07 22:13:50 -05:00
bcm43xx_wx.h
bcm43xx_xmit.c
bcm43xx_xmit.h [PATCH] bcm43xx: Ignore ampdu status reports 2007-02-14 15:45:04 -05:00