hostapd: fix compilation error in wext backend
authorJo-Philipp Wich <jo@mein.io>
Wed, 15 Jun 2016 17:10:11 +0000 (19:10 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 15 Jun 2016 17:10:32 +0000 (19:10 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/network/services/hostapd/patches/432-missing-typedef.patch [new file with mode: 0644]

diff --git a/package/network/services/hostapd/patches/432-missing-typedef.patch b/package/network/services/hostapd/patches/432-missing-typedef.patch
new file mode 100644 (file)
index 0000000..7a100f1
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/src/drivers/linux_wext.h
++++ b/src/drivers/linux_wext.h
+@@ -26,6 +26,7 @@ typedef int32_t __s32;
+ typedef uint16_t __u16;
+ typedef int16_t __s16;
+ typedef uint8_t __u8;
++typedef int8_t __s8;
+ #ifndef __user
+ #define __user
+ #endif /* __user */