summaryrefslogtreecommitdiff
path: root/net/mac80211/mesh.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-07-25 10:50:58 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-07-25 10:50:58 +0300
commit1d026142147a73a61f6233cbf3f3d5779eefefec (patch)
tree4a26e22f884f2a645f1d51b3e36c36ccb45e49b6 /net/mac80211/mesh.c
parentbf308571ae9d1723ee14ed5eccfe8a792197a949 (diff)
parent31cf7ebee80af912aff36445ba7bd057e2146231 (diff)
downloadlinux-rolling-lts.tar.xz
Merge v6.6.42linux-rolling-lts
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/mac80211/mesh.c')
-rw-r--r--net/mac80211/mesh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/mesh.c b/net/mac80211/mesh.c
index 7b3ecc288f09..25223184d6e5 100644
--- a/net/mac80211/mesh.c
+++ b/net/mac80211/mesh.c
@@ -1792,6 +1792,7 @@ void ieee80211_mesh_init_sdata(struct ieee80211_sub_if_data *sdata)
ifmsh->last_preq = jiffies;
ifmsh->next_perr = jiffies;
ifmsh->csa_role = IEEE80211_MESH_CSA_ROLE_NONE;
+ ifmsh->nonpeer_pm = NL80211_MESH_POWER_ACTIVE;
/* Allocate all mesh structures when creating the first mesh interface. */
if (!mesh_allocated)
ieee80211s_init();