On Mon, 2021-03-22 at 15:55 +0100, Benjamin Aschenbrenner wrote: > > @@ -282,6 +282,9 @@ static int handle_ftm_req_send(struct > nl80211_state *state, struct nl_msg *msg, > const char *file; > int err; > > + if (argc < 1) > + return HANDLER_RET_USAGE; Something along the line replaced tabs by 4 spaces, so the patches don't apply. Please resend. Thanks, johannes