From: Johannes Berg Date: Fri, 17 May 2024 09:19:09 +0000 (+0200) Subject: bump version to 6.9 X-Git-Tag: v6.9^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1608dfa17bd4840a40860fefef2862d1a4e162bf;p=thirdparty%2Fiw.git bump version to 6.9 This matches the kernel nl80211 as of 6.9. Signed-off-by: Johannes Berg --- 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