mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-06 19:44:05 +01:00
client: re-enable iwctl refresh for 'station <wlan> show'
When diagnostics got added to iwctl the refresh capabilities were accidentally removed. This re-enables refresh.
This commit is contained in:
parent
e730baac4a
commit
4913a4dd6e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user