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