We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdfce7 commit 7057f24Copy full SHA for 7057f24
net/wireless/trace.h
@@ -3246,18 +3246,9 @@ TRACE_EVENT(rdev_set_multicast_to_unicast,
3246
BOOL_TO_STR(__entry->enabled))
3247
);
3248
3249
-TRACE_EVENT(rdev_get_txq_stats,
+DEFINE_EVENT(wiphy_wdev_evt, rdev_get_txq_stats,
3250
TP_PROTO(struct wiphy *wiphy, struct wireless_dev *wdev),
3251
- TP_ARGS(wiphy, wdev),
3252
- TP_STRUCT__entry(
3253
- WIPHY_ENTRY
3254
- WDEV_ENTRY
3255
- ),
3256
- TP_fast_assign(
3257
- WIPHY_ASSIGN;
3258
- WDEV_ASSIGN;
3259
3260
- TP_printk(WIPHY_PR_FMT ", " WDEV_PR_FMT, WIPHY_PR_ARG, WDEV_PR_ARG)
+ TP_ARGS(wiphy, wdev)
3261
3262
#endif /* !__RDEV_OPS_TRACE || TRACE_HEADER_MULTI_READ */
3263
0 commit comments