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-02-03
mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_update
Lorenzo Bianconi
1
-0
/
+3
2022-02-03
mt76: mt7663s: flush runtime-pm queue after waking up the device
Lorenzo Bianconi
1
-0
/
+1
2022-02-03
mt76: mt7615: add support for LG LGSBWAC02 (MT7663BUN)
Piotr Dymacz
1
-0
/
+1
2022-02-03
mt76: mt7921: remove duplicated code in mt7921_mac_decode_he_radiotap
Lorenzo Bianconi
1
-1
/
+0
2022-02-03
mt76: mt7915: add missing DATA4_TB_SPTL_REUSE1 to mt7915_mac_decode_he_radiotap
Lorenzo Bianconi
1
-1
/
+2
2022-02-03
mt76: connac: move mt76_connac_lmac_mapping in mt76-connac module
Lorenzo Bianconi
8
-21
/
+13
2022-02-03
mt76: mt7915: enable radar background detection
Lorenzo Bianconi
1
-0
/
+7
2022-02-03
mt76: mt7915: report radar pattern if detected by rdd2
Lorenzo Bianconi
1
-1
/
+6
2022-02-03
mt76: mt7915: introduce rdd_monitor debugfs node
Lorenzo Bianconi
1
-0
/
+49
2022-02-03
mt76: mt7915: enable radar trigger on rdd2
Lorenzo Bianconi
1
-1
/
+5
2022-02-03
mt76: mt7915: introduce mt7915_set_radar_background routine
Lorenzo Bianconi
6
-0
/
+177
2022-02-03
mt76: mt7915: set bssinfo/starec command when adding interface
Shayne Chen
1
-0
/
+3
2022-02-03
mt76: mt7921: toggle runtime-pm adding a monitor vif
Lorenzo Bianconi
5
-25
/
+45
2022-02-03
mt76: mt7921: fix endianness issues in mt7921_mcu_set_tx()
Lorenzo Bianconi
1
-5
/
+3
2022-02-03
mt76: sdio: disable interrupt in mt76s_sdio_irq
Sean Wang
1
-0
/
+1
2022-02-03
mt76: mt7921: fix crash when startup fails.
Ben Greear
1
-0
/
+1
2022-02-03
mt76: mt7921e: fix possible probe failure after reboot
Sean Wang
4
-123
/
+139
2022-02-03
mt76: mt7921s: fix mt7921s_mcu_[fw|drv]_pmctrl
Leon Yen
2
-0
/
+40
2022-02-03
mt76: mt7921: fix ht mcs in mt7921_mac_add_txs_skb()
Peter Chiu
1
-1
/
+0
2022-02-03
mt76: mt7915: fix ht mcs in mt7915_mac_add_txs_skb()
Peter Chiu
1
-1
/
+0
2022-02-03
mt76: mt7615: fix a leftover race in runtime-pm
Lorenzo Bianconi
1
-0
/
+8
2022-02-03
mt76: mt7921: fix a leftover race in runtime-pm
Lorenzo Bianconi
1
-0
/
+8
2022-02-03
mt76: mt7921: do not always disable fw runtime-pm
Lorenzo Bianconi
1
-2
/
+1
2022-02-03
mt76: mt7915: add support for passing chip/firmware debug data to user space
Felix Fietkau
8
-4
/
+163
2022-02-03
mt76: mt7615e: process txfree and txstatus without allocating skbs
Lorenzo Bianconi
3
-5
/
+35
2022-02-03
mt76: mt7915: update bss_info with cipher after setting the group key
Felix Fietkau
1
-0
/
+6
2022-02-03
mt76: mt7615: update bss_info with cipher after setting the group key
Felix Fietkau
1
-0
/
+6
2022-02-03
mt76: connac: add support for passing the cipher field in bss_info
Felix Fietkau
2
-0
/
+2
2022-02-03
mt76: mt7921e: process txfree and txstatus without allocating skbs
Lorenzo Bianconi
4
-6
/
+33
2022-02-03
mt76: mt7615: fix a possible race enabling/disabling runtime-pm
Lorenzo Bianconi
1
-4
/
+11
2022-02-03
mt76: mt7921: set EDCA parameters with the MCU CE command
Sean Wang
2
-28
/
+22
2022-02-03
mt76: mt76_connac: fix MCU_CE_CMD_SET_ROC definition error
Sean Wang
1
-1
/
+1
2022-02-03
mt76: mt7921: forbid the doze mode when coredump is in progress
YN Chen
1
-1
/
+2
2022-02-03
mt76: mt7921e: make dev->fw_assert usage consistent
Sean Wang
1
-0
/
+1
2022-02-03
mt76: connac: move mt76_connac_mcu_rdd_cmd in mt76-connac module
Lorenzo Bianconi
9
-66
/
+52
2022-02-03
mt76: mt7915: rely on mt76_connac_mcu_set_rts_thresh
Lorenzo Bianconi
3
-23
/
+3
2022-02-03
mt76: connac: move mt76_connac_mcu_gen_dl_mode in mt76-connac module
Lorenzo Bianconi
4
-96
/
+46
2022-02-03
mt76: mt7915: rely on mt76_connac_mcu_init_download
Lorenzo Bianconi
2
-27
/
+6
2022-02-03
mt76: mt7915: rely on mt76_connac_mcu_patch_sem_ctrl/mt76_connac_mcu_start_patch
Lorenzo Bianconi
1
-28
/
+3
2022-02-03
mt76: connac: move mt76_connac_mcu_restart in common module
Lorenzo Bianconi
6
-30
/
+17
2022-02-03
mt76: mt7915: rely on mt76_connac_mcu_start_firmware
Lorenzo Bianconi
1
-16
/
+1
2022-02-03
mt76: mt7921: get rid of mt7921_mcu_get_eeprom
Lorenzo Bianconi
2
-25
/
+0
2022-02-03
mt76: connac: move mt76_connac_mcu_set_pm in connac module
Lorenzo Bianconi
6
-62
/
+38
2022-02-03
mt76: connac: introduce is_connac_v1 utility routine
Lorenzo Bianconi
4
-25
/
+29
2022-02-03
mt76: connac: move mt76_connac_mcu_wtbl_update_hdr_trans in connac module
Lorenzo Bianconi
6
-42
/
+25
2022-02-03
mt76: mt7915: rely on mt76_connac_mcu_wtbl_hdr_trans_tlv
Lorenzo Bianconi
2
-34
/
+10
2022-02-03
mt76: mt7915: rely on mt76_connac_mcu_wtbl_ht_tlv
Lorenzo Bianconi
4
-51
/
+11
2022-02-03
mt76: mt7915: rely on mt76_connac_mcu_wtbl_smps_tlv
Lorenzo Bianconi
3
-21
/
+10
2022-02-03
mt76: mt7915: rely on mt76_connac_mcu_sta_uapsd
Lorenzo Bianconi
3
-36
/
+6
2022-02-03
mt76: mt7915: rely on mt76_connac_mcu_sta_basic_tlv
Lorenzo Bianconi
1
-51
/
+1
[prev]
[next]