aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2014-11-26ath10k: fix shared WEPSujith Manoharan3-0/+65
2014-11-26ath10k: don't drop corrupted mgmt framesMichal Kazior2-4/+16
2014-11-26ath10k: fix offchannel cancel failuresMichal Kazior1-2/+2
2014-11-26ath10k: make hw roc more reliableMichal Kazior2-0/+7
2014-11-26ath10k: fix offchan reliabilityMichal Kazior4-10/+31
2014-11-26ath10k: remove extra_tx_headroomMichal Kazior1-4/+0
2014-11-26ath10k: use configured nss instead of max nssBen Greear1-2/+9
2014-11-26ath10k: apply chainmask settings to vdev on creationBen Greear1-0/+41
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-24ath: Fix a false radar detection patternVivek Natarajan1-2/+2
2014-11-24ath10k: add ATH10K_DBG_WMI_PRINT debug levelBen Greear2-1/+2
2014-11-24ath10k: don't rebuild all the timeJohannes Berg1-4/+3
2014-11-24ath5k: update dependenciesSergey Ryazanov5-11/+11
2014-11-24ath5k: revert AHB bus support removingSergey Ryazanov6-3/+294
2014-11-20Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville5-9/+20
2014-11-20ath10k: report rx rate and signal for fragmented RxMichal Kazior1-3/+1
2014-11-20ath10k: use rx descriptor for ppdu status extractionMichal Kazior1-41/+95
2014-11-20ath10k: remove unused function argumentMichal Kazior1-13/+3
2014-11-20ath10k: unify rx undecappingMichal Kazior1-322/+408
2014-11-20ath10k: refactor htt->rx_confusedMichal Kazior1-17/+12
2014-11-20ath10k: simplify Rx loopMichal Kazior1-40/+38
2014-11-20ath10k: start using sk_buff_headMichal Kazior1-122/+91
2014-11-19ath9k_common: make sure DEBUG_FS and RELAY enabledOleksij Rempel1-0/+2
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville9-45/+74
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg5-9/+20
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-17Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville13-295/+388
2014-11-17ath9k: fix regression in bssidmask calculationBen Greear1-3/+6
2014-11-17ath10k: fix mismatched wmi api callPeter Oh1-2/+2
2014-11-17ath10k: advertise support for AP mode channel width changesRajkumar Manoharan1-0/+2
2014-11-17ath10k: add modpram 'skip_otp' to ignore empty otp error during BMIRajkumar Manoharan1-1/+6
2014-11-17ath10k: handle ieee80211 header and payload tracing separatelyRajkumar Manoharan4-16/+78