diff options
author | Ming Yen Hsieh <mingyen.hsieh@mediatek.com> | 2024-08-19 04:53:34 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2024-09-06 15:23:08 +0300 |
commit | 6bba05d651ef77f2c3f3c67b9ace093fee4e01e1 (patch) | |
tree | 0a5a13ae0bbd8504fa9a6ac5c253a890d7a93845 /drivers | |
parent | 9679ca7326e52282cc923c4d71d81c999cb6cd55 (diff) | |
download | linux-6bba05d651ef77f2c3f3c67b9ace093fee4e01e1.tar.xz |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/mediatek/mt76/mt792x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mediatek/mt76/mt792x.h b/drivers/net/wireless/mediatek/mt76/mt792x.h index 7fa74d59cc48..ab12616ec2b8 100644 --- a/drivers/net/wireless/mediatek/mt76/mt792x.h +++ b/drivers/net/wireless/mediatek/mt76/mt792x.h @@ -68,7 +68,7 @@ struct mt792x_fw_features { enum { MT792x_CLC_POWER, - MT792x_CLC_CHAN, + MT792x_CLC_POWER_EXT, MT792x_CLC_MAX_NUM, }; |