Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/lorcon/files/
Date: Sun, 19 Mar 2023 19:35:49
Message-Id: 1679254536.b4d470cb1e4b9ae015ed02ae5b0e5dd9ed6f8baa.soap@gentoo
1 commit: b4d470cb1e4b9ae015ed02ae5b0e5dd9ed6f8baa
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 19:35:36 2023 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 19:35:36 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d470cb
7
8 net-wireless/lorcon: add missing patch
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 .../lorcon-2020.06.06_p20220216-C99-decls.patch | 20 ++++++++++++++++++++
13 1 file changed, 20 insertions(+)
14
15 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
16 new file mode 100644
17 index 000000000000..9643c0f973cf
18 --- /dev/null
19 +++ b/net-wireless/lorcon/files/lorcon-2020.06.06_p20220216-C99-decls.patch
20 @@ -0,0 +1,20 @@
21 +--- a/drv_mac80211.c
22 ++++ b/drv_mac80211.c
23 +@@ -52,6 +52,7 @@
24 + #include "lorcon_int.h"
25 + #include "lorcon_packasm.h"
26 + #include "lorcon_endian.h"
27 ++#include "iwcontrol.h"
28 +
29 + #ifndef IEEE80211_RADIOTAP_FLAGS
30 + #define IEEE80211_RADIOTAP_FLAGS (1 << 1)
31 +--- a/drv_madwifing.c
32 ++++ b/drv_madwifing.c
33 +@@ -48,6 +48,7 @@
34 + #include "ifcontrol_linux.h"
35 + #include "madwifing_control.h"
36 + #include "lorcon_int.h"
37 ++#include "lorcon_packasm.h"
38 +
39 + /* Monitor, inject, and injmon are all the same method, make a new
40 + * mwng VAP */