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
2020-11-07
wireless: remove unneeded break
Tom Rix
3
-3
/
+0
2020-11-07
ath11k: fix ZERO address in probe request
Carl Huang
1
-0
/
+5
2020-11-07
wil6210: wmi: Correct misnamed function parameter 'ptr_'
Lee Jones
1
-1
/
+1
2020-11-07
wcn36xx: Enable firmware offloaded keepalive
Bryan O'Donoghue
1
-0
/
+1
2020-11-07
wcn36xx: Enable firmware link monitoring
Bryan O'Donoghue
1
-0
/
+1
2020-11-07
wcn36xx: Set LINK_FAIL_TX_CNT to 1000 on all wcn36xx
Bryan O'Donoghue
1
-1
/
+2
2020-11-07
ath6kl: fix enum-conversion warning
Arnd Bergmann
1
-2
/
+2
2020-11-07
ath9k: dynack: Demote non-compliant function header
Lee Jones
1
-2
/
+1
2020-11-07
ath9k: ar5008_phy: Demote half completed function headers
Lee Jones
1
-12
/
+3
2020-11-07
ath9k: ar9003_2p2_initvals: Remove unused const variables
Lee Jones
1
-14
/
+0
2020-11-07
ath9k: ar9485_initvals: Remove unused const variable 'ar9485_fast_clock_1_1_baseband_postamble'
Lee Jones
1
-7
/
+0
2020-11-07
ath9k: ar9340_initvals: Remove unused const variable 'ar9340Modes_ub124_tx_gain_table_1p0'
Lee Jones
1
-101
/
+0
2020-11-07
ath9k: ar9330_1p1_initvals: Remove unused const variable 'ar9331_common_tx_gain_offset1_1'
Lee Jones
1
-7
/
+0
2020-11-07
ath: dfs_pri_detector: Demote zero/half completed kernel-doc headers
Lee Jones
1
-5
/
+4
2020-11-07
ath: dfs_pattern_detector: Fix some function kernel-doc headers
Lee Jones
1
-6
/
+8
2020-11-07
ath: regd: Provide description for ath_reg_apply_ir_flags's 'reg' param
Lee Jones
1
-0
/
+1
2020-11-07
ath11k: Add new dfs region name for JP
Lavanya Suresh
2
-0
/
+2
2020-11-07
ath11k: fix wmi init configuration
Karthikeyan Periyasamy
1
-2
/
+2
2020-11-07
ath11k: Fix the hal descriptor mask
Karthikeyan Periyasamy
1
-3
/
+3
2020-11-07
ath11k: Fix single phy hw mode
Karthikeyan Periyasamy
1
-3
/
+0
2020-11-07
ath11k: Fix number of rules in filtered ETSI regdomain
Sven Eckelmann
1
-2
/
+3
2020-11-07
ath11k: Remove unused param from wmi_mgmt_params
Govind Singh
1
-1
/
+0
2020-11-07
ath11k: Initialize complete alpha2 for regulatory change
Sven Eckelmann
1
-0
/
+1
2020-11-07
ath11k: cold boot calibration support
Govindaraj Saminathan
6
-7
/
+100
2020-11-07
ath11k: search DT for qcom,ath11k-calibration-variant
Sven Eckelmann
4
-2
/
+41
2020-11-07
ath11k: Remove unnecessary data sync to cpu on monitor buffer
Vasanthakumar Thiagarajan
1
-4
/
+0
2020-11-07
ath11k: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-4
/
+3
2020-11-07
ath10k: cancel rx worker in hif_stop for SDIO
Wen Gong
1
-0
/
+6
2020-11-07
ath10k: Don't iterate over not-sdata-in-driver interfaces.
Ben Greear
4
-11
/
+14
2020-11-07
ath10k: fix compilation warning
Tamizh Chelvam
1
-1
/
+2
2020-11-06
ath11k: FILS discovery and unsolicited broadcast probe response support
Aloka Dixit
3
-0
/
+307
2020-11-06
ath10k: sdio: remove redundant check in for loop
Alex Dewar
1
-9
/
+3
2020-10-28
ath11k: remove repeated words in comments and warnings
Kalle Valo
7
-10
/
+10
2020-10-28
ath10k: ath10k_pci_init_irq(): workaround for checkpatch fallthrough warning
Kalle Valo
1
-1
/
+1
2020-10-28
ath10k: remove repeated words in comments
Kalle Valo
6
-7
/
+7
2020-10-08
ath11k: Fix memory leak on error path
Alex Dewar
1
-1
/
+3
2020-10-01
wcn36xx: Advertise beacon filtering support in bmps
Loic Poulain
1
-0
/
+2
2020-10-01
ath11k: remove unnecessary casts to u32
Kalle Valo
1
-4
/
+4
2020-10-01
ath11k: enable idle power save mode
Carl Huang
3
-0
/
+13
2020-10-01
ath11k: start a timer to update HP for CE pipe 4
Carl Huang
2
-0
/
+35
2020-10-01
ath11k: start a timer to update REO cmd ring
Carl Huang
3
-0
/
+10
2020-10-01
ath11k: start a timer to update TCL HP
Carl Huang
5
-0
/
+130
2020-10-01
ath11k: set WMI pipe credit to 1 for QCA6390
Carl Huang
1
-0
/
+6
2020-10-01
ath11k: enable shadow register configuration and access
Carl Huang
9
-8
/
+194
2020-10-01
ath11k: read and write registers below unwindowed address
Carl Huang
2
-0
/
+42
2020-10-01
ath11k: debugfs: fix crash during rmmod
Carl Huang
1
-4
/
+4
2020-10-01
ath11k: fix warning caused by lockdep_assert_held
Carl Huang
1
-0
/
+4
2020-10-01
ath11k: mac: remove unused conf_mutex to solve a deadlock
Wen Gong
1
-10
/
+1
2020-10-01
ath11k: pci: fix rmmod crash
Carl Huang
1
-1
/
+8
2020-10-01
ath11k: add packet log support for QCA6390
Carl Huang
9
-53
/
+166
[prev]
[next]