Lines Matching refs:lbs_rates
60 static struct ieee80211_rate lbs_rates[] = { variable
78 .bitrates = lbs_rates,
79 .n_bitrates = ARRAY_SIZE(lbs_rates),
138 for (i = 0; i < ARRAY_SIZE(lbs_rates); i++) { in lbs_add_rates()
139 u8 rate = lbs_rates[i].bitrate / 5; in lbs_add_rates()
145 return ARRAY_SIZE(lbs_rates); in lbs_add_rates()
248 + (ARRAY_SIZE(lbs_rates)))
285 for (hw = 0; hw < ARRAY_SIZE(lbs_rates); hw++) { in add_ie_rates()
286 hw_rate = lbs_rates[hw].bitrate / 5; in add_ie_rates()
1583 for (i = 0; i < ARRAY_SIZE(lbs_rates); i++) { in lbs_cfg_get_station()
1584 if (priv->cur_rate == lbs_rates[i].hw_value) { in lbs_cfg_get_station()
1585 sinfo->txrate.legacy = lbs_rates[i].bitrate; in lbs_cfg_get_station()
1793 for (hw = 0; hw < ARRAY_SIZE(lbs_rates); hw++) { in lbs_ibss_join_existing()
1794 u8 hw_rate = lbs_rates[hw].bitrate / 5; in lbs_ibss_join_existing()