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-05-02
wil6210: use NAPI_POLL_WEIGHT for napi budget
Jakub Kicinski
2
-5
/
+4
2022-05-02
ath10k: remove a copy of the NAPI_POLL_WEIGHT define
Jakub Kicinski
5
-7
/
+4
2022-05-02
ath11k: Add support for WCN6750 device
Manikanta Pubbisetty
4
-13
/
+158
2022-05-02
ath11k: Datapath changes to support WCN6750
Manikanta Pubbisetty
2
-0
/
+33
2022-05-02
ath11k: HAL changes to support WCN6750
Manikanta Pubbisetty
5
-13
/
+163
2022-05-02
ath11k: Add QMI changes for WCN6750
Manikanta Pubbisetty
3
-28
/
+56
2022-05-02
ath11k: Fetch device information via QMI for WCN6750
Manikanta Pubbisetty
2
-4
/
+164
2022-05-02
ath11k: Add register access logic for WCN6750
Manikanta Pubbisetty
3
-35
/
+35
2022-05-02
ath11k: Add HW params for WCN6750
Manikanta Pubbisetty
4
-0
/
+77
2022-05-02
ath11k: Move parameters in bus_params to hw_params
Manikanta Pubbisetty
7
-47
/
+49
2022-05-02
ath11k: change management tx queue to avoid connection timed out
Wen Gong
1
-1
/
+1
2022-05-02
ath11k: fix warning of not found station for bssid in message
Wen Gong
1
-5
/
+6
2022-05-01
rtw88: fix hw scan may cause disconnect issue
Chih-Kang Chang
1
-1
/
+11
2022-05-01
rtw88: fix not disabling beacon filter after disconnection
Chih-Kang Chang
1
-1
/
+5
2022-05-01
rtw88: add HT MPDU density value for each chip
Chih-Kang Chang
6
-1
/
+7
2022-05-01
plfxlc: Remove unused include <linux/version.h>
Jiapeng Chong
1
-1
/
+0
2022-04-29
ath11k: Don't use GFP_KERNEL in atomic context
Baochen Qiang
1
-1
/
+1
2022-04-29
ath10k: skip ath10k_halt during suspend for driver state RESTARTING
Abhishek Kumar
1
-2
/
+18
2022-04-29
ath9k: hif_usb: simplify if-if to if-else
Wan Jiabing
1
-3
/
+2
2022-04-29
ath11k: reduce the wait time of 11d scan and hw scan while add interface
Wen Gong
7
-64
/
+84
2022-04-29
rtw89: remove unneeded semicolon
Yang Li
1
-1
/
+1
2022-04-27
wil6210: simplify if-if to if-else
Wan Jiabing
1
-3
/
+2
2022-04-27
ath10k: simplify if-if to if-else
Wan Jiabing
1
-3
/
+2
2022-04-27
ath11k: read country code from SMBIOS for WCN6855/QCA6390
Wen Gong
3
-4
/
+63
2022-04-27
ath11k: disable spectral scan during spectral deinit
Hari Chandrakanthan
1
-8
/
+9
2022-04-27
ath11k: Update WBM idle ring HP after FW mode on
Manikanta Pubbisetty
2
-17
/
+32
2022-04-27
ath11k: WMI changes to support WCN6750
Manikanta Pubbisetty
1
-3
/
+7
2022-04-27
ath11k: Do not put HW in DBS mode for WCN6750
Manikanta Pubbisetty
2
-2
/
+3
2022-04-27
rtlwifi: btcoex: fix if == else warning
Guo Zhengkui
1
-12
/
+4
2022-04-27
brcmfmac: use ISO3166 country code and 0 rev as fallback on brcmfmac43602 chips
Hamid Zamani
1
-0
/
+1
2022-04-27
rtl818x: Prevent using not initialized queues
Alexander Wetzel
1
-2
/
+6
2022-04-27
rtw88: use the correct bit in the REG_HCI_OPT_CTRL register
Kevin Lo
1
-1
/
+1
2022-04-27
mwifiex: Add SD8997 SDIO-UART firmware
Andrejs Cainikovs
2
-0
/
+3
2022-04-27
mwifiex: Select firmware based on strapping
Andrejs Cainikovs
2
-1
/
+25
2022-04-25
wireless: add plfxlc driver for pureLiFi X, XL, XC devices
Srinivasan Raju
14
-0
/
+2563
2022-04-24
rtw89: 8852c: add chip_ops related to BTC
Ping-Ke Shih
2
-0
/
+194
2022-04-24
rtw89: 8852c: fill freq and band of RX status by PPDU report
Ping-Ke Shih
1
-0
/
+33
2022-04-24
rtw89: 8852c: implement chip_ops::get_thermal
Ping-Ke Shih
1
-0
/
+12
2022-04-24
rtw89: 8852c: implement chip_ops related to TX power
Ping-Ke Shih
2
-0
/
+325
2022-04-24
rtw89: 8852c: configure default BB TX/RX path
Ping-Ke Shih
5
-2
/
+279
2022-04-24
rtw89: add RF H2C to notify firmware
Ping-Ke Shih
4
-0
/
+73
2022-04-24
rtw89: don't flush hci queues and send h2c if power is off
Ping-Ke Shih
2
-0
/
+10
2022-04-24
rtw89: pci: allow to process RPP prior to TX BD
Ping-Ke Shih
1
-11
/
+10
2022-04-24
rtw89: ps: access TX/RX rings via another registers in low power mode
Ping-Ke Shih
8
-4
/
+177
2022-04-24
rtw89: ser: re-enable interrupt in threadfn if under_recovery
Ping-Ke Shih
1
-1
/
+1
2022-04-24
rtw89: pci: add a separate interrupt handler for low power mode
Ping-Ke Shih
2
-0
/
+26
2022-04-24
rtw89: pci: reclaim TX BD only if it really need
Ping-Ke Shih
1
-4
/
+10
2022-04-24
rtw89: pci: add variant RPWM/CPWM to enter low power mode
Ping-Ke Shih
5
-9
/
+21
2022-04-24
rtw89: pci: add variant IMR/ISR and configure functions
Ping-Ke Shih
4
-29
/
+270
2022-04-23
rtw88: pci: 8821c: Disable 21ce completion timeout
Po-Hao Huang
1
-0
/
+12
[prev]
[next]