WorkStruct: make allyesconfig
[deliverable/linux.git] / drivers / net / wireless / bcm43xx / bcm43xx.h
index 6d4ea36bc5644753b8933deedb8222ca83afc957..fbc0c087f53c831317e7a50106db12c118655d9d 100644 (file)
@@ -666,7 +666,6 @@ struct bcm43xx_noise_calculation {
 };
 
 struct bcm43xx_stats {
-       u8 link_quality;
        u8 noise;
        struct iw_statistics wstats;
        /* Store the last TX/RX times here for updating the leds. */
@@ -788,7 +787,7 @@ struct bcm43xx_private {
        struct tasklet_struct isr_tasklet;
 
        /* Periodic tasks */
-       struct work_struct periodic_work;
+       struct delayed_work periodic_work;
        unsigned int periodic_state;
 
        struct work_struct restart_work;
This page took 0.027168 seconds and 5 git commands to generate.