Searched refs:band_2ghz (Results 1 – 4 of 4) sorted by relevance
32 wiphy->bands[NL80211_BAND_2GHZ] = &priv->band_2ghz; in t_wiphy_init()33 priv->band_2ghz.channels = priv->channels_2ghz; in t_wiphy_init()34 priv->band_2ghz.n_channels = ARRAY_SIZE(channels_2ghz); in t_wiphy_init()
39 struct ieee80211_supported_band band_2ghz; member
220 t_sdata->wiphy->bands[NL80211_BAND_2GHZ] = &t_sdata->band_2ghz; in t_sdata_init()300 kfree(t_sdata->band_2ghz.channels); in t_sdata_exit()301 kfree(t_sdata->band_2ghz.bitrates); in t_sdata_exit()
43 static struct ieee80211_supported_band band_2ghz = { variable388 wiphy->bands[NL80211_BAND_2GHZ] = &band_2ghz; in virt_wifi_make_wiphy()