summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2015-01-19ath9k: fix race condition in irq processing during hardware resetFelix Fietkau1-4/+3
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-251/+176
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+6
2014-12-06Revert "ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file ent...Greg Kroah-Hartman3-24/+100
2014-12-01ath9k: do not access hardware on IRQs during resetFelix Fietkau1-6/+8
2014-12-01ath9k: set ATH_OP_INVALID before disabling hardwareFelix Fietkau1-1/+3
2014-12-01ath9k: prevent early IRQs from accessing hardwareFelix Fietkau1-4/+5
2014-12-01ath9k: fix BE/BK queue orderFelix Fietkau1-2/+2
2014-12-01ath9k_hw: fix hardware queue allocationFelix Fietkau1-8/+1
2014-11-27ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entriesArend van Spriel3-100/+24
2014-11-27ath: use seq_file api for ath9k debugfs filesArend van Spriel2-274/+192
2014-11-25ath9k: add TPC capability to TX descriptor pathLorenzo Bianconi6-12/+49
2014-11-25ath9k: add TX power per-rate tablesLorenzo Bianconi4-0/+229
2014-11-21Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm...John W. Linville3-5/+11
2014-11-19ath9k_common: make sure DEBUG_FS and RELAY enabledOleksij Rempel1-0/+2
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.o...John W. Linville7-45/+59
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg3-5/+11
2014-11-17ath9k: Move roc completion to the offchannel timerSujith Manoharan1-6/+2
2014-11-17ath9k: Adjust tbtt delta properlySujith Manoharan2-1/+4
2014-11-17ath9k: Handle failure to send NoASujith Manoharan1-1/+8
2014-11-17ath9k: Cancel pending offchannel operationsSujith Manoharan1-13/+30
2014-11-17ath9k: Clear offchannel state properlySujith Manoharan1-0/+5
2014-11-17ath9k: Fix thermometer programmingSujith Manoharan1-4/+5
2014-11-17ath9k: Store the chip chainmask in HW capabilitiesSujith Manoharan2-10/+11
2014-11-17ath9k: Enable TSF2 for generic HW timersSujith Manoharan3-1/+27
2014-11-17ath9k: Fix LED configurationSujith Manoharan6-5/+19
2014-11-17ath9k: Use new QCA953x initvalsMiaoqing Pan1-10/+41
2014-11-17ath9k: Update QCA953x initvalsSujith Manoharan1-30/+468
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 Yeoh5-7/+11
2014-11-17ath9k: fix the assignment of hw queues for mesh interfaceChun-Yeow Yeoh1-1/+2
2014-11-17ath9k: common-spectral: don't depend from ATH9K_DEBUGFSOleksij Rempel1-10/+0
2014-11-17ath9k_htc: ath9k_htc_op_ps_wakeup() can be statickbuild test robot1-3/+3
2014-11-17ath9k: ath9k_op_ps_wakeup() can be statickbuild test robot1-3/+3
2014-11-17ath9k: fix misc debugfs when not using chan contextBen Greear1-3/+4
2014-11-17ath9k: fix regression in bssidmask calculationBen Greear1-3/+6
2014-11-12ath9k_htc: remove return of value in empty definintion of ath9k_htc_deinit_debugJohn W. Linville1-1/+3
2014-11-12ath9k_htc: add spectral scan debug interfaceOleksij Rempel3-0/+9
2014-11-12ath9k_htc: process rx spectral packetsOleksij Rempel1-0/+14
2014-11-12ath9k_htc: trigger spectral scan on set_channelOleksij Rempel1-0/+4
2014-11-12ath9k_htc: set initial spec_config valuesOleksij Rempel1-0/+8
2014-11-12ath9k_htc: add struct ath_spec_scan_priv to ath9k_htc_privOleksij Rempel1-0/+1
2014-11-12ath9k_htc: add ath_ps_ops bindingsOleksij Rempel1-0/+16
2014-11-12ath9k_htc: fix rs_datalen conversationOleksij Rempel1-1/+1
2014-11-12ath9k: For AR9271 chipsets, set count = 0 for endless samples.Oleksij Rempel1-3/+6
2014-11-12ath9k: move spectral.* to common-spectral.*Oleksij Rempel8-25/+31
2014-11-12ath9k: move ath9k_spectral_scan_ from main.c to spectral.cOleksij Rempel2-70/+70
2014-11-12ath9k: make ath9k_spectral_scan_ do not depend on ath_softcOleksij Rempel4-20/+22
2014-11-12ath9k: use ath_common instead of ieee80211_hw in ath9k_spectral_scan_Oleksij Rempel4-15/+13
2014-11-12ath9k: use ath_ps_ops in ath9k_spectral_scan_Oleksij Rempel1-4/+4