interwave.c | 62 static int iw_set_speed(struct iw_softc *, u_long, char); 518 iw_set_speed(struct iw_softc *sc, u_long freq, char in) function in typeref:typename:int 659 * iw_set_speed should always be called afterwards. 689 sc->sc_orate = iw_set_speed(sc, p->sample_rate, 0); 696 sc->sc_irate = iw_set_speed(sc, q->sample_rate, 1);
|