summaryrefslogtreecommitdiff
path: root/net/wmwlmon/files/extra-patch-wl.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/wmwlmon/files/extra-patch-wl.c')
-rw-r--r--net/wmwlmon/files/extra-patch-wl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wmwlmon/files/extra-patch-wl.c b/net/wmwlmon/files/extra-patch-wl.c
index cae454c749b0..aaa9b6108e8f 100644
--- a/net/wmwlmon/files/extra-patch-wl.c
+++ b/net/wmwlmon/files/extra-patch-wl.c
@@ -4,7 +4,7 @@
int
get_wi_signal(const char *interface)
{
-+#if __FreeBSD__ > 600100 && __FreeBSD__ < 700047 /* wi support is broken on 7 because of struct wi_req removal*/
++#if __FreeBSD__ > 600100 && __FreeBSD__ < 700052 /* wi support is broken on 7 because of struct wi_req removal*/
int s;
struct ifreq ifr;
struct wi_req wreq;