Home
last modified time | relevance | path

Searched refs:ath_rate_setup (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/dev/ic/
Dath.c129 int ath_rate_setup(struct ath_softc *sc, u_int mode);
298 ath_rate_setup(sc, IEEE80211_MODE_11A); in ath_attach()
299 ath_rate_setup(sc, IEEE80211_MODE_11B); in ath_attach()
300 ath_rate_setup(sc, IEEE80211_MODE_11G); in ath_attach()
2963 ath_rate_setup(struct ath_softc *sc, u_int mode) in ath_rate_setup() function