aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+2
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-215/+373
2015-06-15Merge ath-next from ath.gitKalle Valo21-209/+326
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-1848/+6603
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-513/+1140
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-14/+24
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-294/+1047
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-1339/+5469
2015-05-22ath10k: add new 4addr related fw_featureMichal Kazior2-4/+15
2015-05-22ath10k: enable pci soc powersavingMichal Kazior3-134/+260
2015-05-22ath10k: fix idle power consumptionJanusz Dziedzic1-1/+8
2015-05-22ath10k: enable ASPMJanusz Dziedzic2-5/+16
2015-05-22wil6210: fix format specifier for dma_addr_tVladimir Kondratiev1-2/+2
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-27/+25
2015-05-11ath10k: fix survey information reportingVasanthakumar Thiagarajan1-2/+2
2015-05-11ath10k: increase relay buffer size of spectral scanPeter Oh1-1/+4
2015-05-09ath9k: Enable short repeat by default on ath9k_htcNick Kossifidis1-1/+1
2015-05-09ath9k: Mix the received FFT bins to the random poolNick Kossifidis1-1/+13
2015-05-09ath9k: No need for that extra memsetNick Kossifidis1-1/+2
2015-05-09ath9k: Skip FFT reports if we are out of output buffersNick Kossifidis1-0/+28
2015-05-09ath9k: No need for that extra memcpyNick Kossifidis1-4/+2
2015-05-09ath9k: Skip malformed frames on normal FFT reportNick Kossifidis1-32/+62