linux_dsm_epyc7002/drivers/net/wireless/mediatek/mt76
Lorenzo Bianconi 323d7daad3 mt76: mt7615: introduce uni cmd command types
Introduce mcu uni command type. Uni commands rely on a stripped verions
of mt7615_mcu_txd data strutture. Split mt7615_mcu_txd_common and
mt7615_mcu_txd. Uni commands will be use by mt7663e driver

Co-developed-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2020-03-17 17:47:58 +01:00
..
mt76x0 mt76: remove variable 'val' set but not used 2020-03-17 17:13:59 +01:00
mt76x2 mt76: mt76x2: avoid starting the MAC too early 2020-02-14 10:06:09 +01:00
mt7603 mt76: always init to 0 mcu messages 2020-03-17 17:47:52 +01:00
mt7615 mt76: mt7615: introduce uni cmd command types 2020-03-17 17:47:58 +01:00
agg-rx.c mt76: clear skb pointers from rx aggregation reorder buffer during cleanup 2020-02-14 10:06:02 +01:00
debugfs.c mt76: mt7615: rely on mt76_queues_read for mt7622 2020-02-14 10:17:44 +01:00
dma.c mt76: dma: do not write cpu_idx on rx queue reset until after refill 2020-02-14 10:06:06 +01:00
dma.h mt76: switch to SPDX tag instead of verbose boilerplate text 2019-09-05 17:42:31 +02:00
eeprom.c mt76: fix compilation warning in mt76_eeprom_override() 2020-02-14 10:06:02 +01:00
Kconfig
mac80211.c mt76: Introduce mt76_mcu data structure 2020-02-14 10:17:46 +01:00
Makefile mt76: rely on mac80211 utility routines to compute airtime 2020-02-14 10:06:04 +01:00
mcu.c mt76: always init to 0 mcu messages 2020-03-17 17:47:52 +01:00
mmio.c mt76: Introduce mt76_mcu data structure 2020-02-14 10:17:46 +01:00
mt76.h mt76: mt7615: introduce mt7615_mcu_send_message routine 2020-03-17 17:47:52 +01:00
mt76x02_beacon.c mt76: mt76x02: minor mt76x02_mac_set_beacon optimization 2020-02-14 10:06:02 +01:00
mt76x02_debugfs.c mt76: move aggr_stats array in mt76_dev 2019-11-20 13:23:48 +01:00
mt76x02_dfs.c mt76: move state from struct mt76_dev to mt76_phy 2020-02-14 10:03:08 +01:00
mt76x02_dfs.h mt76: switch to SPDX tag instead of verbose boilerplate text 2019-09-05 17:42:31 +02:00
mt76x02_dma.h mt76: switch to SPDX tag instead of verbose boilerplate text 2019-09-05 17:42:31 +02:00
mt76x02_eeprom.c mt76: switch to SPDX tag instead of verbose boilerplate text 2019-09-05 17:42:31 +02:00
mt76x02_eeprom.h mt76: switch to SPDX tag instead of verbose boilerplate text 2019-09-05 17:42:31 +02:00
mt76x02_mac.c mt76: rely on mac80211 utility routines to compute airtime 2020-02-14 10:06:04 +01:00
mt76x02_mac.h mt76: mt76x02: minor mt76x02_mac_set_beacon optimization 2020-02-14 10:06:02 +01:00
mt76x02_mcu.c mt76: Introduce mt76_mcu data structure 2020-02-14 10:17:46 +01:00
mt76x02_mcu.h mt76: switch to SPDX tag instead of verbose boilerplate text 2019-09-05 17:42:31 +02:00
mt76x02_mmio.c mt76: mt76x02: reset MCU timeout counter earlier in watchdog reset 2020-03-17 17:13:59 +01:00
mt76x02_phy.c mt76: move chainmask back to driver specific structs 2020-02-14 10:03:09 +01:00
mt76x02_phy.h mt76: move channel state to struct mt76_phy 2020-02-14 10:03:08 +01:00
mt76x02_regs.h mt76: mt76x02: simplify led reg definitions 2020-02-14 10:06:02 +01:00
mt76x02_trace.c mt76: switch to SPDX tag instead of verbose boilerplate text 2019-09-05 17:42:31 +02:00
mt76x02_trace.h mt76: move mac_txdone tracepoint in mt76 module 2020-02-14 10:06:03 +01:00
mt76x02_txrx.c mt76: Introduce mt76_mcu data structure 2020-02-14 10:17:46 +01:00
mt76x02_usb_core.c mt76: mt76u: introduce mt76u_skb_dma_info routine 2020-02-14 10:06:06 +01:00
mt76x02_usb_mcu.c mt76: Introduce mt76_mcu data structure 2020-02-14 10:17:46 +01:00
mt76x02_usb.h mt76: mt76x02u: move mt76x02u_mac_start in mt76x02-usb module 2019-11-20 13:23:48 +01:00
mt76x02_util.c mt76: do not set HOST_BROADCAST_PS_BUFFERING for mt7615 2020-02-14 10:06:09 +01:00
mt76x02.h mt76: mt76x02: split beaconing 2020-02-14 10:06:01 +01:00
pci.c mt76: mt76x2e: disable pcie_aspm by default 2019-10-30 16:59:46 +02:00
trace.c mt76: move mac_txdone tracepoint in mt76 module 2020-02-14 10:06:03 +01:00
trace.h mt76: move mac_txdone tracepoint in mt76 module 2020-02-14 10:06:03 +01:00
tx.c mt76: move state from struct mt76_dev to mt76_phy 2020-02-14 10:03:08 +01:00
usb_trace.c mt76: switch to SPDX tag instead of verbose boilerplate text 2019-09-05 17:42:31 +02:00
usb_trace.h mt76: fix some checkpatch warnings 2019-09-05 17:42:32 +02:00
usb.c mt76: mt76u: rely only on data buffer for usb control messagges 2020-03-17 17:13:58 +01:00
util.c mt76: add multiple wiphy support to mt76_get_min_avg_rssi 2020-02-14 10:03:09 +01:00
util.h mt76: add support for an extra wiphy in mt76_sta_state() 2020-02-14 10:03:08 +01:00