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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c215 static int ath_rate_setup(struct ath_softc *, u_int mode);
714 ath_rate_setup(sc, IEEE80211_MODE_11A);
715 ath_rate_setup(sc, IEEE80211_MODE_11B);
716 ath_rate_setup(sc, IEEE80211_MODE_11G);
717 ath_rate_setup(sc, IEEE80211_MODE_TURBO_A);
718 ath_rate_setup(sc, IEEE80211_MODE_TURBO_G);
719 ath_rate_setup(sc, IEEE80211_MODE_STURBO_A);
720 ath_rate_setup(sc, IEEE80211_MODE_11NA);
721 ath_rate_setup(sc, IEEE80211_MODE_11NG);
722 ath_rate_setup(s
6381 ath_rate_setup(struct ath_softc *sc, u_int mode) function
[all...]

Completed in 151 milliseconds