Home
last modified time | relevance | path

Searched refs:rate_supported (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dmac80211.h7036 static inline int rate_supported(struct ieee80211_sta *sta, in rate_supported() function
7050 if (rate_supported(sta, sband->band, i)) in rate_lowest_index()
7067 if (rate_supported(sta, sband->band, i)) in rate_usable_index_exists()
/linux/net/mac80211/
H A Drate.c393 if (!rate_supported(sta, sband->band, i)) in __rate_control_send_low()