Home
last modified time | relevance | path

Searched defs:force_rate (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c80 enum ieee80211_protmode mode, uint8_t ridx, bool force_rate) in r92c_tx_protection()
276 uint8_t ridx, bool force_rate) in r92c_fill_tx_desc_datarate()
293 uint8_t ridx, bool force_rate) in r92c_fill_tx_desc_shpreamble()
305 uint8_t ridx, bool force_rate) in r92c_tx_get_protmode()
347 struct mbuf *m, void *buf, uint8_t ridx, bool force_rate, int maxretry) in r92c_fill_tx_desc()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_tx.c120 bool force_rate = false; in rtwn_tx_data() local