linux/drivers/net/wireless/rt2x00
Gabor Juhos 68597ea867 rt2x00: rt2800pci: use separate read_eeprom callback for SoC devices
Rename the 'rt2800pci_read_eeprom_soc function' to
'rt2800soc_read_eeprom' and use that directly in the
SoC specific 'rt2800_ops' structure. Also move the
'rt2800pci_eeprom_read' function into an 'ifdef PCI'
section and remove the 'rt2800pci_read_eeprom_soc'
call from that.

Additionally, remove the dummy inline eeprom functions.
Those are not used anymore.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2013-10-18 14:06:59 -04:00
..
Kconfig rt2x00: rt2800pci: move RX control handler functions to the rt2800mmio module 2013-10-18 14:06:59 -04:00
Makefile rt2x00: create a new module for rt2800 MMIO code 2013-10-18 14:06:58 -04:00
rt2x00.h rt2x00: add rt2x00_has_cap_* helpers 2013-10-14 13:39:57 -04:00
rt2x00config.c
rt2x00crypto.c rt2x00: rt2x00lib: use rt2x00_has_cap_* helpers 2013-10-14 13:39:57 -04:00
rt2x00debug.c rt2x00: rt2x00lib: use rt2x00_has_cap_* helpers 2013-10-14 13:39:57 -04:00
rt2x00debug.h
rt2x00dev.c rt2x00: rt2x00lib: use rt2x00_has_cap_* helpers 2013-10-14 13:39:57 -04:00
rt2x00dump.h
rt2x00firmware.c
rt2x00leds.c
rt2x00leds.h
rt2x00lib.h
rt2x00link.c rt2x00: rt2x00lib: use rt2x00_has_cap_* helpers 2013-10-14 13:39:57 -04:00
rt2x00mac.c rt2x00: rt2x00lib: use rt2x00_has_cap_* helpers 2013-10-14 13:39:57 -04:00
rt2x00mmio.c
rt2x00mmio.h
rt2x00pci.c rt2x00_pci: Fix interrupt handler name (visible at /proc/interrupts) 2013-10-10 13:43:35 -04:00
rt2x00pci.h
rt2x00queue.c rt2x00: rt2x00lib: use rt2x00_has_cap_* helpers 2013-10-14 13:39:57 -04:00
rt2x00queue.h
rt2x00reg.h
rt2x00soc.c
rt2x00soc.h
rt2x00usb.c rt2x00: do not pause queue on flush 2013-10-10 13:49:28 -04:00
rt2x00usb.h
rt61pci.c rt2x00: rt61pci: use rt2x00_has_cap_* helpers 2013-10-14 13:39:57 -04:00
rt61pci.h
rt73usb.c rt2x00: rt73usb: use rt2x00_has_cap_* helpers 2013-10-14 13:39:58 -04:00
rt73usb.h
rt2400pci.c
rt2400pci.h
rt2500pci.c
rt2500pci.h
rt2500usb.c
rt2500usb.h
rt2800.h rt2x00: cleanup indentation in rt2800.h 2013-10-14 13:39:57 -04:00
rt2800lib.c rt2x00: rt2800lib: autodetect 5GHz band support 2013-10-18 14:03:54 -04:00
rt2800lib.h rt2x00: rt2800lib: introduce rt2800_get_txwi_rxwi_size helper 2013-08-16 14:17:50 -04:00
rt2800mmio.c rt2x00: rt2800pci: move initialization functions to the rt2800mmio module 2013-10-18 14:06:59 -04:00
rt2800mmio.h rt2x00: rt2800pci: move initialization functions to the rt2800mmio module 2013-10-18 14:06:59 -04:00
rt2800pci.c rt2x00: rt2800pci: use separate read_eeprom callback for SoC devices 2013-10-18 14:06:59 -04:00
rt2800pci.h rt2x00: rt2800pci: move queue functions to the rt2800mmio module 2013-10-18 14:06:59 -04:00
rt2800usb.c wireless: rt2x00: rt2800usb: add new devices 2013-10-03 16:57:34 -04:00
rt2800usb.h