linux/drivers/net/wireless/mediatek/mt76/mt7615
Gustavo A. R. Silva f12758f6f9 mt76: mt7615: Fix fall-through warnings for Clang
In preparation to enable -Wimplicit-fallthrough for Clang, fix a
warning by replacing a /* fall through */ comment with the new
pseudo-keyword macro fallthrough; instead of letting the code fall
through to the next case.

Notice that Clang doesn't recognize /* fall through */ comments as
implicit fall-through markings.

Link: https://github.com/KSPP/linux/issues/115
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2020-12-04 22:24:54 +01:00
..
debugfs.c mt76: move tx hw data queues in mt76_phy 2020-12-04 14:31:15 +01:00
dma.c mt76: move band capabilities in mt76_phy 2020-12-04 14:31:15 +01:00
eeprom.c mt76: mt7615: Fix fall-through warnings for Clang 2020-12-04 22:24:54 +01:00
eeprom.h mt76: mt7615: fix EEPROM buffer size 2020-06-23 11:43:41 +03:00
init.c mt76: move hw mac_addr in mt76_phy 2020-12-04 14:31:15 +01:00
Kconfig mt76: mt7615: introduce mt7663s support 2020-07-21 19:01:18 +02:00
mac.c mt76: move tx hw data queues in mt76_phy 2020-12-04 14:31:15 +01:00
mac.h mt76: mt7615: implement testmode support 2020-07-21 19:01:16 +02:00
main.c mt76: mt7615: support 16 interfaces 2020-12-04 14:31:13 +01:00
Makefile mt76: mt7615: introduce mt7663s support 2020-07-21 19:01:18 +02:00
mcu.c mt76: mt7615: fix rdd mcu cmd endianness 2020-12-04 14:31:16 +01:00
mcu.h mt76: mt7615: support 16 interfaces 2020-12-04 14:31:13 +01:00
mmio.c mt76: fix memory leak if device probing fails 2020-12-04 14:31:11 +01:00
mt7615_trace.h mt76: mt7615: add tracing support 2020-02-14 10:06:03 +01:00
mt7615.h mt76: move mcu queues to mt76_dev q_mcu array 2020-12-04 14:31:15 +01:00
pci_init.c mt76: mt7615: retry if mt7615_mcu_init returns -EAGAIN 2020-12-04 13:46:13 +01:00
pci_mac.c mt76: rely on AQL for burst size limits on tx queueing 2020-09-24 18:10:17 +02:00
pci.c mt76: convert from tx tasklet to tx worker thread 2020-09-24 18:10:18 +02:00
regs.h mt76: mt7615: add debugfs knob for setting extended local mac addresses 2020-12-04 13:46:13 +01:00
sdio_mcu.c mt76: move mcu queues to mt76_dev q_mcu array 2020-12-04 14:31:15 +01:00
sdio_txrx.c mt76: move tx hw data queues in mt76_phy 2020-12-04 14:31:15 +01:00
sdio.c mt76: mt7663s: get rid of mt7663s_sta_add 2020-12-04 13:46:15 +01:00
sdio.h mt76: mt7615: introduce mt7663s support 2020-07-21 19:01:18 +02:00
soc.c mt76: mt7615: Delete an error message in mt7622_wmac_probe() 2020-05-12 19:52:30 +02:00
testmode.c mt76: testmode: switch ib and wb rssi to array type for per-antenna report 2020-12-04 14:31:12 +01:00
trace.c mt76: mt7615: add tracing support 2020-02-14 10:06:03 +01:00
usb_mcu.c mt76: make mcu_ops->mcu_send_msg optional 2020-12-04 13:46:15 +01:00
usb_sdio.c mt76: mt7615: refactor usb/sdio rate code 2020-12-04 14:31:14 +01:00
usb.c mt76: mt76u: rely on woker APIs for rx work 2020-12-04 14:31:12 +01:00