ath5k: Use SWI to trigger calibration
[pandora-kernel.git] / drivers / net / wireless / ath / ath5k / base.h
index 778e422..667bd9d 100644 (file)
@@ -177,6 +177,8 @@ struct ath5k_softc {
 
        struct ath5k_rfkill     rf_kill;
 
+       struct tasklet_struct   calib;          /* calibration tasklet */
+
        spinlock_t              block;          /* protects beacon */
        struct tasklet_struct   beacontq;       /* beacon intr tasklet */
        struct ath5k_buf        *bbuf;          /* beacon buffer */
@@ -187,7 +189,6 @@ struct ath5k_softc {
        unsigned int            nexttbtt;       /* next beacon time in TU */
        struct ath5k_txq        *cabq;          /* content after beacon */
 
-       struct timer_list       calib_tim;      /* calibration timer */
        int                     power_level;    /* Requested tx power in dbm */
        bool                    assoc;          /* assocate state */
        bool                    enable_beacon;  /* true if beacons are on */