Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_phy.c1059 u_int mode = ath_hal_get_curmode(ah, chan); in ar9300_disp_tpc_tables()
1130 u_int mode = ath_hal_get_curmode(ah, chan); in ar9300_get_tpc_tables()
Dar9300_xmit_ds.c743 mode = ath_hal_get_curmode(ah, ap->ah_curchan); in ar9300_set_11n_rate_scenario()
Dar9300_eeprom.c3199 u_int mode = ath_hal_get_curmode(ah, chan); in ar9300_eeprom_set_transmit_power()
/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah.h1644 extern int ath_hal_get_curmode(struct ath_hal *ah,
Dah.c517 ath_hal_get_curmode(struct ath_hal *ah, const struct ieee80211_channel *chan) in ath_hal_get_curmode() function