aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2024-05-17 11:19:09 +0200
committerJohannes Berg <johannes.berg@intel.com>2024-05-17 11:19:09 +0200
commit1608dfa17bd4840a40860fefef2862d1a4e162bf (patch)
tree8cb34121662e12b8178dc1dcf47ca024994dee53
parentc2c89feb6bbee21cd805a062c2005c38009e1c63 (diff)
downloadiw-main.tar.gz
bump version to 6.9HEADv6.9mastermain
This matches the kernel nl80211 as of 6.9. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-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