Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dath.c195 static int ath_rate_setup(struct ath_softc *, u_int mode);
352 ath_rate_setup(sc, IEEE80211_MODE_11A); in ath_attach()
353 ath_rate_setup(sc, IEEE80211_MODE_11B); in ath_attach()
354 ath_rate_setup(sc, IEEE80211_MODE_11G); in ath_attach()
355 ath_rate_setup(sc, IEEE80211_MODE_TURBO_A); in ath_attach()
356 ath_rate_setup(sc, IEEE80211_MODE_TURBO_G); in ath_attach()
5047 ath_rate_setup(struct ath_softc *sc, u_int mode) in ath_rate_setup() function