| 823 | } |
| 824 | |
| 825 | void |
| 826 | ieee80211_update_chw(struct ieee80211com *ic) |
| 827 | { |
| 828 | |
| 829 | ieee80211_setupcurchan(ic, ic->ic_curchan); |
| 830 | ieee80211_runtask(ic, &ic->ic_chw_task); |
| 831 | } |
| 832 | |
| 833 | /* |
| 834 | * Join the specified IBSS/BSS network. The node is assumed to |
no test coverage detected