On Thu, 2025-01-09 at 15:42 +0100, Maxime Bizon wrote: > > > > -unlock: > > - wiphy_unlock(wiphy); > > > > - return err; > > + return 0; > > } > > > > This hunk is incorrect, any error from last called function > rdev_start_radar_detection() is no longer propagated. > Good point. Want to send a fix? johannes