| 4166 | } |
| 4167 | |
| 4168 | static void |
| 4169 | print_txpow(const struct ieee80211_channel *c) |
| 4170 | { |
| 4171 | printf("Channel %3u : %u MHz %3.1f reg %2d ", |
| 4172 | c->ic_ieee, c->ic_freq, |
| 4173 | c->ic_maxpower/2., c->ic_maxregpower); |
| 4174 | } |
| 4175 | |
| 4176 | static void |
| 4177 | print_txpow_verbose(const struct ieee80211_channel *c) |