Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac.h320 static const u8 width_to_bw[] = { in mt76_connac_chan_bw() local
332 if (chandef->width >= ARRAY_SIZE(width_to_bw)) in mt76_connac_chan_bw()
335 return width_to_bw[chandef->width]; in mt76_connac_chan_bw()