From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from rtits2.realtek.com.tw (rtits2.realtek.com [211.75.126.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3138C27A476 for ; Sun, 12 Jul 2026 03:07:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=211.75.126.72 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783825625; cv=none; b=vDl5WOpUSekTub4WrKClX1e/brkgEVMZK0BUOTLmhQMKglkEpCAJB6d6BcFpVQ32jcw3Gm16BTWXopT/j78lZGXxxJKQEVUvq1f/Cwk1t3pwwx59oMzrlQT8OjOLpF+7tkLMam88IhT0m3mv92uQwNSFU1XdYyHH5XyRNHF9l9s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783825625; c=relaxed/simple; bh=kdKOE2sQj5vKGDOVuK+T9qnNPg+iGi8o2dPVctWrRDw=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=NLlA1XFn5nA2elgrvHPtG3Az+YEiYZPeW8K9jRMi8cO2Pvs0+tPy3/hDv/fbGxqqN4hZHA+ORkEKElK0tJG5NRM9ou5G/b/gmlZSmqiQNn4OjnCjsfAm1ei65Vx2po8iJ8T0z9zCwSyUGQbaOZDIEPYjNyU3w8Hv2JV/smJt3JU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=realtek.com; spf=pass smtp.mailfrom=realtek.com; dkim=pass (2048-bit key) header.d=realtek.com header.i=@realtek.com header.b=f2WhgwFd; arc=none smtp.client-ip=211.75.126.72 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=realtek.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=realtek.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=realtek.com header.i=@realtek.com header.b="f2WhgwFd" X-SpamFilter-By: ArmorX SpamTrap 5.80 with qID 66C372q94526014, This message is accepted by code: ctloc85258 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=realtek.com; s=dkim; t=1783825622; bh=jROF5bD5TzoJX+J3V/bx8yJ6TmoJTh03srhT9uYLiBM=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Transfer-Encoding:Content-Type; b=f2WhgwFdGrIdhhVAtCqYRLUdkMlCZSr9vbJFrsjGDEUtpW1S4EmIUS4vm/4jYBVyP VHxnj0WbCK/XVKQP1ysZjC3QaXe5f1jwb9cSjpXwhEPoz9bphK7o0v3OLACN0VqW8W cw+dM3qSArF7XZY7EU6Aov0dmpg02BWj4nQOvA7w7Yisg4Ho1R5plYJlpgU6LtFOwP deV0zIL8Cg9r+VkENLCwJHe55Dqw2KcORvxSLOd4c3qF63Cv2bsSbHY5MCI4dq44+q M8DX7HF7iW9el45ijf79WNhIMfmEUseZRLp4l0c2domCOigzPFSkrQJcUIS8NP9HFv J3RlBRFH00aRA== Received: from mail.realtek.com (rtkexhmbs03.realtek.com.tw[10.21.1.53]) by rtits2.realtek.com.tw (8.15.2/3.29/5.94) with ESMTPS id 66C372q94526014 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Sun, 12 Jul 2026 11:07:02 +0800 Received: from RTKEXHMBS06.realtek.com.tw (10.21.1.56) by RTKEXHMBS03.realtek.com.tw (10.21.1.53) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.2562.17; Sun, 12 Jul 2026 11:07:02 +0800 Received: from [127.0.1.1] (172.21.40.75) by RTKEXHMBS06.realtek.com.tw (10.21.1.56) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.2562.17 via Frontend Transport; Sun, 12 Jul 2026 11:07:02 +0800 From: Ping-Ke Shih To: CC: Subject: [PATCH rtw-next 11/11] wifi: rtw89: coex: Update coexistence version to 9.24.0 Date: Sun, 12 Jul 2026 11:05:06 +0800 Message-ID: <20260712030506.43438-12-pkshih@realtek.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20260712030506.43438-1-pkshih@realtek.com> References: <20260712030506.43438-1-pkshih@realtek.com> Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain From: Ching-Te Ku RTL8922D first release, add related feature support. Signed-off-by: Ching-Te Ku Signed-off-by: Ping-Ke Shih --- drivers/net/wireless/realtek/rtw89/coex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/realtek/rtw89/coex.c b/drivers/net/wireless/realtek/rtw89/coex.c index a6b1aa2cb24e..b044b25aeade 100644 --- a/drivers/net/wireless/realtek/rtw89/coex.c +++ b/drivers/net/wireless/realtek/rtw89/coex.c @@ -11,7 +11,7 @@ #include "ps.h" #include "reg.h" -#define RTW89_COEX_VERSION 0x09000113 +#define RTW89_COEX_VERSION 0x09180013 #define FCXDEF_STEP 50 /* MUST <= FCXMAX_STEP and match with wl fw*/ #define BTC_E2G_LIMIT_DEF 80 -- 2.25.1