diff options
author | David Seifert <soap@gentoo.org> | 2023-03-19 20:35:36 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-03-19 20:35:36 +0100 |
commit | b4d470cb1e4b9ae015ed02ae5b0e5dd9ed6f8baa (patch) | |
tree | a27ee8ff4320e0dcb4607afb8dcc4fc9bed53d08 /net-wireless/lorcon | |
parent | dev-python/cov-core: treeclean (diff) | |
download | gentoo-b4d470cb1e4b9ae015ed02ae5b0e5dd9ed6f8baa.tar.gz gentoo-b4d470cb1e4b9ae015ed02ae5b0e5dd9ed6f8baa.tar.bz2 gentoo-b4d470cb1e4b9ae015ed02ae5b0e5dd9ed6f8baa.zip |
net-wireless/lorcon: add missing patch
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-wireless/lorcon')
-rw-r--r-- | net-wireless/lorcon/files/lorcon-2020.06.06_p20220216-C99-decls.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-wireless/lorcon/files/lorcon-2020.06.06_p20220216-C99-decls.patch b/net-wireless/lorcon/files/lorcon-2020.06.06_p20220216-C99-decls.patch new file mode 100644 index 000000000000..9643c0f973cf --- /dev/null +++ b/net-wireless/lorcon/files/lorcon-2020.06.06_p20220216-C99-decls.patch @@ -0,0 +1,20 @@ +--- a/drv_mac80211.c ++++ b/drv_mac80211.c +@@ -52,6 +52,7 @@ + #include "lorcon_int.h" + #include "lorcon_packasm.h" + #include "lorcon_endian.h" ++#include "iwcontrol.h" + + #ifndef IEEE80211_RADIOTAP_FLAGS + #define IEEE80211_RADIOTAP_FLAGS (1 << 1) +--- a/drv_madwifing.c ++++ b/drv_madwifing.c +@@ -48,6 +48,7 @@ + #include "ifcontrol_linux.h" + #include "madwifing_control.h" + #include "lorcon_int.h" ++#include "lorcon_packasm.h" + + /* Monitor, inject, and injmon are all the same method, make a new + * mwng VAP */ |