index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-31
ath10k: go back to using dma_alloc_coherent() for firmware scratch memory
Adrian Chadd
1
-25
/
+10
2017-05-23
wil6210: support devices with different PCIe bar size
Maya Erez
4
-11
/
+16
2017-05-23
wil6210: Improve AP stop handling
Hamad Kadmany
1
-0
/
+2
2017-05-23
wil6210: add option to load FTM FW
Hamad Kadmany
2
-7
/
+20
2017-05-23
wil6210: low level RF sector API
Lior David
1
-0
/
+573
2017-05-23
ath10k: fix reported HT MCS rates with NSS > 1
Sven Eckelmann
1
-4
/
+10
2017-05-23
ath10k: remove unnecessary code
Gustavo A. R. Silva
1
-9
/
+0
2017-05-23
wcn36xx: Close SMD channel on device removal
Bjorn Andersson
1
-0
/
+2
2017-05-19
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
22
-104
/
+2782
2017-05-19
ath9k: check ah->curchan when updating tx power
Stanislaw Gruszka
1
-1
/
+1
2017-05-19
ath9k: remove unnecessary code
Gustavo A. R. Silva
1
-1
/
+1
2017-05-19
wil6210: use memdup_user
Geliang Tang
1
-8
/
+4
2017-05-19
ath5k: fix memory leak on buf on failed eeprom read
Colin Ian King
1
-1
/
+4
2017-05-19
ath9k: fix spelling in ath9k_tx99_init()
Ammly Fredrick
1
-1
/
+1
2017-05-19
ath6kl: assure headroom of skbuff is writable in .start_xmit()
Arend Van Spriel
1
-9
/
+4
2017-05-08
mac80211: properly remove RX_ENC_FLAG_40MHZ
Johannes Berg
2
-3
/
+3
2017-05-04
ath10k: append the wmi_op_version to testmode get_version cmd
Ryan Hsu
2
-0
/
+8
2017-05-04
ath10k: fix out of bounds access to local buffer
Michael Mera
1
-6
/
+10
2017-05-04
ath10k: add initial SDIO support
Erik Stromdahl
4
-0
/
+2352
2017-05-04
ath10k: different fw file name for sdio
Erik Stromdahl
1
-1
/
+12
2017-05-04
ath10k: htc: ready_ext msg support
Erik Stromdahl
2
-6
/
+27
2017-05-04
ath10k: sdio get target info
Erik Stromdahl
3
-1
/
+77
2017-05-04
ath10k: add sdio extra initializations
Erik Stromdahl
1
-0
/
+18
2017-05-04
ath10k: various sdio related definitions
Erik Stromdahl
4
-0
/
+82
2017-05-04
ath10k: htc: refactorization
Erik Stromdahl
1
-40
/
+34
2017-05-04
ath10k: htc: move htc ctrl ep connect to htc_init
Erik Stromdahl
1
-22
/
+17
2017-05-04
ath10k: htc: rx trailer lookahead support
Erik Stromdahl
2
-5
/
+120
2017-05-04
ath10k: htc: made static function public
Erik Stromdahl
2
-6
/
+14
2017-04-28
cfg80211: add request id to cfg80211_sched_scan_*() api
Arend Van Spriel
2
-2
/
+2
2017-04-28
cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()
Avraham Stern
1
-2
/
+8
2017-04-28
mac80211: rename ieee80211_rx_status::vht_nss to just nss
Johannes Berg
1
-3
/
+3
2017-04-28
mac80211: separate encoding/bandwidth from flags
Johannes Berg
10
-29
/
+32
2017-04-28
mac80211: clean up rate encoding bits in RX status
Johannes Berg
11
-57
/
+56
2017-04-26
cfg80211: add request id parameter to .sched_scan_stop() signature
Arend Van Spriel
1
-1
/
+1
2017-04-26
nl80211: allow multiple active scheduled scan requests
Arend Van Spriel
1
-1
/
+1
2017-04-24
Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
David S. Miller
45
-235
/
+526
2017-04-20
Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
David S. Miller
9
-11
/
+21
2017-04-20
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
45
-235
/
+526
2017-04-19
ath: Fix updating radar flags for coutry code India
Mohammed Shafi Shajakhan
1
-7
/
+12
2017-04-19
ath9k: add noise floor override option
Simon Wunderlich
3
-1
/
+67
2017-04-19
ath10k: bump up FW API to 6
Ryan Hsu
2
-1
/
+5
2017-04-19
ath10k: fix spectral scan for QCA99X0 family of chipsets
Mohammed Shafi Shajakhan
3
-9
/
+32
2017-04-19
ath9k: Add cast to u8 to FREQ2FBIN macro
Matthias Kaehlcke
1
-1
/
+1
2017-04-19
ath9k: Add Dell Wireless 1601 with wowlan capability
Damien Thébault
1
-0
/
+5
2017-04-19
ath9k: off by one in ath9k_hw_nvram_read_array()
Dan Carpenter
1
-1
/
+1
2017-04-13
netlink: pass extended ACK struct to parsing functions
Johannes Berg
2
-4
/
+4
2017-04-13
wil6210: prevent access to 11AD device if resume fails
Maya Erez
2
-2
/
+15
2017-04-13
wil6210: fix array out of bounds access in pmc
Dedy Lansky
1
-2
/
+2
2017-04-13
wil6210: remove HALP voting in debugfs ioblob
Maya Erez
3
-26
/
+2
2017-04-13
wil6210: fix memory access violation in wil_memcpy_from/toio_32
Dedy Lansky
1
-3
/
+17
[prev]
[next]