aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-12treewide: 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-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus 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
2014-12-24ath9k: enable TPC by defaultLorenzo Bianconi1-0/+3
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-13/+0
2014-11-17ath9k: Store the chip chainmask in HW capabilitiesSujith Manoharan1-10/+10
2014-11-17ath9k: Enable TSF2 for generic HW timersSujith Manoharan1-1/+22
2014-11-17ath9k_htc: Enable software crypto for mgmt frame in Tx for USB devicesChun-Yeow Yeoh1-1/+4
2014-11-17ath9k|ath9k_htc: Seperate the software crypto flag for Tx and RxChun-Yeow Yeoh1-3/+6
2014-11-11ath9k: Fix RTC_DERIVED_CLK usageMiaoqing Pan1-13/+0
2014-10-27ath9k: use a random MAC address if the EEPROM address is invalidFelix Fietkau1-2/+11
2014-10-27ath9k: allow disabling bands via platform dataFelix Fietkau1-8/+16