MCPcopy Create free account
hub / github.com/F-Stack/f-stack / get_rate_value

Function get_rate_value

tools/ifconfig/ifieee80211.c:4400–4406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4398}
4399
4400static uint8_t
4401get_rate_value(uint8_t rate)
4402{
4403 if (rate & IEEE80211_RATE_MCS)
4404 return (rate &~ IEEE80211_RATE_MCS);
4405 return (rate / 2);
4406}
4407
4408static void
4409list_txparams(int s)

Callers 2

list_txparamsFunction · 0.85
ieee80211_statusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected