FIF_PROBE_REQ hack to build on old c-w
[pandora-wifi.git] / drivers / net / wireless / wl12xx / wl1251_main.c
index fcc6829..1c9bd09 100644 (file)
 #include "wl1251_debugfs.h"
 #include "wl1251_boot.h"
 
+/* HACK */
+#ifndef FIF_PROBE_REQ
+#define FIF_PROBE_REQ 0
+#endif
+
 void wl1251_enable_interrupts(struct wl1251 *wl)
 {
        wl->if_ops->enable_irq(wl);