index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt7921
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
wifi: mt76: sdio: add rx_check callback for sdio devices
Lorenzo Bianconi
2022-09-15
1
-0
/
+1
*
wifi: mt76: mt7921: delete stray if statement
Dan Carpenter
2022-09-15
1
-3
/
+0
*
wifi: mt76: mt7921: fix use after free in mt7921_acpi_read()
Dan Carpenter
2022-09-15
1
-1
/
+4
*
wifi: mt76: mt7921: move mt7921_rx_check and mt7921_queue_rx_skb in mac.c
Lorenzo Bianconi
2022-09-15
4
-157
/
+119
*
wifi: mt76: mt7921u: remove unnecessary MT76_STATE_SUSPEND
Sean Wang
2022-09-15
1
-4
/
+0
*
wifi: mt76: mt7921u: fix race issue between reset and suspend/resume
Sean Wang
2022-09-15
1
-4
/
+24
*
wifi: mt76: mt7921s: fix race issue between reset and suspend/resume
Sean Wang
2022-09-15
1
-4
/
+9
*
wifi: mt76: mt7921e: fix race issue between reset and suspend/resume
Sean Wang
2022-09-15
2
-4
/
+14
*
wifi: mt76: add rx_check callback for usb devices
Lorenzo Bianconi
2022-09-15
3
-0
/
+22
*
wifi: mt76: connac: introduce mt76_connac_reg_map structure
Lorenzo Bianconi
2022-09-15
1
-40
/
+36
*
wifi: mt76: mt7921e: fix crash in chip reset fail
Deren Wu
2022-08-26
1
-1
/
+1
*
Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wireless
Kalle Valo
2022-07-18
18
-1714
/
+633
|
\
|
*
mt76: mt7921: Let PCI core handle power state and use pm_sleep_ptr()
Kai-Heng Feng
2022-07-11
1
-18
/
+7
|
*
mt76: add phy_idx to mt76_wcid
Lorenzo Bianconi
2022-07-11
1
-2
/
+2
|
*
mt76: add len parameter to __mt76_mcu_msg_alloc signature
Lorenzo Bianconi
2022-07-11
1
-6
/
+5
|
*
mt76: mt7921: reduce the mutex lock scope during reset
Sean Wang
2022-07-11
1
-5
/
+8
|
*
mt76: mt7921: reduce log severity levels for informative messages
Sean Wang
2022-07-11
1
-1
/
+1
|
*
mt76: connac: move tx initialization/cleanup in mt76_connac module
Lorenzo Bianconi
2022-07-11
3
-24
/
+5
|
*
mt76: mt7921: make mt7921_pci_driver static
Lorenzo Bianconi
2022-07-11
2
-2
/
+1
|
*
mt76: mt7921: enable HW beacon filter in the initialization stage
Sean Wang
2022-07-11
3
-6
/
+16
|
*
mt76: mt7921: enable HW beacon filter not depending on PM flag
Sean Wang
2022-07-11
1
-2
/
+1
|
*
mt76: do not use skb_set_queue_mapping for internal purposes
Felix Fietkau
2022-07-11
3
-3
/
+3
|
*
mt76: move mt76_connac2_mcu_fill_message in mt76_connac module
Lorenzo Bianconi
2022-07-11
7
-98
/
+24
|
*
mt76: move mcu_txd/mcu_rxd structures in shared code
Lorenzo Bianconi
2022-07-11
7
-107
/
+25
|
*
mt76: connac: move mt7615_txp_skb_unmap in common code
Lorenzo Bianconi
2022-07-11
1
-32
/
+1
|
*
mt76: connac: move mt76_connac_write_hw_txp in shared code
Lorenzo Bianconi
2022-07-11
2
-37
/
+1
|
*
mt76: connac: move mt76_connac_tx_complete_skb in shared code
Lorenzo Bianconi
2022-07-11
4
-27
/
+1
|
*
mt76: connac: move mt76_connac_tx_free in shared code
Lorenzo Bianconi
2022-07-11
2
-11
/
+4
|
*
mt76: move mt7615_txp_ptr in mt76_connac module
Lorenzo Bianconi
2022-07-11
3
-31
/
+9
|
*
mt76: connac: move mt76_connac_fw_txp in common module
Lorenzo Bianconi
2022-07-11
2
-34
/
+2
|
*
mt76: mt7921: enlarge maximum VHT MPDU length to 11454
Deren Wu
2022-07-11
1
-1
/
+1
|
*
mt76: mt7921: fix aggregation subframes setting to HE max
Deren Wu
2022-07-11
1
-2
/
+2
|
*
mt76: mt7921s: fix possible sdio deadlock in command fail
Deren Wu
2022-07-11
1
-5
/
+5
|
*
mt76: mt7921: do not update pm states in case of error
Lorenzo Bianconi
2022-07-11
1
-3
/
+3
|
*
mt76: mt7921s: remove unnecessary goto in mt7921s_mcu_drv_pmctrl
Lorenzo Bianconi
2022-07-11
1
-5
/
+4
|
*
mt76: connac: move mt76_connac2_mac_fill_rx_rate in connac module
Lorenzo Bianconi
2022-07-11
1
-76
/
+6
|
*
mt76: connac: move mt76_connac2_reverse_frag0_hdr_trans in mt76-connac module
Lorenzo Bianconi
2022-07-11
2
-167
/
+12
|
*
mt76: connac: move HE radiotap parsing in connac module
Lorenzo Bianconi
2022-07-11
2
-236
/
+3
|
*
mt76: mt7921: fix command timeout in AP stop period
Deren Wu
2022-07-11
3
-13
/
+43
|
*
mt76: mt7921: not support beacon offload disable command
Deren Wu
2022-07-11
1
-2
/
+4
|
*
mt76: connac: move mt76_connac2_mac_add_txs_skb in connac module
Lorenzo Bianconi
2022-07-11
1
-119
/
+3
|
*
mt76: connac: move connac2_mac_write_txwi in mt76_connac module
Lorenzo Bianconi
2022-07-11
5
-221
/
+6
|
*
mt76: connac: move mac connac2 defs in mt76_connac2_mac.h
Lorenzo Bianconi
2022-07-11
2
-131
/
+2
|
*
mt76: mt7921: rely on mt76_dev in mt7921_mac_write_txwi signature
Lorenzo Bianconi
2022-07-11
4
-15
/
+14
|
*
mt76: enable the VHT extended NSS BW feature
Deren Wu
2022-07-11
1
-0
/
+1
|
*
mt76: connac: move mt76_connac2_load_patch in connac module
Lorenzo Bianconi
2022-07-11
1
-125
/
+1
|
*
mt76: connac: move mt76_connac2_load_ram in connac module
Lorenzo Bianconi
2022-07-11
1
-88
/
+1
|
*
mt76: mt7921: move fw toggle in mt7921_load_firmware
Lorenzo Bianconi
2022-07-11
1
-7
/
+7
|
*
mt76: connac: move shared fw structures in connac module
Lorenzo Bianconi
2022-07-11
1
-70
/
+11
|
*
mt76: mt7921: get rid of mt7921_mcu_exit
Lorenzo Bianconi
2022-07-11
6
-12
/
+5
[next]