uath_set_chan
int uath_set_chan(struct uath_softc *, struct ieee80211_channel *);
struct uath_set_chan chan;
if ((error = uath_set_chan(sc, c)) != 0) {
if ((error = uath_set_chan(sc, ic->ic_bss->ni_chan)) != 0) {