hostapd: restore wds sta state after the sta reassociates
[openwrt.git] / package / ubsec_ssb / src / ocf-compat.h
index 2974b6c..fb50b41 100644 (file)
@@ -123,7 +123,9 @@ struct ocf_device {
 
 #endif
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,11)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26)
+#include <linux/fdtable.h>
+#elif LINUX_VERSION_CODE < KERNEL_VERSION(2,6,11)
 #define files_fdtable(files)   (files)
 #endif
 
This page took 0.028336 seconds and 4 git commands to generate.