All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cfg80211: fix a comment in cfg80211_mlme_mgmt_tx()
@ 2022-07-08 16:55 Veerendranath Jakkam
  0 siblings, 0 replies; only message in thread
From: Veerendranath Jakkam @ 2022-07-08 16:55 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless

A comment in cfg80211_mlme_mgmt_tx() is describing this API used only
for transmitting action frames. Fix the comment since
cfg80211_mlme_mgmt_tx() can be used to transmit any management frame.

Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
---
 net/wireless/mlme.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/wireless/mlme.c b/net/wireless/mlme.c
index 2bb4da97b66a..14584488de67 100644
--- a/net/wireless/mlme.c
+++ b/net/wireless/mlme.c
@@ -755,7 +755,7 @@ int cfg80211_mlme_mgmt_tx(struct cfg80211_registered_device *rdev,
 			return -EINVAL;
 	}
 
-	/* Transmit the Action frame as requested by user space */
+	/* Transmit the management frame as requested by user space */
 	return rdev_mgmt_tx(rdev, wdev, params, cookie);
 }
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-08 16:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08 16:55 [PATCH] cfg80211: fix a comment in cfg80211_mlme_mgmt_tx() Veerendranath Jakkam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.