FIF_PROBE_REQ hack to build on old c-w
authorGrazvydas Ignotas <notasas@gmail.com>
Fri, 29 Oct 2010 09:29:41 +0000 (12:29 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 17 Jan 2011 17:19:43 +0000 (19:19 +0200)
drivers/net/wireless/wl12xx/wl1251_main.c

index b59b013..bb8133a 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);