aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ahb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-12ath9k: Remove unnecessary print function dev_err()Yang Li1-3/+1
2022-03-18ath9k: Use platform_get_irq() to get the interruptMinghao Chi1-5/+3
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2016-12-01ath9k: constify ath_bus_ops structureBhumika Goyal1-1/+1
2016-07-19ath9k: simplify the code-paths when not using the built-in EEPROMMartin Blumenstingl1-15/+3
2015-01-15ath9k: Add HW IDs for QCA956xMiaoqing Pan1-0/+4
2014-12-06Revert "ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries"Greg Kroah-Hartman1-1/+0
2014-11-26ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entriesArend van Spriel1-0/+1
2014-10-20net: wireless: ath: ath9k: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-29ath9k: Initialize channel context ops on ahb probeRajkumar Manoharan1-0/+1
2014-04-24ath9k: fix race in setting ATH_OP_INVALIDRajkumar Manoharan1-4/+0
2014-03-17ath9k: Add QCA953x WMAC platform supportSujith Manoharan1-0/+4
2014-03-17ath9k: move sc_flags to ath_commonOleksij Rempel1-3/+4
2013-09-26wireless: ath9k: use dev_get_platdata()Jingoo Han1-2/+2
2013-05-27net: wireless: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
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