Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Dmain.c89 static const struct ieee80211_supported_band wfx_band_2ghz = { variable
296 hw->wiphy->bands[NL80211_BAND_2GHZ] = devm_kmalloc(dev, sizeof(wfx_band_2ghz), GFP_KERNEL); in wfx_init_common()
298 memcpy(hw->wiphy->bands[NL80211_BAND_2GHZ], &wfx_band_2ghz, in wfx_init_common()
299 sizeof(wfx_band_2ghz)); in wfx_init_common()