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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-25
ath9k: fix ar9003_get_eepmisc
Wenli Looi
1
-1
/
+1
2022-03-25
ath9k: use AR9300_MAX_CHAINS when appropriate
Wenli Looi
2
-3
/
+3
2022-03-25
ath9k: split set11nRateFlags and set11nChainSel
Wenli Looi
3
-10
/
+14
2022-03-25
ath9k: make ATH_SREV macros more consistent
Wenli Looi
1
-5
/
+5
2022-03-25
ath11k: Add peer rhash table support
Karthikeyan Periyasamy
5
-24
/
+363
2022-03-25
ath11k: add read variant from SMBIOS for download board data
Wen Gong
3
-1
/
+93
2022-03-25
ath11k: add fallback board name without variant while searching board-2.bin
Wen Gong
1
-7
/
+41
2022-03-23
ath11k: enable PLATFORM_CAP_PCIE_GLOBAL_RESET QMI host capability
Baochen Qiang
3
-0
/
+11
2022-03-23
ath11k: fix the warning of dev_wake in mhi_pm_disable_transition()
Wen Gong
1
-4
/
+8
2022-03-23
ath11k: Add hw-restart option to simulate_fw_crash
Wen Gong
1
-0
/
+4
2022-03-23
ath11k: add synchronization operation between reconfigure of mac80211 and ath11k_base
Wen Gong
3
-8
/
+70
2022-03-23
ath11k: add support for device recovery for QCA6390/WCN6855
Wen Gong
4
-0
/
+132
2022-03-23
ath11k: disable regdb support for QCA6390
Wen Gong
1
-1
/
+1
2022-03-23
ath11k: remove unused ATH11K_BD_IE_BOARD_EXT
Wen Gong
1
-1
/
+0
2022-03-23
ath11k: acquire ab->base_lock in unassign when finding the peer by addr
Niels Dossche
1
-3
/
+8
2022-03-22
iwlwifi: mvm: Don't fail if PPAG isn't supported
Miri Korenblit
1
-1
/
+2
2022-03-21
ar5523: fix typo "to short" -> "too short"
Tong Zhang
1
-1
/
+1
2022-03-21
ath11k: change fw build id format in driver init log
Hari Chandrakanthan
1
-1
/
+10
2022-03-21
ath11k: Refactor the peer delete
Karthikeyan Periyasamy
2
-28
/
+19
2022-03-21
ath10k: Use of_device_get_match_data() helper
Meng Tang
1
-6
/
+3
2022-03-21
ath10k: Trigger sta disconnect on hardware restart
Youghandhar Chintala
2
-0
/
+27
2022-03-18
ath6kl: fix typos in comments
Julia Lawall
1
-1
/
+1
2022-03-18
ath9k: Use platform_get_irq() to get the interrupt
Minghao Chi
1
-5
/
+3
2022-03-18
ath11k: support GTK rekey offload
Carl Huang
5
-1
/
+258
2022-03-18
ath11k: support ARP and NS offload
Carl Huang
5
-0
/
+391
2022-03-18
ath11k: purge rx pktlog when entering WoW
Carl Huang
1
-0
/
+23
2022-03-18
ath11k: implement hardware data filter
Carl Huang
3
-0
/
+105
2022-03-18
ath11k: Add WoW net-detect functionality
Carl Huang
5
-1
/
+510
2022-03-18
ath11k: Add basic WoW functionalities
Carl Huang
10
-19
/
+781
2022-03-18
Merge tag 'wireless-next-2022-03-18' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
David S. Miller
61
-558
/
+2106
2022-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-32
/
+1
2022-03-17
Merge tag 'mt76-for-kvalo-2022-03-16' of https://github.com/nbd168/wireless
Kalle Valo
43
-461
/
+1460
2022-03-17
rtw89: implement stop and resume channels transmission v1
Ping-Ke Shih
7
-15
/
+123
2022-03-17
rtw89: extend mac tx_en bits from 16 to 32
Ping-Ke Shih
4
-10
/
+10
2022-03-17
rtw89: change value assignment style of rtw89_mac_cfg_gnt()
Ping-Ke Shih
1
-22
/
+25
2022-03-17
rtw89: 8852c: add mac_ctrl_path and mac_cfg_gnt APIs
Chia-Yuan Li
7
-12
/
+133
2022-03-17
rtw89: disable FW and H2C function if CPU disabled
Chia-Yuan Li
1
-0
/
+4
2022-03-17
rtw89: initialize preload window of D-MAC
Ping-Ke Shih
2
-0
/
+67
2022-03-17
rtw89: modify MAC enable functions
Chia-Yuan Li
2
-6
/
+25
2022-03-17
rtw89: add config_rf_reg_v1 to configure RF parameter tables
Ping-Ke Shih
3
-4
/
+27
2022-03-17
rtw89: 8852c: add read/write rf register function
Chung-Hsuan Hung
4
-0
/
+134
2022-03-17
rtw89: 8852c: add setting of TB UL TX power offset
Yuan-Han Zhang
4
-5
/
+43
2022-03-17
rtw89: 8852c: add write/read crystal function in CFO tracking
Yuan-Han Zhang
2
-4
/
+17
2022-03-17
rtw89: modify dcfo_comp to share with chips
Yuan-Han Zhang
5
-4
/
+22
2022-03-17
rtw89: Fix spelling mistake "Mis-Match" -> "Mismatch"
Colin Ian King
1
-3
/
+3
2022-03-17
brcmfmac: p2p: Fix spelling mistake "Comback" -> "Comeback"
Colin Ian King
1
-4
/
+4
2022-03-17
iwlwifi: mei: fix building iwlmei
Arnd Bergmann
1
-0
/
+1
2022-03-16
mt76: fix monitor rx FCS error in DFS channel
Deren Wu
3
-3
/
+6
2022-03-16
mt76: mt7921: don't enable beacon filter when IEEE80211_CONF_CHANGE_MONITOR is set
Sean Wang
1
-3
/
+10
2022-03-16
mt76: fix wrong HE data rate in sniffer tool
Deren Wu
2
-4
/
+8
[prev]
[next]