index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ath10k: sdio: set hi_acs_flags
Alagu Sankar
2019-02-26
1
-3
/
+9
*
ath10k: correct the format of host memory chunks in wmi init command
Yu Wang
2019-02-26
1
-3
/
+36
*
ath10k: enhance logging for vdev pdev & peer set param
Rakesh Pillai
2019-02-26
1
-3
/
+7
*
ath10k: add support for ack rssi value of data tx packets
Abhishek Ambure
2019-02-26
4
-6
/
+146
*
ath10k: add support for ack rssi value of management tx packets
Abhishek Ambure
2019-02-26
4
-13
/
+90
*
ath10k: fix descriptor size in ce tx completion for WCN3990
Rakesh Pillai
2019-02-26
2
-2
/
+66
*
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
2019-02-20
68
-1199
/
+719
|
\
|
*
ath10k: switch to use SPDX license identifiers
Kalle Valo
2019-02-20
61
-721
/
+61
|
*
ath10k: change 'unsigned long int' to 'unsigned long'
Kalle Valo
2019-02-20
5
-32
/
+32
|
*
ath10k: copy the whole struct ath10k_bus_params in ath10k_core_register()
Kalle Valo
2019-02-12
1
-3
/
+2
|
*
ath10k: fix documentation in ath10k_wow_convert_8023_to_80211()
Kalle Valo
2019-02-12
1
-4
/
+3
|
*
ath10k: align ath10k_htt_txbuf structures
Kalle Valo
2019-02-12
1
-2
/
+2
|
*
ath10k: change wmi.h to include only ieee80211.h
Kalle Valo
2019-02-12
1
-1
/
+1
|
*
ath10k: make wmi_service_name() warn about missing service ids
Kalle Valo
2019-02-12
1
-2
/
+6
|
*
ath10k: add missing values to wmi_service_name()
Kalle Valo
2019-02-12
1
-0
/
+6
|
*
ath10k: report tx airtime provided by fw
Manikanta Pubbisetty
2019-02-12
6
-5
/
+86
|
*
ath10k: add dynamic vlan support
Manikanta Pubbisetty
2019-02-12
3
-2
/
+31
|
*
ath10k: add support to configure ftm responder role
Pradeep Kumar Chitrapu
2019-02-12
4
-0
/
+45
|
*
ath10k: report estimated frame transmit airtime to improve fairness
Kan Yan
2019-02-12
4
-3
/
+61
|
*
ath10k: migrate to mac80211 txq scheduling
Toke Høiland-Jørgensen
2019-02-12
5
-61
/
+54
|
*
ath9k: Switch to mac80211 TXQ scheduling and airtime APIs
Toke Høiland-Jørgensen
2019-02-12
7
-276
/
+75
|
*
ath10k: fix line length warning in ath10k_ce_alloc_dest_ring()
Kalle Valo
2019-02-12
1
-1
/
+2
|
*
ath10k: fix shadow register implementation for WCN3990
Rakesh Pillai
2019-02-11
2
-14
/
+14
|
*
ath10k: enable Factory Test Mode for WCN3990
Rakesh Pillai
2019-02-11
9
-14
/
+31
|
*
ath10k: pci: use mutex for diagnostic window CE polling
Brian Norris
2019-02-11
2
-26
/
+18
|
*
ath10k: request credit report if flow control enabled on ep
Govind Singh
2019-02-11
1
-1
/
+2
|
*
ath10k: disable interface pause wow config for integrated chipset
Govind Singh
2019-02-11
11
-18
/
+31
|
*
ath10k: enable bus layer suspend/resume for WCN3990
Govind Singh
2019-02-11
1
-0
/
+45
|
*
ath10k: implement set_base_macaddr to fix rx-bssid mask in multiple APs conf
Christian Lamparter
2019-02-11
4
-0
/
+50
|
*
ath10k: update GCMP & GCMP-256 cipher suite number for WCN3990
Abhishek Ambure
2019-02-11
5
-17
/
+65
|
*
ath10k: assign 'n_cipher_suites = 11' for WCN3990 to enable WPA3
Abhishek Ambure
2019-02-11
1
-1
/
+1
*
|
carl9170: clean up a clamp() call
Dan Carpenter
2019-02-19
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
Kalle Valo
2019-02-08
1
-1
/
+1
|
\
|
*
ath10k: correct bus type for WCN3990
Brian Norris
2019-01-31
1
-1
/
+1
*
|
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
2019-02-08
29
-75
/
+606
|
\
\
|
*
|
ath: regd: add extra US coutry codes
Oever Gonzalez
2019-02-07
2
-0
/
+4
|
*
|
ath: move spin_lock_bh to spin_lock in tasklet
Zhiwei Jiang
2019-02-07
1
-3
/
+3
|
*
|
ath9k: do not return invalid pointers as a *dentry
Greg Kroah-Hartman
2019-02-07
1
-0
/
+3
|
*
|
ath10k: fill tx_duration for each peer in Tx stats per STA
Surabhi Vishnoi
2019-02-07
1
-0
/
+3
|
*
|
ath10k: add a condition to fill the LDPC capability correctly
Surabhi Vishnoi
2019-02-07
2
-1
/
+4
|
*
|
ath10k: reduce transmit msdu count
Alagu Sankar
2019-02-07
3
-2
/
+7
|
*
|
ath10k: do not return invalid pointers as a *dentry
Greg Kroah-Hartman
2019-02-07
1
-0
/
+3
|
*
|
ath10k: snoc: remove set but not used variable 'ar_snoc'
YueHaibing
2019-02-07
1
-2
/
+0
|
*
|
ath10k: sdio: add .owner field
Brian Norris
2019-02-07
1
-1
/
+4
|
*
|
ath10k: change swap mail box check after htc ready
Wen Gong
2019-02-07
3
-15
/
+38
|
*
|
ath10k: fix hw-restart crash inject mode for WCN3990
Rakesh Pillai
2019-02-07
1
-1
/
+10
|
*
|
ath10k: fix dma unmap direction for management frames
Rakesh Pillai
2019-02-07
2
-4
/
+4
|
*
|
ath10k: Enable bundle tx compl for management frames in WCN3990
Rakesh Pillai
2019-02-07
2
-1
/
+3
|
*
|
ath10k: Handle bundled tx completion for management frames
Rakesh Pillai
2019-02-07
5
-0
/
+107
|
*
|
ath10k: update HOST capability qmi message
Govind Singh
2019-02-07
2
-6
/
+257
[prev]
[next]