Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

wifi: mt76: mt7925: remove unused acpi function for clc

The code for handling ACPI configuration in CLC was copied from the mt7921
driver but is not utilized in the mt7925 implementation. So removes the
unused functionality to clean up the codebase.

Cc: stable@vger.kernel.org
Fixes: c948b5da6bbe ("wifi: mt76: mt7925: add Mediatek Wi-Fi7 driver for mt7925 chips")
Signed-off-by: Ming Yen Hsieh <mingyen.hsieh@mediatek.com>
Link: https://patch.msgid.link/20250304113649.867387-4-mingyen.hsieh@mediatek.com
Signed-off-by: Felix Fietkau <nbd@nbd.name>

authored by

Ming Yen Hsieh and committed by
Felix Fietkau
b4ea6fdf 91b37902

-1
-1
drivers/net/wireless/mediatek/mt76/mt7925/mcu.c
··· 3187 3187 3188 3188 .idx = idx, 3189 3189 .env = env_cap, 3190 - .acpi_conf = mt792x_acpi_get_flags(&dev->phy), 3191 3190 }; 3192 3191 int ret, valid_cnt = 0; 3193 3192 u8 *pos, *last_pos;