* Change the current channel. The channel change is guaranteed to have * happened before the next state change. */
| 816 | * happened before the next state change. |
| 817 | */ |
| 818 | void |
| 819 | ieee80211_setcurchan(struct ieee80211com *ic, struct ieee80211_channel *c) |
| 820 | { |
| 821 | ieee80211_setupcurchan(ic, c); |
| 822 | ieee80211_runtask(ic, &ic->ic_chan_task); |
| 823 | } |
| 824 | |
| 825 | void |
| 826 | ieee80211_update_chw(struct ieee80211com *ic) |
no test coverage detected