vserver 1.9.5.x5
[linux-2.6.git] / drivers / net / wireless / prism54 / islpci_dev.h
index 628fb91..d71b8bb 100644 (file)
@@ -100,13 +100,16 @@ typedef struct {
 
        struct iw_spy_data spy_data; /* iwspy support */
 
+#if WIRELESS_EXT > 16
+       struct iw_public_data wireless_data;
+#endif /* WIRELESS_EXT > 16 */
+
        int monitor_type; /* ARPHRD_IEEE80211 or ARPHRD_IEEE80211_PRISM */
 
        struct islpci_acl acl;
 
        /* PCI bus allocation & configuration members */
        struct pci_dev *pdev;   /* PCI structure information */
-       u32 pci_state[16];      /* used for suspend/resume */
        char firmware[33];
 
        void __iomem *device_base;      /* ioremapped device base address */