projects
/
wrapfs-5.15.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5396e63
)
wifi: cfg80211: fix rdev_dump_mpp() arguments order
author
Igor Artemiev
<Igor.A.Artemiev@mcst.ru>
Mon, 11 Mar 2024 16:45:19 +0000
(19:45 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 17 May 2024 09:50:52 +0000
(11:50 +0200)
[ Upstream commit
ec50f3114e55406a1aad24b7dfaa1c3f4336d8eb
]
Fix the order of arguments in the TP_ARGS macro
for the rdev_dump_mpp tracepoint event.
Found by Linux Verification Center (linuxtesting.org).
Signed-off-by: Igor Artemiev <Igor.A.Artemiev@mcst.ru>
Link:
https://msgid.link/20240311164519.118398-1-Igor.A.Artemiev@mcst.ru
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/wireless/trace.h
patch
|
blob
|
history
diff --git
a/net/wireless/trace.h
b/net/wireless/trace.h
index 19b78d472283497dc0a4997d0ec43e18addfee00..dafea8bfcf3cb82fcdac32b630e811ea7e864dcb 100644
(file)
--- a/
net/wireless/trace.h
+++ b/
net/wireless/trace.h
@@
-963,7
+963,7
@@
TRACE_EVENT(rdev_get_mpp,
TRACE_EVENT(rdev_dump_mpp,
TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, int _idx,
u8 *dst, u8 *mpp),
- TP_ARGS(wiphy, netdev, _idx,
mpp, dst
),
+ TP_ARGS(wiphy, netdev, _idx,
dst, mpp
),
TP_STRUCT__entry(
WIPHY_ENTRY
NETDEV_ENTRY