iwlwifi: fix compiler warning
[safe/jmp/linux-2.6] / drivers / net / wireless / wl3501.h
index 7fcbe58..8bce1a5 100644 (file)
@@ -2,7 +2,7 @@
 #define __WL3501_H__
 
 #include <linux/spinlock.h>
-#include <net/ieee80211.h>
+#include <linux/ieee80211.h>
 
 /* define for WLA 2.0 */
 #define WL3501_BLKSZ 256
@@ -606,10 +606,11 @@ struct wl3501_card {
        u8                              reg_domain;
        u8                              version[2];
        struct wl3501_scan_confirm      bss_set[20];
-       struct net_device_stats         stats;
+
        struct iw_statistics            wstats;
        struct iw_spy_data              spy_data;
        struct iw_public_data           wireless_data;
        struct dev_node_t               node;
+       struct pcmcia_device            *p_dev;
 };
 #endif