Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ti/wlcore/
Dmain.c5854 static struct ieee80211_supported_band wl1271_band_2ghz = { variable
6221 wl1271_band_2ghz.channels[i].flags = 0; in wl1271_init_ieee80211()
6222 wl1271_band_2ghz.channels[i].max_power = WLCORE_MAX_TXPWR; in wl1271_init_ieee80211()
6223 wl1271_band_2ghz.channels[i].max_antenna_gain = 0; in wl1271_init_ieee80211()
6236 memcpy(&wl->bands[NL80211_BAND_2GHZ], &wl1271_band_2ghz, in wl1271_init_ieee80211()
6237 sizeof(wl1271_band_2ghz)); in wl1271_init_ieee80211()