On Thu, Mar 07, 2024 at 04:23:47PM +0100, Johannes Berg wrote: > On Mon, 2024-03-04 at 23:01 +0300, Isaev Ruslan wrote: > > v7 changes: > > - binaries json/a json/a.out removed > > > > v6 changes: > > - add iw_printf(const char *key, const char *fmt, ...) > > - rewrite print_ssid_escaped() as a demo with new concept > > > > I guess it'd kind of be useless to test that way, but it'd be nicer to > review a patch that only has new concepts? > > Maybe split it anyway - one patch to add all the external code, one to > do the 'right' things and one with all the other stuff for testing? > > johannes Ok. I will replace all the prints with new concept prints with iw_printf(). I hope it will not be useless.