Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c148 struct ieee80211_supported_band *spt_band = NULL; in rtw_spt_band_alloc() local
160 spt_band = kzalloc(sizeof(struct ieee80211_supported_band) + in rtw_spt_band_alloc()
164 if (!spt_band) in rtw_spt_band_alloc()
167 spt_band->channels = in rtw_spt_band_alloc()
168 (struct ieee80211_channel *)(((u8 *) spt_band) + in rtw_spt_band_alloc()
171 spt_band->bitrates = in rtw_spt_band_alloc()
172 (struct ieee80211_rate *)(((u8 *) spt_band->channels) + in rtw_spt_band_alloc()
175 spt_band->band = band; in rtw_spt_band_alloc()
176 spt_band->n_channels = n_channels; in rtw_spt_band_alloc()
177 spt_band->n_bitrates = n_bitrates; in rtw_spt_band_alloc()
[all …]