Re: [PATCH V1] netifd: fix wdev->data lifetime

2020-06-23 Thread John Crispin
On 23.06.20 11:40, John Crispin wrote: The reconf patch breaks wifi down under certain conditions. The root cause is that during reload the wdev state gets flushed. This has the effect, that the phy is lost from the state resulting in teardown breaking. Fix this by changing the lifetime of

[PATCH V1] netifd: fix wdev->data lifetime

2020-06-23 Thread John Crispin
The reconf patch breaks wifi down under certain conditions. The root cause is that during reload the wdev state gets flushed. This has the effect, that the phy is lost from the state resulting in teardown breaking. Fix this by changing the lifetime of wdev->data. Signed-off-by: John Crispin ---