linux/drivers/net/wireless/ath9k
Luis R. Rodriguez b572b24c57 ath9k: remove dummy PCI "retry timeout" fix
Remove the PCI retry timeout code as that was just taken from ipw2100
due to historical reasons but in reality its a no-op, additionally its
simply incorrect as each PCI devices has its own custom PCI configuration
space on PCI config space >= 0x40. Not to mention we were trying to write
0 to a place that already has 0 on it.

Cc: Matthew Garrett <mjg59@srcf.ucam.org>
Cc: Ben Cahill <ben.m.cahill@intel.com>
Cc: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Tested-by: Adel Gadllah <adel.gadllah@gmail.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-03-27 20:12:46 -04:00
..
ahb.c ath9k: fix compile error in ahb.c 2009-03-16 18:09:32 -04:00
ani.c ath9k: Fix bug in disabling MIB counters 2009-02-27 14:51:44 -05:00
ani.h ath9k: Remove all the useless ah_ variable prefixes 2009-02-13 13:45:10 -05:00
ath9k.h ath9k: Add support for multiple virtual AP interfaces 2009-03-27 20:12:46 -04:00
beacon.c ath9k: Add support for multiple virtual AP interfaces 2009-03-27 20:12:46 -04:00
calib.c ath9k: make few eeprom and calib items static 2009-03-16 18:09:42 -04:00
calib.h ath9k: Decrease minimum NF threshold 2009-02-27 14:51:45 -05:00
debug.c ath9k: Fix bug in reading debugfs file 'rcstat' 2009-03-16 18:09:38 -04:00
debug.h ath9k: create a common debugfs_root for all device instances 2009-03-16 18:09:27 -04:00
eeprom.c ath9k: Use suitable macros with 4k eeprom data 2009-03-16 18:09:34 -04:00
eeprom.h ath9k: INI update for AR9285 and periodic PA offset caliberation 2009-03-16 18:09:31 -04:00
hw.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 2009-03-17 15:04:31 -07:00
hw.h Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-03-17 15:01:30 -07:00
initvals.h ath9k: fix AR_SREV_9100_OR_LATER macro 2009-03-16 18:09:32 -04:00
Kconfig ath9k: Enforce module build if rfkill is a module 2009-01-12 14:24:50 -05:00
mac.c ath9k: Fix antenna assignment bug in TX status processing 2009-02-27 14:52:38 -05:00
mac.h ath9k: cleanup AR5416 version checking macros 2009-03-16 18:09:31 -04:00
main.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 2009-03-17 15:04:31 -07:00
Makefile ath9k: Set BSSID mask based on configured interfaces 2009-03-05 14:39:44 -05:00
pci.c ath9k: remove dummy PCI "retry timeout" fix 2009-03-27 20:12:46 -04:00
phy.c ath9k: Enable Fractional N mode 2009-02-27 14:51:43 -05:00
phy.h ath9k: INI update for AR9285 and periodic PA offset caliberation 2009-03-16 18:09:31 -04:00
rc.c ath9k: Set IEEE80211_TX_CTL_RATE_CTRL_PROBE in rate control for probe rate 2009-03-27 20:12:42 -04:00
rc.h ath9k: Virtual wiphy pause/unpause functionality 2009-03-05 14:39:45 -05:00
recv.c ath9k: Fix FIF_PROMISC_IN_BSS processing in station mode 2009-03-16 18:09:42 -04:00
reg.h ath9k: fix AR_SREV_9100_OR_LATER macro 2009-03-16 18:09:32 -04:00
regd_common.h ath9k: simplify regulatory code 2009-01-29 16:01:20 -05:00
regd.c cfg80211: move enum reg_set_by to nl80211.h 2009-03-16 18:09:40 -04:00
regd.h cfg80211: move enum reg_set_by to nl80211.h 2009-03-16 18:09:40 -04:00
virtual.c ath9k: Add a simple virtual wiphy scheduler 2009-03-05 14:39:48 -05:00
xmit.c ath9k: downgrade xmit queue full message to xmit debug 2009-03-16 18:09:41 -04:00