diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2012-06-04 22:01:12 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2012-06-04 22:01:12 +0000 |
| commit | 470a7f41910e42da61a9c3e769d1cf37b09324e3 (patch) | |
| tree | 185a93a4fff696120df2501ead5cad42d7e94e4e /sys/dev/ath/if_ath_misc.h | |
| parent | 96700463ec225e5f1d8bf058fd26f4160e4b7ed6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath/if_ath_misc.h')
| -rw-r--r-- | sys/dev/ath/if_ath_misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath_misc.h b/sys/dev/ath/if_ath_misc.h index 0b3f38acb0c8..93ca161a31f4 100644 --- a/sys/dev/ath/if_ath_misc.h +++ b/sys/dev/ath/if_ath_misc.h @@ -83,6 +83,7 @@ extern void ath_setslottime(struct ath_softc *sc); * we can kill this. */ extern void ath_start(struct ifnet *ifp); +extern void ath_tx_tasklet(void *arg, int npending); #endif |
