Home
last modified time | relevance | path

Searched refs:wl1271_rate_to_idx (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/net/wireless/wl12xx/
Drx.h130 u8 wl1271_rate_to_idx(int rate, enum ieee80211_band band);
Dtx.h215 u8 wl1271_rate_to_idx(int rate, enum ieee80211_band band);
Drx.c69 status->rate_idx = wl1271_rate_to_idx(desc->rate, status->band); in wl1271_rx_status()
Dtx.c837 rate = wl1271_rate_to_idx(result->rate_class_index, in wl1271_tx_complete_packet()
Dmain.c4865 u8 wl1271_rate_to_idx(int rate, enum ieee80211_band band) in wl1271_rate_to_idx() function