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>
Sat, 5 Mar 2011 21:18:01 +0000 (23:18 +0200)
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);