Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dath.c196 static int ath_rate_setup(struct ath_softc *, u_int mode);
372 ath_rate_setup(sc, IEEE80211_MODE_11A); in ath_attach()
373 ath_rate_setup(sc, IEEE80211_MODE_11B); in ath_attach()
374 ath_rate_setup(sc, IEEE80211_MODE_11G); in ath_attach()
375 ath_rate_setup(sc, IEEE80211_MODE_TURBO_A); in ath_attach()
376 ath_rate_setup(sc, IEEE80211_MODE_TURBO_G); in ath_attach()
5113 ath_rate_setup(struct ath_softc *sc, u_int mode) in ath_rate_setup() function