Searched defs:tmp_rate (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8192e/
H A Drtllib_softmac_wx.c245 u32 tmp_rate = 0; local
246 tmp_rate = TxCountToDataRate(ieee,
248 wrqu->bitrate.value = tmp_rate * 500000;
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac_wx.c232 u32 tmp_rate; local
233 tmp_rate = TxCountToDataRate(ieee, ieee->softmac_stats.CurrentShowTxate);
235 wrqu->bitrate.value = tmp_rate * 500000;

Completed in 63 milliseconds