Introduce mt7615_mcu_rdd_send_pattern routine to trigger a radar pattern detection. Moreover move debugfs related routines in a dedicated source file. Suggested-by: Ryder Lee <ryder.lee@mediatek.com> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 lines
145 B
Makefile
7 lines
145 B
Makefile
#SPDX-License-Identifier: ISC
|
|
|
|
obj-$(CONFIG_MT7615E) += mt7615e.o
|
|
|
|
mt7615e-y := pci.o init.o dma.o eeprom.o main.o mcu.o mac.o \
|
|
debugfs.o
|