aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--event.c2
-rwxr-xr-xversion.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/event.c b/event.c
index a91fc7c..dec50f0 100644
--- a/event.c
+++ b/event.c
@@ -296,7 +296,7 @@ static void parse_wowlan_wake_event(struct nlattr **attrs)
if (tb[NL80211_WOWLAN_TRIG_WAKEUP_TCP_NOMORETOKENS])
printf("\t* TCP connection ran out of tokens\n");
if (tb[NL80211_WOWLAN_TRIG_UNPROTECTED_DEAUTH_DISASSOC])
- printf("\t* unprotected deauth\n");
+ printf("\t* unprotected deauth/disassoc\n");
}
extern struct vendor_event *__start_vendor_event[];
diff --git a/version.sh b/version.sh
index 3091e1e..1349339 100755
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-VERSION="6.7"
+VERSION="6.9"
OUT="$1"
# get the absolute path for the OUT file