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

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

Completed in 204 milliseconds