diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2009-04-08 16:12:28 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2009-04-08 16:12:28 +0000 |
| commit | 293d484820f9b45f017f5a56dbec8d2774664170 (patch) | |
| tree | a7daf91b423795bb9748e7f82262b2c4075a5745 /sys/dev/ath | |
| parent | e3b0b9807369584e04e4043839cd1bf4269978f2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/if_athvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h index e33bbf675b5b..8f88b59de5b1 100644 --- a/sys/dev/ath/if_athvar.h +++ b/sys/dev/ath/if_athvar.h @@ -338,7 +338,6 @@ struct ath_softc { u_int32_t sc_tdmabintval; /* TDMA beacon interval (TU) */ u_int32_t sc_tdmaguard; /* TDMA guard time (usec) */ u_int sc_tdmaslotlen; /* TDMA slot length (usec) */ - u_int sc_tdmabintcnt; /* TDMA beacon intvl (slots) */ struct ath_rx_status *sc_tdmars; /* TDMA status of last rx */ u_int32_t sc_avgtsfdeltap;/* TDMA slot adjust (+) */ u_int32_t sc_avgtsfdeltam;/* TDMA slot adjust (-) */ |
