mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-04-03 09:56:52 +02: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:
|
done:
|
||||||
/* Finish the table started by cmd_show */
|
/* Finish the table started by cmd_show */
|
||||||
display_table_footer();
|
display_table_footer();
|
||||||
display_refresh_reset();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static enum cmd_status cmd_show(const char *device_name,
|
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) {
|
if (!diagnostic) {
|
||||||
display_table_footer();
|
display_table_footer();
|
||||||
display_refresh_reset();
|
|
||||||
return CMD_STATUS_DONE;
|
return CMD_STATUS_DONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user