Lines Matching refs:lbs_rates
55 static struct ieee80211_rate lbs_rates[] = { variable
73 .bitrates = lbs_rates,
74 .n_bitrates = ARRAY_SIZE(lbs_rates),
131 for (i = 0; i < ARRAY_SIZE(lbs_rates); i++) { in lbs_add_rates()
132 u8 rate = lbs_rates[i].bitrate / 5; in lbs_add_rates()
138 return ARRAY_SIZE(lbs_rates); in lbs_add_rates()
241 + (ARRAY_SIZE(lbs_rates)))
274 for (hw = 0; hw < ARRAY_SIZE(lbs_rates); hw++) { in add_ie_rates()
275 hw_rate = lbs_rates[hw].bitrate / 5; in add_ie_rates()
1570 for (i = 0; i < ARRAY_SIZE(lbs_rates); i++) { in lbs_cfg_get_station()
1571 if (priv->cur_rate == lbs_rates[i].hw_value) { in lbs_cfg_get_station()
1572 sinfo->txrate.legacy = lbs_rates[i].bitrate; in lbs_cfg_get_station()
1815 for (hw = 0; hw < ARRAY_SIZE(lbs_rates); hw++) { in lbs_ibss_join_existing()
1816 u8 hw_rate = lbs_rates[hw].bitrate / 5; in lbs_ibss_join_existing()