From edba435f76342500b88097929bc23eda20c33e83 Mon Sep 17 00:00:00 2001 From: Ajay Parida Date: Mon, 15 Apr 2024 15:10:22 +0530 Subject: [PATCH] doc: release-notes: Set RTS threshold Added support to set RTS threshold. Signed-off-by: Ajay Parida --- doc/releases/release-notes-3.7.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/releases/release-notes-3.7.rst b/doc/releases/release-notes-3.7.rst index 34eee892a24..8d00c66e301 100644 --- a/doc/releases/release-notes-3.7.rst +++ b/doc/releases/release-notes-3.7.rst @@ -187,6 +187,9 @@ Drivers and Sensors * Wi-Fi + * Added support for configuring RTS threshold. With this, users can set the RTS threshold value or + disable the RTS mechanism. + Networking **********