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
2021-02-09
ath10k: Fix lockdep assertion warning in ath10k_sta_statistics
Anand K Mistry
1
-0
/
+2
2021-02-09
ath10k: Fix suspicious RCU usage warning in ath10k_wmi_tlv_parse_peer_stats_info()
Anand K Mistry
1
-0
/
+3
2021-02-08
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
18
-133
/
+257
2021-02-06
Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
Jakub Kicinski
14
-84
/
+214
2021-02-04
ath11k: remove h from printk format specifier
Tom Rix
4
-13
/
+13
2021-02-04
ath10k: remove h from printk format specifier
Tom Rix
7
-36
/
+36
2021-01-28
ath9k: fix build error with LEDS_CLASS=m
Arnd Bergmann
1
-6
/
+2
2021-01-28
ath10k: fix wmi mgmt tx queue full due to race condition
Miaoqing Pan
1
-11
/
+4
2021-01-28
ath10k: pass the ssid info to get the correct bss entity
Wen Gong
1
-1
/
+2
2021-01-28
ath10k: allow dynamic SAR power limits via common API
Carl Huang
4
-59
/
+192
2021-01-26
wcn36xx: Remove unnecessary memset
Zheng Yongjun
1
-1
/
+0
2021-01-26
ath11k: add ieee80211_unregister_hw to avoid kernel crash caused by NULL pointer
Wen Gong
1
-2
/
+5
2021-01-26
cfg80211: avoid holding the RTNL when calling the driver
Johannes Berg
6
-2
/
+17
2021-01-22
cfg80211: change netdev registration/unregistration semantics
Johannes Berg
2
-4
/
+4
2021-01-18
ath10k: remove unused struct ath10k::dev_type
Kalle Valo
1
-1
/
+0
2021-01-18
ath11k: remove duplicate function declaration
Karthikeyan Periyasamy
1
-8
/
+0
2021-01-18
ath10k: increase rx buffer size to 2048
Linus Lüssing
1
-1
/
+1
2021-01-18
ath10k: sanitity check for ep connectivity
Zekun Shen
1
-0
/
+4
2021-01-11
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
14
-84
/
+214
2021-01-05
wil6210: select CONFIG_CRC32
Arnd Bergmann
1
-0
/
+1
2020-12-22
Merge tag 'wireless-drivers-2020-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
Jakub Kicinski
10
-12
/
+101
2020-12-18
ath11k: dp: clean up a variable name
Dan Carpenter
1
-1
/
+1
2020-12-18
ath11k: pci: remove unnecessary mask in ath11k_pci_enable_ltssm()
Kalle Valo
1
-1
/
+1
2020-12-18
ath11k: pci: disable ASPM L0sLs before downloading firmware
Carl Huang
2
-0
/
+38
2020-12-18
ath11k: qmi: try to allocate a big block of DMA memory first
Carl Huang
2
-2
/
+23
2020-12-17
ath10k: prevent deinitializing NAPI twice
Wen Gong
6
-12
/
+41
2020-12-17
ath9k: Postpone key cache entry deletion for TXQ frames reference it
Jouni Malinen
2
-1
/
+87
2020-12-17
ath: Modify ath_key_delete() to not need full key entry
Jouni Malinen
5
-23
/
+22
2020-12-17
ath: Export ath_hw_keysetmac()
Jouni Malinen
2
-2
/
+3
2020-12-17
ath9k: Clear key cache explicitly on disabling hardware
Jouni Malinen
1
-0
/
+5
2020-12-17
ath: Use safer key clearing with key cache entries
Jouni Malinen
1
-1
/
+10
2020-12-17
ath10k: Remove voltage regulator votes during wifi disable
Rakesh Pillai
1
-46
/
+46
2020-12-17
ath10k: Fix error handling in case of CE pipe init failure
Rakesh Pillai
1
-2
/
+3
2020-12-17
ath11k: Fix ath11k_pci_fix_l1ss()
Dan Carpenter
1
-4
/
+4
2020-12-17
ath11k: Fix error code in ath11k_core_suspend()
Dan Carpenter
1
-1
/
+1
2020-12-17
ath11k: start vdev if a bss peer is already created
Carl Huang
3
-2
/
+25
2020-12-17
ath11k: fix crash caused by NULL rx_channel
Carl Huang
1
-3
/
+7
2020-12-17
ath11k: add missing null check on allocated skb
Colin Ian King
1
-0
/
+3
2020-12-15
ath9k: make relay callbacks const
Jani Nikula
1
-1
/
+1
2020-12-15
ath11k: make relay callbacks const
Jani Nikula
1
-1
/
+1
2020-12-15
ath10k: make relay callbacks const
Jani Nikula
1
-1
/
+1
2020-12-12
ath11k: implement suspend for QCA6390 PCI devices
Carl Huang
8
-2
/
+124
2020-12-12
ath11k: hif: add ce irq enable and disable functions
Carl Huang
2
-1
/
+32
2020-12-12
ath11k: implement WoW enable and wakeup commands
Carl Huang
7
-1
/
+355
2020-12-12
ath11k: set credit_update flag for flow controlled ep only
Carl Huang
1
-3
/
+5
2020-12-12
ath11k: dp: stop rx pktlog before suspend
Carl Huang
4
-0
/
+56
2020-12-12
ath11k: htc: implement suspend handling
Carl Huang
4
-2
/
+31
2020-12-12
ath11k: htc: remove unused struct ath11k_htc_ops
Kalle Valo
1
-6
/
+0
2020-12-12
ath11k: pci: read select_window register to ensure write is finished
Carl Huang
1
-0
/
+1
2020-12-12
ath11k: hif: implement suspend and resume functions
Carl Huang
2
-0
/
+38
[prev]
[next]