Home
last modified time | relevance | path

Searched refs:band_np (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dinit.c70 struct device_node *np, *band_np; in mt7921_regd_channel_update() local
77 band_np = np ? of_get_child_by_name(np, "txpower-5g") : NULL; in mt7921_regd_channel_update()
82 if (np && (!band_np || !mt76_find_channel_node(band_np, ch))) { in mt7921_regd_channel_update()
96 band_np = np ? of_get_child_by_name(np, "txpower-6g") : NULL; in mt7921_regd_channel_update()
101 if (np && (!band_np || !mt76_find_channel_node(band_np, ch))) { in mt7921_regd_channel_update()