On Mon, 2017-12-11 at 14:29 +0100, Benjamin Beichler wrote: > I think we need to send something like an empty message, containing the > flag. Because there exist the corner case, that while a dump is > interrupted the complete list is deleted. Currently this could not > happen because of non-parallel netlink callbacks, but maybe in the > future parallel callbacks are enabled. I don't know if we really want parallel, but I guess it's possible eventually. > Would it break things, if I simply create an header with > HWSIM_CMD_GET_RADIO, but put no other information in it? Or how could it > be done correctly? I think that's probably OK. johannes