wl1251: prevent scan when connected
[pandora-wifi.git] / drivers / net / wireless / wl12xx / wl1251.h
index 4f5f02a..d8087ac 100644 (file)
@@ -381,6 +381,8 @@ struct wl1251 {
 
        u32 chip_id;
        char fw_ver[21];
+
+       bool associated;
 };
 
 int wl1251_plt_start(struct wl1251 *wl);