On Sun, 2023-01-29 at 23:22 -0800, Aloka Dixit wrote: > > + * @punct_bitmap: the new puncturing bitmap > * > * Caller must acquire wdev_lock, therefore must only be called from sleepable > * driver context! > */ > void cfg80211_ch_switch_notify(struct net_device *dev, > struct cfg80211_chan_def *chandef, > - unsigned int link_id); > + unsigned int link_id, u32 punct_bitmap); Same here: u32 -> u16 since that's sufficient Maybe we can keep it u32 in the trace, not sure that matters. johannes