]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: mt76: mt7996: reduce phy work in set_coverage
authorDylan Eskew <dylan.eskew@candelatech.com>
Wed, 15 Apr 2026 15:53:55 +0000 (08:53 -0700)
committerFelix Fietkau <nbd@nbd.name>
Tue, 9 Jun 2026 10:15:22 +0000 (10:15 +0000)
commit0cb78a6dbe7deef60ae6427554ebca6e4b536855
treed337fa4306d0d6f43914a3173bad5687321ad5c0
parent945c8028299a4712f12759f1ea14e63bba841e9f
wifi: mt76: mt7996: reduce phy work in set_coverage

In mt7996_set_coverage_class(), each phy is iterated over in calling
mt7996_mac_set_coverage_class(). Thus, the phy2 and phy3 configuration
logic in mt7996_mac_set_coverage_class() can be dropped.

Signed-off-by: Dylan Eskew <dylan.eskew@candelatech.com>
Link: https://patch.msgid.link/20260415155354.1135548-2-dylan.eskew@candelatech.com
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7996/mac.c