Searched refs:rate_supported (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/net/ |
D | mac80211.h | 5184 static inline int rate_supported(struct ieee80211_sta *sta, in rate_supported() function 5221 if (rate_supported(sta, sband->band, i)) in rate_lowest_index() 5238 if (rate_supported(sta, sband->band, i)) in rate_usable_index_exists()
|
/linux-4.4.14/net/mac80211/ |
D | rc80211_minstrel.c | 509 if (!rate_supported(sta, sband->band, i)) in minstrel_rate_init()
|
D | rate.c | 302 if (!rate_supported(sta, sband->band, i)) in __rate_control_send_low()
|
D | rc80211_minstrel_ht.c | 1085 if (!rate_supported(sta, sband->band, mp->cck_rates[i])) in minstrel_ht_update_cck()
|