summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-12-081-3/+6
|\
| * ath9k: fix regression in bssidmask calculationBen Greear2014-11-171-3/+6
* | wil6210: remove TODO wrt buffer alignmentVladimir Kondratiev2014-12-011-2/+0
* | wil6210: reset flow updateVladimir Kondratiev2014-12-011-0/+3
* | wil6210: Rate limit "ring full" error messageVladimir Kondratiev2014-12-011-2/+3
* | wil6210: fix warning in pointer arithmeticVladimir Kondratiev2014-12-011-1/+1
* | wil6210: configurable vring sizesVladimir Kondratiev2014-12-013-7/+40
* | wil6210: remove wil_to_pcie_dev()Vladimir Kondratiev2014-12-013-3/+1
* | wil6210: fix recovery after scan timeoutVladimir Kondratiev2014-12-011-0/+1
* | wil6210: add handling of RX HTRSH interruptVladimir Kondratiev2014-12-013-3/+47
* | wil6210: propagate disconnect reasonVladimir Kondratiev2014-12-014-19/+18
* | ath9k: do not access hardware on IRQs during resetFelix Fietkau2014-12-011-6/+8
* | ath9k: set ATH_OP_INVALID before disabling hardwareFelix Fietkau2014-12-011-1/+3
* | ath9k: prevent early IRQs from accessing hardwareFelix Fietkau2014-12-011-4/+5
* | ath5k: fix hardware queue index assignmentFelix Fietkau2014-12-011-7/+1
* | ath9k: fix BE/BK queue orderFelix Fietkau2014-12-011-2/+2
* | ath9k_hw: fix hardware queue allocationFelix Fietkau2014-12-011-8/+1
* | wil6210: Fix potential memory leaks on error pathsLino Sanfilippo2014-12-011-2/+6
* | Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2014-12-0116-749/+1257
|\ \
| * | ath10k: simplify rx ring size/fill calculationMichal Kazior2014-12-012-89/+12
| * | ath10k: prevent pci tx/rx starvationMichal Kazior2014-12-011-6/+15
| * | ath10k: remove transfer_id from ath10k_hif_cb::tx_completionMichal Kazior2014-12-014-7/+11
| * | ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completionMichal Kazior2014-12-013-5/+3
| * | ath10k: make wmi service bitmap non-debugMichal Kazior2014-12-014-22/+8
| * | ath10k: add sanity checks for service bmap parsingMichal Kazior2014-12-012-61/+66
| * | ath10k: fix wmi svc bitmap dbg printMichal Kazior2014-12-012-1/+4
| * | ath10k: add pointer constness to tracesMichal Kazior2014-12-011-14/+17
| * | ath10k: do not limit RTS threshold value to 2347Vivek Natarajan2014-12-012-6/+1
| * | ath10k: fix station count enforcementMichal Kazior2014-11-266-21/+78
| * | ath10k: clean up num_peers lockingMichal Kazior2014-11-262-6/+4
| * | ath10k: add missing gotoMichal Kazior2014-11-261-1/+3
| * | ath10k: add memory dump debugfs interfaceYanbo Li2014-11-263-0/+126
| * | ath10k: add register access debugfs interfaceYanbo Li2014-11-264-0/+154
| * | ath10k: fix bug reported by lockdepSujith Manoharan2014-11-261-2/+2
| * | ath10k: fix locking for WEP keysSujith Manoharan2014-11-262-0/+6
| * | ath10k: fix shared WEPSujith Manoharan2014-11-263-0/+65
| * | ath10k: don't drop corrupted mgmt framesMichal Kazior2014-11-262-4/+16
| * | ath10k: fix offchannel cancel failuresMichal Kazior2014-11-261-2/+2
| * | ath10k: make hw roc more reliableMichal Kazior2014-11-262-0/+7
| * | ath10k: fix offchan reliabilityMichal Kazior2014-11-264-10/+31
| * | ath10k: remove extra_tx_headroomMichal Kazior2014-11-261-4/+0
| * | ath10k: use configured nss instead of max nssBen Greear2014-11-261-2/+9
| * | ath10k: apply chainmask settings to vdev on creationBen Greear2014-11-261-0/+41
| * | ath10k: add ATH10K_DBG_WMI_PRINT debug levelBen Greear2014-11-242-1/+2
| * | ath10k: don't rebuild all the timeJohannes Berg2014-11-241-4/+3
| * | ath10k: report rx rate and signal for fragmented RxMichal Kazior2014-11-201-3/+1
| * | ath10k: use rx descriptor for ppdu status extractionMichal Kazior2014-11-201-41/+95
| * | ath10k: remove unused function argumentMichal Kazior2014-11-201-13/+3
| * | ath10k: unify rx undecappingMichal Kazior2014-11-201-326/+412
| * | ath10k: refactor htt->rx_confusedMichal Kazior2014-11-201-17/+12