linux/drivers/net/wireless/ath9k
Gabor Juhos 6b765deb01 ath9k: fix AR_SREV_9100_OR_LATER macro
The current macro is wrong, because detects some AR5416 devices as an
AR9100 device. The AR5416 devices would have performance issues after
this change, because the contents of the ar5416 specific and of the
ar9100 specificinitval arrays are swapped. Fortunately we can correct
this with the rename of the arrays simply.

Changes-licesed-under: ISC

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-03-16 18:09:32 -04:00
..
ahb.c ath9k: Add data structure for supporting virtual radio/wiphy operation 2009-03-05 14:39:44 -05: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 a simple virtual wiphy scheduler 2009-03-05 14:39:48 -05:00
beacon.c ath9k: Virtual wiphy pause/unpause functionality 2009-03-05 14:39:45 -05:00
calib.c ath9k: INI update for AR9285 and periodic PA offset caliberation 2009-03-16 18:09:31 -04:00
calib.h ath9k: Decrease minimum NF threshold 2009-02-27 14:51:45 -05:00
debug.c ath9k: create a common debugfs_root for all device instances 2009-03-16 18:09:27 -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: cleanup AR5416 version checking macros 2009-03-16 18:09:31 -04:00
eeprom.h ath9k: INI update for AR9285 and periodic PA offset caliberation 2009-03-16 18:09:31 -04:00
hw.c ath9k: cleanup AR5416 version checking macros 2009-03-16 18:09:31 -04:00
hw.h ath9k: Remove unused key xoring 2009-03-05 14:39:38 -05: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 ath9k: RX buffers may be accessed/freed even before initialized/alloced. 2009-03-16 18:09:30 -04:00
Makefile ath9k: Set BSSID mask based on configured interfaces 2009-03-05 14:39:44 -05:00
pci.c ath9k: Add data structure for supporting virtual radio/wiphy operation 2009-03-05 14:39:44 -05: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: Add data structure for supporting virtual radio/wiphy operation 2009-03-05 14:39:44 -05:00
rc.h ath9k: Virtual wiphy pause/unpause functionality 2009-03-05 14:39:45 -05:00
recv.c ath9k: Get rid of unnecessary ATOMIC memory alloc during init time 2009-03-16 18:09:30 -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 ath9k: Add data structure for supporting virtual radio/wiphy operation 2009-03-05 14:39:44 -05:00
regd.h ath9k: remove prototype for ath9k_regd_get_current_country 2009-02-27 14:51:47 -05:00
virtual.c ath9k: Add a simple virtual wiphy scheduler 2009-03-05 14:39:48 -05:00
xmit.c ath9k: Virtual wiphy pause/unpause functionality 2009-03-05 14:39:45 -05:00