]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mt76: mt7925: fix country count limitation for CLC
authorMing Yen Hsieh <mingyen.hsieh@mediatek.com>
Thu, 16 Jan 2025 06:21:31 +0000 (14:21 +0800)
committerFelix Fietkau <nbd@nbd.name>
Wed, 19 Mar 2025 13:47:03 +0000 (14:47 +0100)
commit6458d760a0c0afd2fda11e83ed3e1125a252432f
tree5be9fd71883cd7cca537c4aa32f586a14d5655b7
parent8ae45b1f699bbc27ea8647093f794f671e77410b
wifi: mt76: mt7925: fix country count limitation for CLC

Due to the increase in the number of power tables for 6Ghz on CLC,
the variable nr_country is no longer sufficient to represent the
total quantity. Therefore, we have switched to calculating the
length of clc buf to obtain the correct power table.

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/20250116062131.3860198-1-mingyen.hsieh@mediatek.com
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7925/mcu.c