Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac.h258 static const u8 width_to_bw[] = { in mt76_connac_chan_bw() local
270 if (chandef->width >= ARRAY_SIZE(width_to_bw)) in mt76_connac_chan_bw()
273 return width_to_bw[chandef->width]; in mt76_connac_chan_bw()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.c2091 static const u8 width_to_bw[] = { in mt7615_mcu_chan_bw() local
2102 if (chandef->width >= ARRAY_SIZE(width_to_bw)) in mt7615_mcu_chan_bw()
2105 return width_to_bw[chandef->width]; in mt7615_mcu_chan_bw()