summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/hw.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-22wifi: ath9k: remove most hidden macro dependencies on ahWenli Looi1-64/+64
2021-08-29ath9k: fix sleeping in atomic contextMiaoqing Pan1-5/+7
2021-04-22ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devicesToke Høiland-Jørgensen1-1/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2020-11-07wireless: remove unneeded breakTom Rix1-1/+0
2020-08-14ath9k: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-06-09ath: fix wiki website urlFlavio Suligoi1-1/+1
2019-04-29ath9k: Differentiate between max combined and per chain powerSven Eckelmann1-4/+4
2019-04-29ath9k: Check for errors when reading SREV registerTim Schumacher1-9/+23
2018-11-05ath9k: hw: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-31ath9k_hw: fix channel maximum power level testFelix Fietkau1-2/+5
2018-07-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-5/+5
2018-06-29ath9k: use timespec64 for tsf_tsArnd Bergmann1-5/+5
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches1-1/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-02-27ath9k: Fix ack SIFS time for quarter/half channelsWojciech Dubowik1-1/+7
2018-02-27ath9k: Fix airtime calculation for quarter/half channelsWojciech Dubowik1-2/+4
2018-01-16ath9k: add MSI supportRussell Hu1-7/+26
2017-02-07ath9k_hw: check if the chip failed to wake upFelix Fietkau1-0/+4
2017-01-12ath9k: fix spelling mistake: "meaurement" -> "measurement"Colin Ian King1-1/+1
2016-11-23ath9k: fix ath9k_hw_gpio_get() to return 0 or 1 on successMatthias Schiffer1-1/+1
2016-09-02ath9k: fix AR5416 access GPIO warningMiaoqing Pan1-2/+2
2016-07-08ath9k: Remove some #defined constants to decrease verbosityBenjamin Berg1-1/+1
2016-07-08ath9k: Use tsf offset helper in ath9k_hw_resetBenjamin Berg1-8/+8
2016-07-08ath9k: remove return value from ath9k_hw_init_macaddrMartin Blumenstingl1-10/+5
2016-07-08ath9k: ath9k_hw_init_macaddr should not overwrite valid MAC addressesMartin Blumenstingl1-9/+13
2016-07-08ath9k: remove variable which is set but never readMartin Blumenstingl1-3/+0
2016-04-19ath9k: interpret requested txpower in EIRP domainZefir Kurtisi1-8/+2
2016-03-11ath9k: free GPIO resource for SOC GPIOsMiaoqing Pan1-0/+1
2016-03-11ath9k: make GPIO API to support both of WMAC and SOCMiaoqing Pan1-79/+117
2016-03-11ath9k: define correct GPIO numbers and bits maskMiaoqing Pan1-14/+56
2016-01-26ath9k: fix data bus error on ar9300 and ar9580Miaoqing Pan1-0/+10
2015-12-11ath9k: fix AR_RX_FILTER for ar9462/ar9565 when rx stoppedMiaoqing Pan1-3/+0
2015-12-08ath9k: add debug messages to aggr/chanctx funcsJanusz Dziedzic1-4/+4
2015-11-05Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-1/+1
2015-09-29ath9k: Add support for OCB modeJan Kaisrlik1-0/+1
2015-08-18ath9k: add correct MAC/BB name for ar9561Miaoqing Pan1-0/+1
2015-07-11ath9k_hw: fix device ID check for AR956xFelix Fietkau1-0/+1
2015-04-07ath9k: add extra GPIO led supportMiaoqing Pan1-2/+15
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-03-30ath9k: use rmw buffer in ath9k_hw_set_operating_mode and ath9k_hw_resetOleksij Rempel1-0/+4
2015-03-30ath9k: add new function ath9k_hw_read_arrayOleksij Rempel1-0/+30
2015-03-16ath9k: disable TPC support again (for now)Felix Fietkau1-1/+1
2015-03-13ath9k: Initialize pll_pwrsave for AR9462/AR9565Sujith Manoharan1-0/+3
2015-02-03ath9k: Register max WOW patternsSujith Manoharan1-0/+7
2015-02-03ath9k: Remove ATH9K_HW_WOW_DEVICE_CAPABLESujith Manoharan1-3/+0
2015-01-15ath9k: enable per-packet TPC on AR9002 based chipsLorenzo Bianconi1-2/+1
2015-01-15ath9k: Add QCA956x HW supportMiaoqing Pan1-14/+23
2015-01-15ath9k: Add HW IDs for QCA956xMiaoqing Pan1-0/+4