summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2015-01-06ath5k: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-12-24ath9k: fix typoLorenzo Bianconi1-1/+1
2014-12-24ath9k: add debugfs support for hw TPCLorenzo Bianconi1-0/+71
2014-12-24ath9k: enable TPC by defaultLorenzo Bianconi1-0/+3
2014-12-24ath: fix incorrect PPB on FCC radar type 5Peter Oh1-1/+1
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-252/+176
2014-12-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-3/+294
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-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-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-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