From 4913a4dd6e7a1eb55131af29ebd177899ac4c71f Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Mon, 29 Mar 2021 10:11:28 -0700 Subject: [PATCH] client: re-enable iwctl refresh for 'station show' When diagnostics got added to iwctl the refresh capabilities were accidentally removed. This re-enables refresh. --- client/station.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/station.c b/client/station.c index c2e7a12b..de25d12b 100644 --- a/client/station.c +++ b/client/station.c @@ -612,7 +612,6 @@ static void get_diagnostics_callback(struct l_dbus_message *message, done: /* Finish the table started by cmd_show */ display_table_footer(); - display_refresh_reset(); } static enum cmd_status cmd_show(const char *device_name, @@ -637,7 +636,6 @@ static enum cmd_status cmd_show(const char *device_name, */ if (!diagnostic) { display_table_footer(); - display_refresh_reset(); return CMD_STATUS_DONE; }