Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dmain.c5892 static struct ieee80211_supported_band wl1271_band_5ghz = { variable
6162 wl1271_band_5ghz.channels[i].flags = 0; in wl1271_init_ieee80211()
6163 wl1271_band_5ghz.channels[i].max_power = WLCORE_MAX_TXPWR; in wl1271_init_ieee80211()
6164 wl1271_band_5ghz.channels[i].max_antenna_gain = 0; in wl1271_init_ieee80211()
6176 memcpy(&wl->bands[IEEE80211_BAND_5GHZ], &wl1271_band_5ghz, in wl1271_init_ieee80211()
6177 sizeof(wl1271_band_5ghz)); in wl1271_init_ieee80211()