Update ioctl_linux.c

add #endif
This commit is contained in:
Arch User
2026-03-12 07:29:53 +03:00
committed by GitHub
parent 8b10474364
commit 27e51d1b9e

View File

@@ -28,6 +28,7 @@
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(7, 0, 0))
extern int mac_pton(const char *s, u8 *addr);
#endif
#endif
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 27))
#define iwe_stream_add_event(a, b, c, d, e) iwe_stream_add_event(b, c, d, e)