Lines Matching refs:bitrates
49 static const struct ieee80211_rate bitrates[] = { variable
229 sband->bitrates = in t_sdata_init()
230 kmemdup(bitrates, sizeof(bitrates), GFP_KERNEL); in t_sdata_init()
231 sband->n_bitrates = ARRAY_SIZE(bitrates); in t_sdata_init()
240 sband->bitrates = kmemdup(bitrates, in t_sdata_init()
241 sizeof(bitrates), in t_sdata_init()
243 sband->n_bitrates = ARRAY_SIZE(bitrates); in t_sdata_init()
250 sband->bitrates = kmemdup(bitrates, in t_sdata_init()
251 sizeof(bitrates), in t_sdata_init()
253 sband->n_bitrates = ARRAY_SIZE(bitrates); in t_sdata_init()
301 kfree(t_sdata->band_2ghz.bitrates); in t_sdata_exit()
303 kfree(t_sdata->band_5ghz.bitrates); in t_sdata_exit()