On Tue, 2019-06-25 at 13:10 +0200, Arend van Spriel wrote: > > +++ b/net/wireless/trace.h > @@ -2446,10 +2446,11 @@ > sizeof(int) * NUM_NL80211_BANDS); > ), > TP_printk(WIPHY_PR_FMT ", " NETDEV_PR_FMT ", " > - "mcast_rates [2.4GHz=0x%x, 5.2GHz=0x%x, 60GHz=0x%x]", > + "mcast_rates [2.4GHz=0x%x, 5.2GHz=0x%x, 6GHz=0x%x, 60GHz=0x%x]", > WIPHY_PR_ARG, NETDEV_PR_ARG, > __entry->mcast_rate[NL80211_BAND_2GHZ], > __entry->mcast_rate[NL80211_BAND_5GHZ], > + __entry->mcast_rate[NL80211_BAND_6GHZ], > __entry->mcast_rate[NL80211_BAND_60GHZ]) > ); This doesn't really - you just pointed out that legacy rates aren't permitted, and so this bitmap doesn't make sense for 6 GHz? johannes