wifi: mt76: mt7925: replace chan config with extend txpower config for clc

Since MT792x_CLC_CHAN is currently not in use, we have added an
extension for setting txpower to replace it.

Signed-off-by: Ming Yen Hsieh <mingyen.hsieh@mediatek.com>
Link: https://patch.msgid.link/20240819015334.14580-2-mingyen.hsieh@mediatek.com
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Ming Yen Hsieh 2024-08-19 09:53:34 +08:00 committed by Felix Fietkau
parent 9679ca7326
commit 6bba05d651

View File

@ -68,7 +68,7 @@ struct mt792x_fw_features {
enum {
MT792x_CLC_POWER,
MT792x_CLC_CHAN,
MT792x_CLC_POWER_EXT,
MT792x_CLC_MAX_NUM,
};