Skip to content

Commit 306f49b

Browse files
committed
mac80211: ath11k: Enable NSS Redirect by default
1 parent eef826b commit 306f49b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
From dadc40b2866d6b7c669103da37cf02cede45a036 Mon Sep 17 00:00:00 2001
2+
From: hzy <hzyitc@outlook.com>
3+
Date: Fri, 10 Feb 2023 09:18:48 +0000
4+
Subject: [PATCH] ath11k: Enable NSS Redirect by default
5+
6+
Signed-off-by: hzy <hzyitc@outlook.com>
7+
---
8+
net/mac80211/iface.c | 2 +-
9+
1 file changed, 1 insertion(+), 1 deletion(-)
10+
11+
diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c
12+
index c756710..445a1c4 100644
13+
--- a/net/mac80211/iface.c
14+
+++ b/net/mac80211/iface.c
15+
@@ -26,7 +26,7 @@
16+
#include "wme.h"
17+
#include "rate.h"
18+
19+
-bool nss_redirect = false;
20+
+bool nss_redirect = true;
21+
module_param(nss_redirect, bool, 0644);
22+
MODULE_PARM_DESC(nss_redirect, "module param to enable NSS Redirect; 1-enable, 0-disable");
23+
24+
--
25+
2.25.1
26+

0 commit comments

Comments
 (0)