commit 6199bbcc1a0cb74b0e4194b349c690d34d1f284c Author: Jiri Slaby Date: Sun Jul 15 09:45:29 2007 +0200 comment bmisstq diff --git a/ath/if_athvar.h b/ath/if_athvar.h index a587302..a753e1f 100644 --- a/ath/if_athvar.h +++ b/ath/if_athvar.h @@ -233,9 +233,9 @@ struct ath_softc { u32 sc_ant_tx[8]; /* recent tx frames/antenna */ struct ieee80211_beacon_offsets boff; /* dynamic update state */ struct ath_txq *cabq; /* tx q for cab frames */ -#endif + struct tasklet_struct bmisstq; /* bmiss intr tasklet */ -#ifdef BLE + struct tasklet_struct sc_bstuckq; /* stuck beacon processing */ enum { OK, /* no change needed */