ath_startrecv
if ((error = ath_startrecv(sc)) != 0) {
if (ath_startrecv(sc) != 0) /* restart recv */
static int ath_startrecv(struct ath_softc *);
if (ath_startrecv(sc) != 0) {