Hi James,
On 2/3/21 1:07 PM, James Prestwood wrote:
The diagnostic interface returns an error anyways if station is
not connected so it makes more sense to only bring the interface
up when its actually usable. This also removes the interface
when station disconnects, which was never done before (the
interface stayed up indefinitely due to a forgotten remove call).
---
src/station.c | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
Both applied, thanks.
Regards,
-Denis