From 31640eb7741b4977006fe11b51dd2ee3ec4e3adb Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Mon, 4 Apr 2005 02:34:15 +0000 Subject: use frame type returned by ieee80211_input to drive softled code instead of monitoring the input packet count --- sys/dev/ath/if_athvar.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/ath/if_athvar.h') diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h index d1ebb4f62e8d..74f79bc09d47 100644 --- a/sys/dev/ath/if_athvar.h +++ b/sys/dev/ath/if_athvar.h @@ -212,7 +212,6 @@ struct ath_softc { u_int sc_ledpin; /* GPIO pin for driving LED */ u_int sc_ledon; /* pin setting for LED on */ u_int sc_ledidle; /* idle polling interval */ - u_int32_t sc_ipackets; /* last data packet count */ int sc_ledevent; /* time of last LED event */ u_int8_t sc_rxrate; /* current rx rate for LED */ u_int8_t sc_txrate; /* current tx rate for LED */ -- cgit v1.2.3