aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-10drivers/net/wireless/ath/wil6210: use seq_hex_dump() to dump buffersAndy Shevchenko1-28/+7
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds74-1017/+5640
2015-08-26Merge ath-next from ath.gitKalle Valo16-95/+348
2015-08-26ath10k: fix compilation warnings in wmi phyerr pull functionRaja Mani1-2/+2
2015-08-26ath10k: add qca6164 supportMichal Kazior3-0/+25
2015-08-26ath10k: add spectral scan support for 10.4 fwRaja Mani2-0/+11
2015-08-26ath10k: fix dma_mapping_error() handlingMichal Kazior4-5/+16
2015-08-26ath10k: add missing mutex unlock on failpathMichal Kazior1-1/+2
2015-08-25ath9k_htc: do ani shortcalibratio if we got -ETIMEDOUTOleksij Rempel1-3/+10
2015-08-20Merge tag 'wireless-drivers-next-for-davem-2015-08-19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller49-694/+1737
2015-08-20ath5k: use DECLARE_EWMAJohannes Berg5-7/+8
2015-08-19ath10k: free collected fw stats memory if .pull_fw_stats failsRaja Mani1-2/+1
2015-08-19ath10k: ensure pktlog disable cmd reaches fw before pdev suspendRaja Mani1-1/+1
2015-08-18ath9k: add correct MAC/BB name for ar9561Miaoqing Pan1-0/+1
2015-08-17ath10k: fill in wmi 10.4 command handlers for addba/delba debug commandsVasanthakumar Thiagarajan1-0/+4
2015-08-17ath10k: handle 10.4 firmware phyerr eventRaja Mani2-0/+84
2015-08-17ath10k: refactor phyerr event handlersRaja Mani6-67/+149
2015-08-17wil6210: match wait_for_completion_timeout return typeNicholas Mc Guire1-1/+1
2015-08-17ath10k: split ap/ibss wep key install processMichal Kazior1-12/+32
2015-08-17ath10k: add cycle/rx_clear counters frequency to hw_paramsVasanthakumar Thiagarajan4-4/+10
2015-08-17ath10k: fix invalid survey reporting for QCA99X0Vasanthakumar Thiagarajan2-2/+5
2015-08-17ath10k: wake up queue upon vif creationMichal Kazior1-0/+5
2015-08-17ath10k: wake up offchannel queue properlyMichal Kazior1-0/+2
2015-08-17Merge ath-next from ath.git. Major changes in ath10k:Kalle Valo37-547/+1636
2015-08-13ath9k: match wait_for_completion_timeout return typeNicholas Mc Guire1-1/+1
2015-08-13ath9k_htc: wmi: match wait_for_completion_timeout return typeNicholas Mc Guire1-1/+2
2015-08-13ath9k_htc: drv_init: match wait_for_completion_timeout return typeNicholas Mc Guire1-1/+1
2015-08-13ath9k_htc: match wait_for_completion_timeout return typeNicholas Mc Guire1-3/+6
2015-08-13ath10k: fix peer limit enforcementMichal Kazior1-1/+14
2015-08-13ath10k: don't remove peer that doesn't existMichal Kazior1-1/+3
2015-08-13ath10k: fix hw reconfig on wow failureMichal Kazior1-1/+19
2015-08-13ath10k: initialize fw_features varMichal Kazior1-1/+1
2015-08-13ath10k: Enable MU MIMO txbf support for QCA99X0Vivek Natarajan2-0/+49
2015-08-13ath10k: Support different txbf configuration schemesVivek Natarajan5-0/+31
2015-08-13ath10k: reject 11b tx fragmentation configurationMichal Kazior1-0/+16
2015-08-13ath10k: remove futile fragmentation threshold configMichal Kazior1-21/+0
2015-08-10ath: Make ath_opmode_to_string understand OCB modeBertold Van den Bergh1-0/+2
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada1-2/+2
2015-08-07ath9k: fix build with CONFIG_ATH9K_STATION_STATISTICS=yFelix Fietkau1-17/+3
2015-08-06ath9k: remove the sched field in struct ath_atx_tidFelix Fietkau2-16/+8
2015-08-06ath9k: remove struct ath_atx_acFelix Fietkau2-99/+41
2015-08-06ath9k: add fast-xmit supportFelix Fietkau1-0/+1
2015-08-06ath9k: setup rxfilter when offchannelJanusz.Dziedzic@tieto.com1-0/+3
2015-08-06ath9k: setup rxfilter for all chanctxJanusz.Dziedzic@tieto.com1-1/+3
2015-08-06ath9k: handle RoC cancel correctlyJanusz.Dziedzic@tieto.com3-10/+26
2015-08-06ath9k: advertise p2p dev support when chanctxJanusz.Dziedzic@tieto.com1-1/+6
2015-08-06wil6210: support future boot loadersVladimir Kondratiev1-22/+7
2015-08-06wil6210: report boot loader errorVladimir Kondratiev2-1/+41
2015-08-06wil6210: system power managementVladimir Kondratiev4-0/+173
2015-08-06wil6210: allow to handle Rx on 2 coresVladimir Shulman2-1/+10