Commit c448f0fd authored by Johannes Berg's avatar Johannes Berg

cfg80211: fix BSS color notify trace enum confusion

The wrong enum was used here, leading to warnings.
Just use a u32 instead.
Reported-by: default avatarkernel test robot <lkp@intel.com>
Fixes: 0d2ab3ae ("nl80211: add support for BSS coloring")
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent f50d2ff8
......@@ -3628,7 +3628,7 @@ TRACE_EVENT(cfg80211_bss_color_notify,
TP_ARGS(netdev, cmd, count, color_bitmap),
TP_STRUCT__entry(
NETDEV_ENTRY
__field(enum nl80211_bss_scan_width, cmd)
__field(u32, cmd)
__field(u8, count)
__field(u64, color_bitmap)
),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment