aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-28ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau1-13/+5
2011-01-28ath9k: remove support for virtual wiphysFelix Fietkau1-2/+0
2010-12-22ath9k: Reset keycache on resumeMohammed Shafi Shajakhan1-0/+8
2010-12-22ath9k: Use pci_is_pcie()Hauke Mehrtens1-1/+1
2010-12-22ath9k: fix aphy / wiphy idle mismatchLuis R. Rodriguez1-0/+1
2010-12-22ath9k: Fix warnings on card removalRajkumar Manoharan1-0/+2
2010-12-13ath9k: fix assumptions for idle calls on suspend/resumeLuis R. Rodriguez1-0/+3
2010-12-07ath9k: Add device id of AR9485 to pci tableVasanthakumar Thiagarajan1-0/+1
2010-12-07ath9k: Enable extended synch for AR9485 to fix L0s recovery issueVasanthakumar Thiagarajan1-0/+12
2010-12-07ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches1-4/+3
2010-11-18ath9k: add support for reading eeprom from platform data on PCI devicesFelix Fietkau1-13/+29
2010-11-09ath9k: Convert to new PCI PM frameworkRafael J. Wysocki1-18/+22
2010-07-27drivers/net/wireless: Use wiphy_<level>Joe Perches1-5/+2
2010-06-14ath9k: enable AR9003 PCI IDsLuis R. Rodriguez1-0/+1
2010-05-21ath9k: remove AR9003 from PCI IDs for nowLuis R. Rodriguez1-1/+0
2010-04-16ath9k_hw: add the PCI ID for the first AR9300 deviceLuis R. Rodriguez1-0/+1
2010-04-06ath: Add a bus type fieldSujith1-0/+1
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-13/+6
2010-02-02ath9k: add support for 802.11n bonded out AR2427Luis R. Rodriguez1-0/+1
2010-02-01ath9k: fix access to freed data on unloadPavel Roskin1-13/+5
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-27/+31
2010-01-14ath9k: Fix panic on driver loadSujith1-0/+3
2010-01-12ath9k: Cleanup init/deinit routinesSujith1-28/+29
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-28ath9k: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-10-30ath9k_hw: distinguish single-chip solutions on initial probe printLuis R. Rodriguez1-7/+4
2009-10-30ath9k_hw: move mac name and rf name helpers to hw codeLuis R. Rodriguez1-2/+3
2009-10-07atheros: define a common priv structLuis R. Rodriguez1-6/+3
2009-10-07ath9k: use common read/write ops on pci and debug codeLuis R. Rodriguez1-2/+2
2009-10-07atheros: move bus ops to ath_commonLuis R. Rodriguez1-7/+14
2009-10-07ath9k: Define bus agnostic bluetooth coex prep helperLuis R. Rodriguez1-0/+17
2009-09-09ath9k: Store subsystem id in struct hw_versionVasanthakumar Thiagarajan1-1/+3
2009-09-09ath9k: Remove unnecessary casting to u8 in pci_read_config_byte() callVasanthakumar Thiagarajan1-2/+1
2009-09-08ath9k: claim irq for ath9k, not ath for pciLuis R. Rodriguez1-1/+1
2009-09-08ath9k: propagate errors on ath_init_device() and request_irq()Luis R. Rodriguez1-6/+6
2009-09-08ath9k: propagate ieee80211_alloc_hw() failureLuis R. Rodriguez1-2/+3
2009-08-20ath9k: Enable LEDs for AR9287 chipsets.Vivek Natarajan1-3/+3
2009-08-14ath9k: Fix bug in PCI resumeSujith1-1/+3
2009-08-04ath9k: distinguish between device initialization and ath_softc initLuis R. Rodriguez1-1/+1
2009-07-27ath9k: Add support for AR9287 based chipsets.Vivek Natarajan1-0/+2
2009-06-19ath9k: Fix PCI FATAL interrupts by restoring RETRY_TIMEOUT disablingJouni Malinen1-0/+18
2009-06-03rfkill: rewriteJohannes Berg1-15/+0
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2009-04-22atheros: put atheros wireless drivers into ath/Luis R. Rodriguez1-0/+295