aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ahb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-07ath9k: use the devres API for allocations/mappingsFelix Fietkau1-16/+6
2012-07-09ath9k: add platform_device_id for AR9550Gabor Juhos1-0/+4
2012-06-06ath9k: Use atomic operationsSujith Manoharan1-1/+1
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-08-08ath9k: remove all references to subsysid, it's never usedPavel Roskin1-1/+1
2011-06-22ath9k: add platform device id for AR9330Gabor Juhos1-0/+4
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan1-1/+1
2011-04-25ath9k: Fix warning: symbol 'ath9k_platform_id_table' was not declared. Should it be static?Vasanthakumar Thiagarajan1-1/+1
2011-04-25ath9k: Add AR9340 platform id to id tableVasanthakumar Thiagarajan1-0/+4
2011-04-12ath9k: Register id table for platform deviceVasanthakumar Thiagarajan1-1/+13
2011-03-07wireless:ath: use resource_size() help functionShan Wei1-1/+1
2011-01-28ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau1-9/+3
2011-01-28ath9k: remove support for virtual wiphysFelix Fietkau1-1/+0
2010-12-07ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches1-4/+3
2010-07-27drivers/net/wireless: Use wiphy_<level>Joe Perches1-5/+2
2010-04-06ath: Add a bus type fieldSujith1-0/+1
2010-02-01ath9k: fix access to freed data on unloadPavel Roskin1-10/+2
2010-01-14ath9k: Fix panic on driver loadSujith1-0/+3
2010-01-12ath9k: Cleanup init/deinit routinesSujith1-8/+12
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-27ath9k: adjust ahb callbacks to new struct layout to avoid compile errorsMarek Lindner1-4/+2
2009-10-07atheros: move bus ops to ath_commonLuis R. Rodriguez1-6/+8
2009-10-07atheros: add common debug printingLuis R. Rodriguez1-3/+4
2009-10-07ath9k: use ath_hw for DPRINTF() and debug init/exitLuis R. Rodriguez1-1/+1
2009-09-09ath9k: Store subsystem id in struct hw_versionVasanthakumar Thiagarajan1-1/+1
2009-09-08ath9k: propagate errors on ath_init_device() and request_irq()Luis R. Rodriguez1-5/+3
2009-08-04ath9k: distinguish between device initialization and ath_softc initLuis R. Rodriguez1-1/+1
2009-04-22atheros: put atheros wireless drivers into ath/Luis R. Rodriguez1-0/+192