Skip to content

Commit e6cb329

Browse files
LorenzoBianconinbd168
authored andcommitted
mt76: move dfs support in mt76x02-lib module
Move mt76x2 DFS support in mt76x02-lib module in order to be reused by mt76x0 driver and unlock DFS frequencies Signed-off-by: Lorenzo Bianconi <[email protected]> Signed-off-by: Felix Fietkau <[email protected]>
1 parent cc72626 commit e6cb329

File tree

8 files changed

+83
-102
lines changed

8 files changed

+83
-102
lines changed

drivers/net/wireless/mediatek/mt76/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ CFLAGS_mt76x02_trace.o := -I$(src)
1414

1515
mt76x02-lib-y := mt76x02_util.o mt76x02_mac.o mt76x02_mcu.o \
1616
mt76x02_eeprom.o mt76x02_phy.o mt76x02_mmio.o \
17-
mt76x02_txrx.o mt76x02_trace.o mt76x02_debugfs.o
17+
mt76x02_txrx.o mt76x02_trace.o mt76x02_debugfs.o \
18+
mt76x02_dfs.o
1819

1920
mt76x02-usb-y := mt76x02_usb_mcu.o mt76x02_usb_core.o
2021

0 commit comments

Comments
 (0)