]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: mt76: mt7925: drop WCID reinit after publish
authorSean Wang <sean.wang@mediatek.com>
Fri, 6 Mar 2026 23:22:34 +0000 (17:22 -0600)
committerFelix Fietkau <nbd@nbd.name>
Tue, 24 Mar 2026 15:49:32 +0000 (15:49 +0000)
commit0fff5b5e2786a4fed7c67087bbaa44ff4a2e200d
tree11543901f15e03bc5707d3cce0e5e00b4f6550f3
parent75e2d6bfd9ac69c79adfe6fa2854558158b260de
wifi: mt76: mt7925: drop WCID reinit after publish

Remove the redundant mt76_wcid_init() call after publishing the WCID in
mt7925_mac_link_sta_add().

WCID is already initialized before publication, so reinitializing it
afterward is unnecessary and makes the setup ordering less clear.

No functional change intended.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Link: https://patch.msgid.link/20260306232238.2039675-16-sean.wang@kernel.org
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7925/main.c