summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds100-1303/+26221
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville21-69/+2191
2013-06-27ath10k: minimally handle new channel width enumeration valuesJohn W. Linville1-0/+4
2013-06-27ath9k_htc: ifdef out IFTYPE_MESH advertisementThomas Pedersen1-2/+4
2013-06-27ath10k: leave MMIC generation to the HWMichal Kazior1-1/+0
2013-06-27ath10k: fix 5ghz channel definitionsMichal Kazior1-24/+24
2013-06-27ath10k: fix MSI-X setup failpathMichal Kazior1-2/+3
2013-06-27ath9k: Add mix tx gain table for AR9462 2.0Sujith Manoharan2-0/+66
2013-06-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-2/+6
2013-06-24ath9k: Add support for AR9462 2.1Sujith Manoharan4-9/+10
2013-06-24ath9k: Program initvals for AR9462 2.1Sujith Manoharan1-2/+57
2013-06-24ath9k: Add initvals for AR9462 2.1Sujith Manoharan1-0/+1774
2013-06-24ath9k: Add version macros for AR9462 2.1Sujith Manoharan1-2/+11
2013-06-24wil6210: add HW write-back option in TX descriptorKirshenbaum Erez2-1/+5
2013-06-24wil6210: set vring index for all descriptorsKirshenbaum Erez1-5/+5
2013-06-24ath9k: Enable WoW only for supported modelsSujith Manoharan3-0/+59
2013-06-24ath9k: fix queue depth accounting in ath_tx_txqaddbufFelix Fietkau1-3/+7
2013-06-24ath9k_htc: Add ethtool stats support.Ben Greear4-1/+108
2013-06-24ath9k_htc: Support reporting tx and rx chain mask.Ben Greear4-15/+48
2013-06-24ath9k_htc: Handle IDLE state transition properlySujith Manoharan1-1/+1
2013-06-24ath9k: fix an RCU issue in calling ieee80211_get_tx_ratesFelix Fietkau1-1/+5
2013-06-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville70-390/+23235
2013-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-16/+15
2013-06-18ath9k: Program initvals for CUS217Sujith Manoharan3-0/+16
2013-06-18ath9k: Add initvals required for CUS217Sujith Manoharan1-0/+15
2013-06-18ath9k: Add PCI IDs for CUS217Sujith Manoharan3-0/+16
2013-06-18ath10k: off by one sanity checkDan Carpenter1-1/+1
2013-06-18ath9k: Modify IDs to identify CUS230Sujith Manoharan3-4/+10
2013-06-18ath9k: Add support for 5G-XLNA/AR9462Sujith Manoharan4-1/+310
2013-06-18ath9k: Update AR9462 2.0 initvalsSujith Manoharan1-1/+1
2013-06-18ath9k: Convert a couple of debug messagesSujith Manoharan1-2/+2
2013-06-18ath9k: Merge HWTIMER debug level with BTCOEXSujith Manoharan2-10/+9
2013-06-18treewide: Fix typo in printkMasanari Iida1-1/+1
2013-06-17ath9k: Fix ANI for AP modeSujith Manoharan2-18/+17
2013-06-17ath9k: Fix LNA gpio for AR9485Sujith Manoharan1-1/+1
2013-06-14ath9k: Add custom parameters for CUS198Sujith Manoharan5-3/+72
2013-06-13Merge branch 'for-linville-ath10k' of git://github.com/kvalo/ath6klJohn W. Linville32-0/+22094
2013-06-13Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville4-29/+41
2013-06-13ath9k: Fix ANI trigger thresholdSujith Manoharan1-1/+1
2013-06-13carl9170: add support for the new rate control APIChristian Lamparter3-78/+110
2013-06-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-26/+43
2013-06-12ath5k: make use of the new rate control APIThomas Huehn3-21/+74
2013-06-12ath9k: Do not assign noise for NULL caldataSujith Manoharan1-1/+0
2013-06-12ath9k: Fix noisefloor calibrationSujith Manoharan2-8/+2
2013-06-12ath9k_hw: Assign default xlna config for AR9485Sujith Manoharan2-2/+8
2013-06-12ath9k_htc: add STBC TX supportOleksij Rempel3-0/+6
2013-06-12wil6210: Fix AP/PCP start flowKirshenbaum Erez1-34/+0
2013-06-12wil6210: fix name of tracing config optionHauke Mehrtens1-1/+1
2013-06-12wil6210: Init Rx vring right after resetVladimir Kondratiev2-5/+10