Home
last modified time | relevance | path

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

/linux/drivers/staging/wfx/
A Dmain.c89 static const struct ieee80211_supported_band wfx_band_2ghz = { variable
309 hw->wiphy->bands[NL80211_BAND_2GHZ] = devm_kmalloc(dev, sizeof(wfx_band_2ghz), GFP_KERNEL); in wfx_init_common()
311 memcpy(hw->wiphy->bands[NL80211_BAND_2GHZ], &wfx_band_2ghz, in wfx_init_common()
312 sizeof(wfx_band_2ghz)); in wfx_init_common()

Completed in 3 milliseconds