index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
Age
Commit message (
Expand
)
Author
Lines
2015-10-26
ath6kl: add missing of_node_put
Julia Lawall
-0
/
+1
2015-09-26
ath10k: fix DMA related firmware crashes on multiple devices
Felix Fietkau
-2
/
+2
2015-09-26
ath9k: declare required extra tx headroom
Felix Fietkau
-0
/
+1
2015-09-10
drivers/net/wireless/ath/wil6210: use seq_hex_dump() to dump buffers
Andy Shevchenko
-28
/
+7
2015-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-1017
/
+5640
2015-08-26
Merge ath-next from ath.git
Kalle Valo
-95
/
+348
2015-08-26
ath10k: fix compilation warnings in wmi phyerr pull function
Raja Mani
-2
/
+2
2015-08-26
ath10k: add qca6164 support
Michal Kazior
-0
/
+25
2015-08-26
ath10k: add spectral scan support for 10.4 fw
Raja Mani
-0
/
+11
2015-08-26
ath10k: fix dma_mapping_error() handling
Michal Kazior
-5
/
+16
2015-08-26
ath10k: add missing mutex unlock on failpath
Michal Kazior
-1
/
+2
2015-08-25
ath9k_htc: do ani shortcalibratio if we got -ETIMEDOUT
Oleksij Rempel
-3
/
+10
2015-08-20
Merge tag 'wireless-drivers-next-for-davem-2015-08-19' of git://git.kernel.or...
David S. Miller
-694
/
+1737
2015-08-20
ath5k: use DECLARE_EWMA
Johannes Berg
-7
/
+8
2015-08-19
ath10k: free collected fw stats memory if .pull_fw_stats fails
Raja Mani
-2
/
+1
2015-08-19
ath10k: ensure pktlog disable cmd reaches fw before pdev suspend
Raja Mani
-1
/
+1
2015-08-18
ath9k: add correct MAC/BB name for ar9561
Miaoqing Pan
-0
/
+1
2015-08-17
ath10k: fill in wmi 10.4 command handlers for addba/delba debug commands
Vasanthakumar Thiagarajan
-0
/
+4
2015-08-17
ath10k: handle 10.4 firmware phyerr event
Raja Mani
-0
/
+84
2015-08-17
ath10k: refactor phyerr event handlers
Raja Mani
-67
/
+149
2015-08-17
wil6210: match wait_for_completion_timeout return type
Nicholas Mc Guire
-1
/
+1
2015-08-17
ath10k: split ap/ibss wep key install process
Michal Kazior
-12
/
+32
2015-08-17
ath10k: add cycle/rx_clear counters frequency to hw_params
Vasanthakumar Thiagarajan
-4
/
+10
2015-08-17
ath10k: fix invalid survey reporting for QCA99X0
Vasanthakumar Thiagarajan
-2
/
+5
2015-08-17
ath10k: wake up queue upon vif creation
Michal Kazior
-0
/
+5
2015-08-17
ath10k: wake up offchannel queue properly
Michal Kazior
-0
/
+2
2015-08-17
Merge ath-next from ath.git. Major changes in ath10k:
Kalle Valo
-547
/
+1636
2015-08-13
ath9k: match wait_for_completion_timeout return type
Nicholas Mc Guire
-1
/
+1
2015-08-13
ath9k_htc: wmi: match wait_for_completion_timeout return type
Nicholas Mc Guire
-1
/
+2
2015-08-13
ath9k_htc: drv_init: match wait_for_completion_timeout return type
Nicholas Mc Guire
-1
/
+1
2015-08-13
ath9k_htc: match wait_for_completion_timeout return type
Nicholas Mc Guire
-3
/
+6
2015-08-13
ath10k: fix peer limit enforcement
Michal Kazior
-1
/
+14
2015-08-13
ath10k: don't remove peer that doesn't exist
Michal Kazior
-1
/
+3
2015-08-13
ath10k: fix hw reconfig on wow failure
Michal Kazior
-1
/
+19
2015-08-13
ath10k: initialize fw_features var
Michal Kazior
-1
/
+1
2015-08-13
ath10k: Enable MU MIMO txbf support for QCA99X0
Vivek Natarajan
-0
/
+49
2015-08-13
ath10k: Support different txbf configuration schemes
Vivek Natarajan
-0
/
+31
2015-08-13
ath10k: reject 11b tx fragmentation configuration
Michal Kazior
-0
/
+16
2015-08-13
ath10k: remove futile fragmentation threshold config
Michal Kazior
-21
/
+0
2015-08-10
ath: Make ath_opmode_to_string understand OCB mode
Bertold Van den Bergh
-0
/
+2
2015-08-07
treewide: fix typos in comment blocks
Masahiro Yamada
-2
/
+2
2015-08-07
ath9k: fix build with CONFIG_ATH9K_STATION_STATISTICS=y
Felix Fietkau
-17
/
+3
2015-08-06
ath9k: remove the sched field in struct ath_atx_tid
Felix Fietkau
-16
/
+8
2015-08-06
ath9k: remove struct ath_atx_ac
Felix Fietkau
-99
/
+41
2015-08-06
ath9k: add fast-xmit support
Felix Fietkau
-0
/
+1
2015-08-06
ath9k: setup rxfilter when offchannel
Janusz.Dziedzic@tieto.com
-0
/
+3
2015-08-06
ath9k: setup rxfilter for all chanctx
Janusz.Dziedzic@tieto.com
-1
/
+3
2015-08-06
ath9k: handle RoC cancel correctly
Janusz.Dziedzic@tieto.com
-10
/
+26
2015-08-06
ath9k: advertise p2p dev support when chanctx
Janusz.Dziedzic@tieto.com
-1
/
+6
2015-08-06
wil6210: support future boot loaders
Vladimir Kondratiev
-22
/
+7
[next]