Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dah_osdep_ar5212.c71 ath_hal_remove_rf(&RF2413_rf); in ath_hal_ar5212_modevent()
72 ath_hal_remove_rf(&RF2425_rf); in ath_hal_ar5212_modevent()
73 ath_hal_remove_rf(&RF5111_rf); in ath_hal_ar5212_modevent()
74 ath_hal_remove_rf(&RF5112_rf); in ath_hal_ar5212_modevent()
75 ath_hal_remove_rf(&RF5413_rf); in ath_hal_ar5212_modevent()
H A Dah_osdep_ar5416.c76 ath_hal_remove_rf(&RF2133_rf); in ath_hal_ar5416_modevent()
77 ath_hal_remove_rf(&RF9280_rf); in ath_hal_ar5416_modevent()
78 ath_hal_remove_rf(&RF9285_rf); in ath_hal_ar5416_modevent()
79 ath_hal_remove_rf(&RF9287_rf); in ath_hal_ar5416_modevent()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h1052 extern int ath_hal_remove_rf(struct ath_hal_rf *arf);
H A Dah.c226 ath_hal_remove_rf(struct ath_hal_rf *arf) in ath_hal_remove_rf() function