aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2015-06-30ath10k: Fix BMI communication timeout for QCA99X0Vasanthakumar Thiagarajan1-1/+1
2015-06-30ath10k: Extend CE src desc flags for interrupt indicationVasanthakumar Thiagarajan4-2/+16
2015-06-30ath10k: Add chip reset sequence for QCA99X0Vasanthakumar Thiagarajan1-10/+71
2015-06-30ath10k: Make target cpu address to CE address conversion chip specificVasanthakumar Thiagarajan2-15/+22
2015-06-30ath10k: Copy Engine related changes for QCA99X0Vasanthakumar Thiagarajan3-3/+71
2015-06-30ath10k: Add hw register/values for QCA99X0 chipVasanthakumar Thiagarajan5-0/+88
2015-06-30ath10k: Add new reg_address/mask to hw register tableVasanthakumar Thiagarajan3-11/+34
2015-06-30ath10k: Add a table to store hw specific valuesVasanthakumar Thiagarajan4-3/+32
2015-06-23Merge tag 'wireless-drivers-next-for-davem-2015-06-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller26-213/+371
2015-06-16ath10k: txrx: remove unreachable negative return check and fixup typeNicholas Mc Guire1-3/+3
2015-06-16ath10k: mac: remove unreachable negative return checkNicholas Mc Guire1-5/+5
2015-06-16ath10k: remove unused variable hdr in ath10k_htt_rx_h_undecap()Raja Mani1-2/+0
2015-06-16ath10k: prevent debugfs mmio access crash kernelMichal Kazior2-0/+14
2015-06-16ath10k: enable VHT for IBSSJanusz Dziedzic1-0/+2
2015-06-16ath10k: print htt op_version upon driver bootMichal Kazior1-1/+2
2015-06-16ath10k: dump fw features during probingMichal Kazior3-2/+54
2015-06-15Merge ath-next from ath.gitKalle Valo21-207/+324
2015-06-15ath9k_htc: add support of channel switchChun-Yeow Yeoh4-1/+40
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg8-65/+65
2015-06-10Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg56-1831/+6586
2015-06-09wil6210: reorder init sequenceVladimir Kondratiev4-39/+48
2015-06-09wil6210: platform hooks for modile init/exitVladimir Kondratiev3-1/+33
2015-06-09wil6210: Support hidden SSIDHamad Kadmany4-6/+57
2015-06-09wil6210: add per-MCS Rx statsVladimir Kondratiev3-1/+11
2015-06-09wil6210: add NIC memory region mac_rgf_extVladimir Kondratiev2-1/+2
2015-06-09wil6210: modparam for bcast ring sizeVladimir Kondratiev1-0/+2
2015-06-09ath6kl: Fix multiple clients associating in AP modeBrent Taylor1-1/+1
2015-06-09ath10k: prevent memory leak in wmi rx opsMichal Kazior2-4/+7
2015-06-09ath10k: fix channel switchingMichal Kazior1-80/+62
2015-06-09ath10k: remove ath10k_chanctx structMichal Kazior2-56/+6
2015-06-09ath10k: fix ar->rx_channel updating logicMichal Kazior1-5/+17
2015-06-09ath10k: remove unused variable 'id' in ath10k_pci_tx_pipe_cleanup()Raja Mani1-3/+0
2015-06-09ath10k: free wmi mgmt event skb when parsing failsRaja Mani1-0/+1
2015-06-08ath9k: fix DMA stop sequence for AR9003+Felix Fietkau1-5/+7
2015-06-03Merge tag 'wireless-drivers-next-for-davem-2015-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller27-512/+1139
2015-06-02mac80211: remove short slot/short preamble incapable flagsJohannes Berg1-3/+1
2015-06-01ath10k: fix possible ps sleep crashMichal Kazior1-0/+1
2015-06-01ath10k: bypass PLL setting on target init for QCA9888Rajkumar Manoharan2-0/+19
2015-05-31Merge tag 'mac80211-next-for-davem-2015-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller2-3/+3
2015-05-29ath10k: add missing firmware declarationsMichal Kazior1-0/+2
2015-05-29ath10k: fix inconsistent survey reportsMichal Kazior2-12/+22
2015-05-29ath10k: handle cycle counter wraparoundMichal Kazior5-8/+41
2015-05-29ath10k: move cycle_count macroMichal Kazior3-3/+5
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-2/+2
2015-05-26cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg2-3/+3
2015-05-26ath9k: split ar5008_hw_spur_mitigate and reuse common code in ar9002_hw_spur_mitigate.Oleksij Rempel3-214/+87
2015-05-26ath9k_htc: memory corruption calling set_bit()Dan Carpenter1-3/+3
2015-05-26carl9170: match wait_for_completion_timeout return typeNicholas Mc Guire1-2/+3
2015-05-25Merge ath-next from ath.gitKalle Valo22-293/+1046
2015-05-24Merge tag 'wireless-drivers-next-for-davem-2015-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller34-1323/+5453