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-06-19
mt76: mt7921: add deep sleep control to runtime-pm knob
Sean Wang
1
-0
/
+18
2021-06-19
mt76: mt7921: enable deep sleep at runtime
Sean Wang
8
-44
/
+110
2021-06-19
mt76: mt7915: fix IEEE80211_HE_PHY_CAP7_MAX_NC for station mode
Ryder Lee
1
-3
/
+3
2021-06-19
mt76: use SPDX header file comment style
Tom Rix
2
-2
/
+2
2021-06-19
mt76: add a space between comment char and SPDX tag
Tom Rix
3
-3
/
+3
2021-06-19
mt76: mt7915: improve MU stability
Ryder Lee
3
-51
/
+64
2021-06-19
mt76: mt7915: introduce mt7915_mcu_set_txbf()
Ryder Lee
5
-53
/
+50
2021-06-19
mt76: make mt76_update_survey() per phy
Ryder Lee
12
-57
/
+47
2021-06-19
mt76: mt7915: drop the use of repeater entries for station interfaces
Felix Fietkau
2
-7
/
+1
2021-06-19
mt76: connac: check band caps in mt76_connac_mcu_set_rate_txpower
Lorenzo Bianconi
1
-4
/
+13
2021-06-19
mt76: move mt76_get_next_pkt_id in mt76.h
Lorenzo Bianconi
3
-18
/
+15
2021-06-19
mt76: reduce rx buffer size to 2048
Lorenzo Bianconi
3
-19
/
+10
2021-06-19
mt76: connac: fix the maximum interval schedule scan can support
Sean Wang
4
-4
/
+5
2021-06-19
mt76: mt7915: fix rx fcs error count in testmode
Shayne Chen
1
-2
/
+19
2021-06-19
mt76: testmode: move chip-specific stats dump before common stats
Shayne Chen
1
-3
/
+8
2021-06-19
mt76: connac: add mt76_connac_mcu_get_nic_capability utility routine
Lorenzo Bianconi
4
-1
/
+80
2021-06-19
mt76: mt7921: make mt7921_set_channel static
Lorenzo Bianconi
2
-2
/
+1
2021-06-19
mt76: mt7921: wake the device before dumping power table
Lorenzo Bianconi
1
-0
/
+3
2021-06-19
mt76: connac: add mt76_connac_power_save_sched in mt76_connac_pm_unref
Lorenzo Bianconi
6
-12
/
+16
2021-06-19
mt76: connac: fix UC entry is being overwritten
Lorenzo Bianconi
4
-7
/
+13
2021-06-19
mt76: mt7921: enable VHT BFee capability
Felix Fietkau
1
-1
/
+5
2021-06-19
mt76: mt7915: fix MT_EE_CAL_GROUP_SIZE
Ryder Lee
1
-1
/
+1
2021-06-19
mt76: mt7615: update radar parameters
Ryder Lee
2
-7
/
+14
2021-06-19
mt76: mt7915: setup drr group for peers
Ryder Lee
1
-0
/
+30
2021-06-19
mt76: mt7921: enable random mac address during sched_scan
Deren Wu
3
-8
/
+13
2021-06-19
mt76: mt7921: remove mt7921_get_wtbl_info routine
Lorenzo Bianconi
3
-173
/
+0
2021-06-19
mt76: mt7921: enable hw offloading for wep keys
Lorenzo Bianconi
2
-5
/
+19
2021-06-19
mt76: mt7915: read all eeprom fields from fw in efuse mode
Shayne Chen
3
-26
/
+24
2021-06-19
mt76: mt7915: use mt7915_mcu_get_mib_info() to get survey data
Ryder Lee
6
-52
/
+69
2021-06-19
mt76: mt7921: set MT76_RESET during mac reset
Lorenzo Bianconi
1
-11
/
+14
2021-06-19
mt76: mt7915: improve error recovery reliability
Felix Fietkau
1
-14
/
+15
2021-06-19
mt76: allow hw driver code to overwrite wiphy interface_modes
Lorenzo Bianconi
2
-11
/
+24
2021-06-19
mt76: mt7921: update statistic in active mode only
Deren Wu
1
-3
/
+7
2021-06-19
mt76: mt7921: introduce mac tx done handling
Deren Wu
4
-29
/
+117
2021-06-19
mt76: mt7615: fix potential overflow on large shift
Ryder Lee
1
-0
/
+3
2021-06-19
mt76: testmode: remove undefined behaviour in mt76_testmode_alloc_skb
Lorenzo Bianconi
1
-6
/
+2
2021-06-19
mt76: testmode: remove unnecessary function calls in mt76_testmode_free_skb
Lorenzo Bianconi
1
-10
/
+1
2021-06-19
mt76: testmode: fix memory leak in mt76_testmode_alloc_skb
Lorenzo Bianconi
1
-1
/
+4
2021-06-19
mt76: mt7615: remove useless if condition in mt7615_add_interface()
Lorenzo Bianconi
1
-2
/
+0
2021-06-19
mt76: mt7915: use mt7915_mcu_get_txpower_sku() to get per-rate txpower
Shayne Chen
4
-46
/
+45
2021-06-19
mt76: mt7615: add .offset_tsf callback
Ryder Lee
4
-4
/
+34
2021-06-19
mt76: mt7915: add .offset_tsf callback
Ryder Lee
2
-2
/
+33
2021-06-19
mt76: mt7921: reset wfsys during hw probe
Lorenzo Bianconi
1
-0
/
+4
2021-06-19
mt76: mt7921: do not schedule hw reset if the device is not running
Lorenzo Bianconi
1
-0
/
+3
2021-06-19
mt76: mt7921: return proper error value in mt7921_mac_init
Lorenzo Bianconi
3
-7
/
+8
2021-06-19
mt76: connac: add bss color support for sta mode
YN Chen
2
-0
/
+23
2021-06-19
mt76: mt7921: enable runtime pm by default
Lorenzo Bianconi
2
-3
/
+1
2021-06-19
mt76: mt7921: fix OMAC idx usage
Sean Wang
1
-54
/
+1
2021-06-19
mt76: mt7921: fix invalid register access in wake_work
Sean Wang
3
-8
/
+24
2021-06-19
mt76: mt7921: avoid unnecessary consecutive WiFi resets
Sean Wang
2
-1
/
+5
[prev]
[next]