index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
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
2019-02-28
wil6210: check null pointer in _wil_cfg80211_merge_extra_ies
Alexei Avshalom Lazar
1
-3
/
+11
2019-02-28
wil6210: ignore HALP ICR if already handled
Maya Erez
3
-4
/
+12
2019-02-28
wil6210: fix invalid sta statistics update
Dedy Lansky
1
-3
/
+2
2019-02-28
wil6210: accessing 802.3 addresses via utility functions
Ahmad Masri
2
-21
/
+33
2019-02-28
wil6210: support up to 20 stations in AP mode
Ahmad Masri
10
-75
/
+226
2019-02-28
wil6210: add option to drop Tx packets when Tx ring is full
Dedy Lansky
3
-2
/
+13
2019-02-28
wil6210: remove rtap_include_phy_info module param
Maya Erez
3
-81
/
+18
2019-02-28
ath10k: Fill rx duration for each peer in fw_stats for WCN3990
Surabhi Vishnoi
6
-6
/
+60
2019-02-28
ath10k: Fix the wrong calculation ht_idx and idx of rate table for tx_stats
Surabhi Vishnoi
1
-3
/
+3
2019-02-28
ath10k: Fix the wrong updation of SGI in tx_stats debugfs
Surabhi Vishnoi
2
-1
/
+4
2019-02-28
ath10k: Fix the wrong updation of BW in tx_stats debugfs entry
Surabhi Vishnoi
2
-4
/
+5
2019-02-28
ath10k: Fix the incorrect updation of NSS data in tx stats
Surabhi Vishnoi
1
-8
/
+8
2019-02-26
ath9k: remove set but not used variable 'acq'
YueHaibing
1
-8
/
+1
2019-02-26
ath9k: debugfs: Fix SPUR-DOWN field
Andrea Greco
1
-1
/
+1
2019-02-26
ath9k: Make sure to zero status.tx_time before reporting TX status
Toke Høiland-Jørgensen
1
-0
/
+3
2019-02-26
ath10k: update the max num of peers supported for WCN3990
Abhishek Ambure
2
-6
/
+6
2019-02-26
ath10k: remove the calibration data fetch for sdio
Wen Gong
1
-0
/
+3
2019-02-26
ath10k: Fix length of wmi tlv command for protected mgmt frames
Surabhi Vishnoi
1
-3
/
+1
2019-02-26
ath10k: don't report unset rssi values to mac80211
Alagu Sankar
1
-3
/
+9
2019-02-26
ath10k: sdio: reset chip on power_down()
Wen Gong
1
-8
/
+16
2019-02-26
ath10k: sdio: disable fwlog prints
Alagu Sankar
1
-0
/
+7
2019-02-26
ath10k: sdio: set hi_acs_flags
Alagu Sankar
1
-3
/
+9
2019-02-26
ath10k: correct the format of host memory chunks in wmi init command
Yu Wang
1
-3
/
+36
2019-02-26
ath10k: enhance logging for vdev pdev & peer set param
Rakesh Pillai
1
-3
/
+7
2019-02-26
ath10k: add support for ack rssi value of data tx packets
Abhishek Ambure
4
-6
/
+146
2019-02-26
ath10k: add support for ack rssi value of management tx packets
Abhishek Ambure
4
-13
/
+90
2019-02-26
ath10k: fix descriptor size in ce tx completion for WCN3990
Rakesh Pillai
2
-2
/
+66
2019-02-20
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
68
-1199
/
+719
2019-02-20
ath10k: switch to use SPDX license identifiers
Kalle Valo
61
-721
/
+61
2019-02-20
ath10k: change 'unsigned long int' to 'unsigned long'
Kalle Valo
5
-32
/
+32
2019-02-19
carl9170: clean up a clamp() call
Dan Carpenter
1
-1
/
+1
2019-02-12
ath10k: copy the whole struct ath10k_bus_params in ath10k_core_register()
Kalle Valo
1
-3
/
+2
2019-02-12
ath10k: fix documentation in ath10k_wow_convert_8023_to_80211()
Kalle Valo
1
-4
/
+3
2019-02-12
ath10k: align ath10k_htt_txbuf structures
Kalle Valo
1
-2
/
+2
2019-02-12
ath10k: change wmi.h to include only ieee80211.h
Kalle Valo
1
-1
/
+1
2019-02-12
ath10k: make wmi_service_name() warn about missing service ids
Kalle Valo
1
-2
/
+6
2019-02-12
ath10k: add missing values to wmi_service_name()
Kalle Valo
1
-0
/
+6
2019-02-12
ath10k: report tx airtime provided by fw
Manikanta Pubbisetty
6
-5
/
+86
2019-02-12
ath10k: add dynamic vlan support
Manikanta Pubbisetty
3
-2
/
+31
2019-02-12
ath10k: add support to configure ftm responder role
Pradeep Kumar Chitrapu
4
-0
/
+45
2019-02-12
ath10k: report estimated frame transmit airtime to improve fairness
Kan Yan
4
-3
/
+61
2019-02-12
ath10k: migrate to mac80211 txq scheduling
Toke Høiland-Jørgensen
5
-61
/
+54
2019-02-12
ath9k: Switch to mac80211 TXQ scheduling and airtime APIs
Toke Høiland-Jørgensen
7
-276
/
+75
2019-02-12
ath10k: fix line length warning in ath10k_ce_alloc_dest_ring()
Kalle Valo
1
-1
/
+2
2019-02-11
ath10k: fix shadow register implementation for WCN3990
Rakesh Pillai
2
-14
/
+14
2019-02-11
ath10k: enable Factory Test Mode for WCN3990
Rakesh Pillai
9
-14
/
+31
2019-02-11
ath10k: pci: use mutex for diagnostic window CE polling
Brian Norris
2
-26
/
+18
2019-02-11
ath10k: request credit report if flow control enabled on ep
Govind Singh
1
-1
/
+2
2019-02-11
ath10k: disable interface pause wow config for integrated chipset
Govind Singh
11
-18
/
+31
2019-02-11
ath10k: enable bus layer suspend/resume for WCN3990
Govind Singh
1
-0
/
+45
[next]