index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt7615
/
mcu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-29
mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu module
Lorenzo Bianconi
1
-307
/
+3
2021-01-29
mt76: mt76_connac: move hw_scan and sched_scan routine in mt76_connac_mcu module
Lorenzo Bianconi
1
-210
/
+3
2021-01-29
mt76: mt76_connac: create mcu library
Lorenzo Bianconi
1
-936
/
+112
2021-01-29
mt76: introduce mt76_vif data structure
Lorenzo Bianconi
1
-54
/
+55
2021-01-27
mt76: mt7615: unify init work
Felix Fietkau
1
-2
/
+0
2021-01-27
mt76: mt7615: set mcu country code in mt7615_mcu_set_channel_domain()
Lorenzo Bianconi
1
-14
/
+32
2021-01-26
mt76: move chainmask in mt76_phy
Lorenzo Bianconi
1
-2
/
+2
2021-01-26
mt76: testmode: introduce dbdc support
Shayne Chen
1
-1
/
+1
2021-01-26
mt76: mt7615: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-12-04
mt76: mt7615: fix rdd mcu cmd endianness
Lorenzo Bianconi
1
-23
/
+66
2020-12-04
mt76: move mcu queues to mt76_dev q_mcu array
Lorenzo Bianconi
1
-4
/
+4
2020-12-04
mt76: rely on mt76_queue in tx_queue_skb_raw signature
Lorenzo Bianconi
1
-1
/
+1
2020-12-04
mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signature
Lorenzo Bianconi
1
-1
/
+1
2020-12-04
mt76: mt7615: support 16 interfaces
Ryder Lee
1
-3
/
+46
2020-12-04
mt76: mt7663s: introduce WoW support via GPIO
Sean Wang
1
-2
/
+12
2020-12-04
mt76: move mt76_mcu_send_firmware in common module
Lorenzo Bianconi
1
-26
/
+6
2020-12-04
mt76: mt7615: enable beacon filtering by default for offload fw
Lorenzo Bianconi
1
-5
/
+2
2020-12-04
mt76: make mcu_ops->mcu_send_msg optional
Felix Fietkau
1
-14
/
+0
2020-12-04
mt76: move waiting and locking out of mcu_ops->mcu_skb_send_msg
Felix Fietkau
1
-46
/
+11
2020-12-04
mt76: move mcu timeout handling to .mcu_parse_response
Felix Fietkau
1
-7
/
+8
2020-12-04
mt76: implement .mcu_parse_response in struct mt76_mcu_ops
Felix Fietkau
1
-10
/
+8
2020-12-04
mt76: rename __mt76_mcu_skb_send_msg to mt76_mcu_skb_send_msg
Felix Fietkau
1
-38
/
+38
2020-12-04
mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msg
Felix Fietkau
1
-92
/
+91
2020-09-25
Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...
David S. Miller
1
-88
/
+102
2020-09-24
mt76: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-09-24
mt76: mt7622: fix fw hang on mt7622
Lorenzo Bianconi
1
-14
/
+32
2020-09-24
mt76: mt7615: fix VHT LDPC capability
Ryder Lee
1
-2
/
+2
2020-09-24
mt76: mt7615: fix antenna selection for testmode tx_frames
Felix Fietkau
1
-8
/
+0
2020-09-24
mt76: mt7615: move drv_own/fw_own in mt7615_mcu_ops
Lorenzo Bianconi
1
-77
/
+81
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+2
2020-08-27
mt76: mt7615: use v1 MCU API on MT7615 to fix issues with adding/removing sta...
Felix Fietkau
1
-1
/
+2
2020-08-27
mac80211: rename csa counters to countdown counters
John Crispin
1
-5
/
+5
2020-07-21
mt76: mt7615: fix possible memory leak in mt7615_mcu_wtbl_sta_add
Lorenzo Bianconi
1
-1
/
+5
2020-07-21
mt76: mt7615: introduce mt7663s support
Sean Wang
1
-1
/
+41
2020-07-21
mt76: mt7615: fix potential memory leak in mcu message handler
Sean Wang
1
-2
/
+5
2020-07-21
mt76: mt7615: improve mt7615_driver_own reliability
Lorenzo Bianconi
1
-10
/
+17
2020-07-21
mt76: mt7615: enable beacon hw filter for runtime-pm
Lorenzo Bianconi
1
-37
/
+36
2020-07-21
mt76: mt7615: do not request {driver,fw}_own if already granted
Lorenzo Bianconi
1
-10
/
+11
2020-07-21
mt76: mt7615: introduce mt7615_mutex_{acquire,release} utilities
Lorenzo Bianconi
1
-0
/
+1
2020-07-21
mt76: mt7615: add mt7615_pm_wake utility routine
Lorenzo Bianconi
1
-6
/
+19
2020-07-21
mt76: mt7615: avoid polling in fw_own for mt7663
Lorenzo Bianconi
1
-2
/
+2
2020-07-21
mt76: mt7615: implement testmode support
Felix Fietkau
1
-1
/
+33
2020-07-21
mt76: mt7615: add support for accessing RF registers via MCU
Felix Fietkau
1
-2
/
+41
2020-07-21
mt76: add U-APSD support on AP side
Lorenzo Bianconi
1
-2
/
+44
2020-07-21
mt76: mt7663: introduce ARP filter offload
Sean Wang
1
-0
/
+74
2020-05-28
mt76: mt7615: fix hw_scan with ssid_type for specified SSID only
Sean Wang
1
-0
/
+1
2020-05-28
mt76: mt7615: switch to per-vif power_save support
Lorenzo Bianconi
1
-7
/
+7
2020-05-28
mt76: mt7615: introduce remain_on_channel support
Lorenzo Bianconi
1
-0
/
+51
2020-05-13
mt76: mt7615: configure bss info adding the interface
Sean Wang
1
-35
/
+62
2020-05-13
mt76: enable p2p support
Lorenzo Bianconi
1
-8
/
+53
[next]