Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vt6655/
H A Dchannel.c53 struct ieee80211_supported_band *supported_band, in vnt_init_band() argument
58 for (i = 0; i < supported_band->n_channels; i++) { in vnt_init_band()
59 supported_band->channels[i].max_power = 0x3f; in vnt_init_band()
60 supported_band->channels[i].flags = in vnt_init_band()
64 priv->hw->wiphy->bands[band] = supported_band; in vnt_init_band()