* [PATCH] net: mac80211: Make CONNECTION_MONITOR optional for MLO sta
@ 2025-08-26 11:49 Lorenzo Bianconi
0 siblings, 0 replies; only message in thread
From: Lorenzo Bianconi @ 2025-08-26 11:49 UTC (permalink / raw)
To: Johannes Berg, Maharaja Kennadyrajan
Cc: Johannes Berg, linux-wireless, Lorenzo Bianconi
Since commit '1bc892d76a6f ("wifi: mac80211: extend connection
monitoring for MLO")' mac80211 supports connection monitor for MLO
client interfaces. Remove the CONNECTION_MONITOR requirement in
ieee80211_register_hw routine.
Fixes: 1bc892d76a6f ("wifi: mac80211: extend connection monitoring for MLO")
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
---
net/mac80211/main.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/net/mac80211/main.c b/net/mac80211/main.c
index 9c8f18b258a68c2c92981aaab68032931c6144b9..beee51354931165cac9e0d864c5ca2babaaf92b9 100644
--- a/net/mac80211/main.c
+++ b/net/mac80211/main.c
@@ -1164,9 +1164,6 @@ int ieee80211_register_hw(struct ieee80211_hw *hw)
if (WARN_ON(!ieee80211_hw_check(hw, MFP_CAPABLE)))
return -EINVAL;
- if (WARN_ON(!ieee80211_hw_check(hw, CONNECTION_MONITOR)))
- return -EINVAL;
-
if (WARN_ON(ieee80211_hw_check(hw, NEED_DTIM_BEFORE_ASSOC)))
return -EINVAL;
---
base-commit: ee6960bdbb74499516261b84eadb19acc01cb361
change-id: 20250826-remove-conn-mon-check-ieee80211_register_hw-f7ed7483b96c
Best regards,
--
Lorenzo Bianconi <lorenzo@kernel.org>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-08-26 11:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-26 11:49 [PATCH] net: mac80211: Make CONNECTION_MONITOR optional for MLO sta Lorenzo Bianconi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).