summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)Author
2014-12-01ath10k: simplify rx ring size/fill calculationMichal Kazior
2014-12-01ath10k: prevent pci tx/rx starvationMichal Kazior
2014-12-01ath10k: remove transfer_id from ath10k_hif_cb::tx_completionMichal Kazior
2014-12-01ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completionMichal Kazior
2014-12-01ath10k: make wmi service bitmap non-debugMichal Kazior
2014-12-01ath10k: add sanity checks for service bmap parsingMichal Kazior
2014-12-01ath10k: fix wmi svc bitmap dbg printMichal Kazior
2014-12-01ath10k: add pointer constness to tracesMichal Kazior
2014-12-01ath10k: do not limit RTS threshold value to 2347Vivek Natarajan
2014-11-26ath10k: fix station count enforcementMichal Kazior
2014-11-26ath10k: clean up num_peers lockingMichal Kazior
2014-11-26ath10k: add missing gotoMichal Kazior
2014-11-26ath10k: add memory dump debugfs interfaceYanbo Li
2014-11-26ath10k: add register access debugfs interfaceYanbo Li
2014-11-26ath10k: fix bug reported by lockdepSujith Manoharan
2014-11-26ath10k: fix locking for WEP keysSujith Manoharan
2014-11-26ath10k: fix shared WEPSujith Manoharan
2014-11-26ath10k: don't drop corrupted mgmt framesMichal Kazior
2014-11-26ath10k: fix offchannel cancel failuresMichal Kazior
2014-11-26ath10k: make hw roc more reliableMichal Kazior
2014-11-26ath10k: fix offchan reliabilityMichal Kazior
2014-11-26ath10k: remove extra_tx_headroomMichal Kazior
2014-11-26ath10k: use configured nss instead of max nssBen Greear
2014-11-26ath10k: apply chainmask settings to vdev on creationBen Greear
2014-11-24ath10k: add ATH10K_DBG_WMI_PRINT debug levelBen Greear
2014-11-24ath10k: don't rebuild all the timeJohannes Berg
2014-11-20ath10k: report rx rate and signal for fragmented RxMichal Kazior
2014-11-20ath10k: use rx descriptor for ppdu status extractionMichal Kazior
2014-11-20ath10k: remove unused function argumentMichal Kazior
2014-11-20ath10k: unify rx undecappingMichal Kazior
2014-11-20ath10k: refactor htt->rx_confusedMichal Kazior
2014-11-20ath10k: simplify Rx loopMichal Kazior
2014-11-20ath10k: start using sk_buff_headMichal Kazior
2014-11-17Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville
2014-11-17ath10k: fix mismatched wmi api callPeter Oh
2014-11-17ath10k: advertise support for AP mode channel width changesRajkumar Manoharan
2014-11-17ath10k: add modpram 'skip_otp' to ignore empty otp error during BMIRajkumar Manoharan
2014-11-17ath10k: handle ieee80211 header and payload tracing separatelyRajkumar Manoharan
2014-11-04Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm...John W. Linville
2014-11-04mac80211: replace restart_complete() with reconfig_complete()Eliad Peller
2014-11-04ath10k: fix pm resume after suspendBartosz Markowski
2014-10-31ath10k: speed up hw recoveryMichal Kazior
2014-10-31ath10k: expose hw restart via debugfsMichal Kazior
2014-10-31ath10k: fix possible bmi crashMichal Kazior
2014-10-31ath10k: don't reset chip on power_downMichal Kazior
2014-10-31ath10k: split reset logic from power upMichal Kazior
2014-10-31ath10k: make warm reset a bit safer and fasterMichal Kazior
2014-10-31ath10k: change ce ring cleanup logicMichal Kazior
2014-10-31ath10k: avoid possible deadlock with scan timeoutMichal Kazior
2014-10-27Merge tag 'for-linville-20141024' of git://github.com/kvalo/athJohn W. Linville