/src/sys/dev/ic/ |
athrate.h | 107 void ath_rate_newassoc(struct ath_softc *, struct ath_node *, 111 * Important mostly as the analog to ath_rate_newassoc when operating
|
athrate-sample.c | 636 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) function in typeref:typename:void 749 ath_rate_newassoc(sc, ATH_NODE(ni), 1); 767 ath_rate_newassoc(sc, ATH_NODE(ic->ic_bss), 1);
|
athrate-amrr.c | 171 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) function in typeref:typename:void
|
athrate-onoe.c | 181 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) function in typeref:typename:void
|
ath.c | 4936 ath_rate_newassoc(sc, ATH_NODE(ni), isnew);
|