index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-21
mt76: mt7921: get rid of useless MT76_STATE_PM in mt7921_mac_work
Lorenzo Bianconi
1
-5
/
+0
2021-04-21
mt76: connac: remove MT76_STATE_PM in mac_tx_free
Lorenzo Bianconi
2
-10
/
+0
2021-04-21
mt76: connac: check wake refcount in mcu_fw_pmctrl
Lorenzo Bianconi
3
-2
/
+14
2021-04-21
mt76: connac: unschedule ps_work in mt76_connac_pm_wake
Lorenzo Bianconi
3
-2
/
+1
2021-04-21
mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napi
Lorenzo Bianconi
2
-6
/
+34
2021-04-21
mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napi
Lorenzo Bianconi
3
-8
/
+37
2021-04-21
mt76: dma: add the capability to define a custom rx napi poll routine
Lorenzo Bianconi
8
-12
/
+14
2021-04-21
mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx path
Lorenzo Bianconi
5
-18
/
+25
2021-04-21
mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx path
Lorenzo Bianconi
3
-14
/
+13
2021-04-21
mt76: connac: introduce wake counter for fw_pmctrl synchronization
Lorenzo Bianconi
1
-0
/
+31
2021-04-21
mt76: mt7663: fix a race between mt7615_mcu_drv_pmctrl and mt7615_mcu_fw_pmctrl
Lorenzo Bianconi
2
-6
/
+15
2021-04-21
mt76: mt7921: fix a race between mt7921_mcu_drv_pmctrl and mt7921_mcu_fw_pmctrl
Lorenzo Bianconi
3
-10
/
+26
2021-04-21
mt76: mt7921: remove leftover function declaration
Lorenzo Bianconi
1
-2
/
+0
2021-04-21
mt76: connac: move mcu_update_arp_filter in mt76_connac module
Lorenzo Bianconi
8
-104
/
+58
2021-04-21
mt76: mt7921: do not use 0 as NULL pointer
Lorenzo Bianconi
1
-1
/
+1
2021-04-21
mt76: mt7915: directly read per-rate tx power from registers
Shayne Chen
2
-22
/
+51
2021-04-21
mt76: mt7915: rework the flow of txpower setting
Shayne Chen
8
-251
/
+99
2021-04-21
mt76: mt7915: add support for DT rate power limits
Shayne Chen
1
-6
/
+38
2021-04-21
mt76: mt7921: abort uncompleted scan by wifi reset
Sean Wang
1
-0
/
+8
2021-04-21
mt76: mt7921: add wifisys reset support in debugfs
Sean Wang
1
-8
/
+17
2021-04-21
mt76: mt7921: run mt7921_mcu_fw_log_2_host holding mt76 mutex
Lorenzo Bianconi
1
-1
/
+4
2021-04-21
mt76: improve mcu error logging
Lorenzo Bianconi
5
-10
/
+8
2021-04-21
mt76: mt7921: move hw configuration in mt7921_register_device
Lorenzo Bianconi
2
-13
/
+6
2021-04-21
mt76: mt7915: add support for applying pre-calibration data
Ryder Lee
9
-10
/
+199
2021-04-21
mt76: mt7615: load ROM patch before checking patch semaphore status
Felix Fietkau
1
-14
/
+16
2021-04-21
mt76: mt7615: fix entering driver-own state on mt7663
Felix Fietkau
1
-2
/
+10
2021-04-21
mt76: mt7615: fix hardware error recovery for mt7663
Felix Fietkau
5
-11
/
+53
2021-04-21
mt76: mt7921: add dumping Tx power table
Sean Wang
5
-0
/
+151
2021-04-21
mt76: introduce single-sku support for mt7663/mt7921
Lorenzo Bianconi
6
-1
/
+170
2021-04-21
mt76: mt7615: do not use mt7615 single-sku values for mt7663
Lorenzo Bianconi
1
-0
/
+5
2021-04-21
mt76: mt7615: implement support for using DT rate power limits
Felix Fietkau
2
-2
/
+69
2021-04-21
mt76: extend DT rate power limits to support 11ax devices
Shayne Chen
2
-23
/
+40
2021-04-21
mt76: add functions for parsing rate power limits from DT
Felix Fietkau
2
-0
/
+216
2021-04-21
mt76: flush tx status queue on DMA reset
Felix Fietkau
5
-0
/
+10
2021-04-21
mt76: mt7921: add mt7921_dma_cleanup in mt7921_unregister_device
Lorenzo Bianconi
1
-1
/
+2
2021-04-21
mt76: mt7615: use ieee80211_free_txskb() in mt7615_tx_token_put()
Ryder Lee
1
-2
/
+6
2021-04-21
mt76: mt7615: only free skbs after mt7615_dma_reset() when reset happens
Ryder Lee
1
-3
/
+3
2021-04-21
mt76: mt7915: only free skbs after mt7915_dma_reset() when reset happens
Ryder Lee
1
-3
/
+3
2021-04-21
mt76: mt7915: fix memleak when mt7915_unregister_device()
Ryder Lee
1
-2
/
+1
2021-04-21
mt76: mt7615: fix memleak when mt7615_unregister_device()
Ryder Lee
1
-2
/
+1
2021-04-21
mt76: mt7915: fix rate setting of tx descriptor in testmode
Shayne Chen
1
-6
/
+19
2021-04-21
mt76: mt7915: rework mt7915_tm_set_tx_len()
Shayne Chen
1
-17
/
+5
2021-04-21
mt76: testmode: add support to send larger packet
Shayne Chen
4
-35
/
+131
2021-04-21
rtlwifi: implement set_tim by update beacon content
Ping-Ke Shih
4
-0
/
+37
2021-04-21
libertas_tf: Remove duplicate struct declaration
Wan Jiabing
1
-1
/
+0
2021-04-21
rtw88: refine napi deinit flow
Po-Hao Huang
2
-5
/
+15
2021-04-21
rtw88: Fix potential unrecoverable tx queue stop
Yu-Yen Ting
1
-2
/
+8
2021-04-21
rtw88: 8821c: Don't set RX_FLAG_DECRYPTED if packet has no encryption
Guo-Feng Fan
1
-1
/
+2
2021-04-21
rtw88: 8822c: debug: allow debugfs to enable/disable TXGAPK
Guo-Feng Fan
3
-2
/
+112
2021-04-21
rtw88: 8822c: Add gap-k calibration to improve long range performance
Guo-Feng Fan
6
-1
/
+809
[prev]
[next]