]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/wireless/ipw2x00/ipw2200.h
skbuff.h: fix missing kernel-doc
[linux-2.6-omap-h63xx.git] / drivers / net / wireless / ipw2x00 / ipw2200.h
index 277b274d4be5d10f6552d5273591895cc138a460..05e8ccf01c5ff907bdfa07dbc937090bd32f29db 100644 (file)
 #include <asm/io.h>
 
 #include <net/lib80211.h>
-#include <net/ieee80211.h>
 #include <net/ieee80211_radiotap.h>
 
 #define DRV_NAME       "ipw2200"
 
 #include <linux/workqueue.h>
 
+#include "ieee80211.h"
+
 /* Authentication  and Association States */
 enum connection_manager_assoc_states {
        CMAS_INIT = 0,
@@ -1346,6 +1347,10 @@ struct ipw_priv {
 
        s8 tx_power;
 
+       /* Track time in suspend */
+       unsigned long suspend_at;
+       unsigned long suspend_time;
+
 #ifdef CONFIG_PM
        u32 pm_state[16];
 #endif