aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+6
2014-12-01wil6210: remove TODO wrt buffer alignmentVladimir Kondratiev1-2/+0
2014-12-01wil6210: reset flow updateVladimir Kondratiev1-0/+3
2014-12-01wil6210: Rate limit "ring full" error messageVladimir Kondratiev1-2/+3
2014-12-01wil6210: fix warning in pointer arithmeticVladimir Kondratiev1-1/+1
2014-12-01wil6210: configurable vring sizesVladimir Kondratiev3-7/+40
2014-12-01wil6210: remove wil_to_pcie_dev()Vladimir Kondratiev3-3/+1
2014-12-01wil6210: fix recovery after scan timeoutVladimir Kondratiev1-0/+1
2014-12-01wil6210: add handling of RX HTRSH interruptVladimir Kondratiev3-3/+47
2014-12-01wil6210: propagate disconnect reasonVladimir Kondratiev4-19/+18
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-01ath5k: fix hardware queue index assignmentFelix Fietkau1-7/+1
2014-12-01ath9k: fix BE/BK queue orderFelix Fietkau1-2/+2
2014-12-01ath9k_hw: fix hardware queue allocationFelix Fietkau1-8/+1
2014-12-01wil6210: Fix potential memory leaks on error pathsLino Sanfilippo1-2/+6
2014-12-01Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville16-749/+1257
2014-12-01ath10k: simplify rx ring size/fill calculationMichal Kazior2-89/+12
2014-12-01ath10k: prevent pci tx/rx starvationMichal Kazior1-6/+15
2014-12-01ath10k: remove transfer_id from ath10k_hif_cb::tx_completionMichal Kazior4-7/+11
2014-12-01ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completionMichal Kazior3-5/+3
2014-12-01ath10k: make wmi service bitmap non-debugMichal Kazior4-22/+8
2014-12-01ath10k: add sanity checks for service bmap parsingMichal Kazior2-61/+66
2014-12-01ath10k: fix wmi svc bitmap dbg printMichal Kazior2-1/+4
2014-12-01ath10k: add pointer constness to tracesMichal Kazior1-14/+17
2014-12-01ath10k: do not limit RTS threshold value to 2347Vivek Natarajan2-6/+1
2014-11-26ath10k: fix station count enforcementMichal Kazior6-21/+78
2014-11-26ath10k: clean up num_peers lockingMichal Kazior2-6/+4
2014-11-26ath10k: add missing gotoMichal Kazior1-1/+3
2014-11-26ath10k: add memory dump debugfs interfaceYanbo Li3-0/+126
2014-11-26ath10k: add register access debugfs interfaceYanbo Li4-0/+154
2014-11-26ath10k: fix bug reported by lockdepSujith Manoharan1-2/+2
2014-11-26ath10k: fix locking for WEP keysSujith Manoharan2-0/+6
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-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