Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/vt6655/
Dchannel.c116 struct ieee80211_supported_band *supported_band, in vnt_init_band() argument
121 for (i = 0; i < supported_band->n_channels; i++) { in vnt_init_band()
122 supported_band->channels[i].max_power = 0x3f; in vnt_init_band()
123 supported_band->channels[i].flags = in vnt_init_band()
127 priv->hw->wiphy->bands[band] = supported_band; in vnt_init_band()