]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
bump version to 6.9 v6.9
authorJohannes Berg <johannes.berg@intel.com>
Fri, 17 May 2024 09:19:09 +0000 (11:19 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 17 May 2024 09:19:09 +0000 (11:19 +0200)
This matches the kernel nl80211 as of 6.9.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
event.c
version.sh

diff --git a/event.c b/event.c
index a91fc7c725de6f0694d06e92de7c45c00719936f..dec50f0013c0f107a15d1253af201a0872a0d570 100644 (file)
--- 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[];
index 3091e1efcbe0c4a12ef0f7fb7b9a4ab0fc904c67..1349339dcd373a4827c7ef94e858ad3ea8d47a84 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERSION="6.7"
+VERSION="6.9"
 OUT="$1"
 
 # get the absolute path for the OUT file