mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 04:32:37 +01:00
client: add AverageRSSI to list of diagnostic values
This commit is contained in:
parent
5033b5a24d
commit
e7c7e7de41
@ -88,6 +88,7 @@ static const struct diagnostic_dict_mapping diagnostic_mapping[] = {
|
||||
{ "TxBitrate", 0, NULL, display_bitrate_100kbps },
|
||||
{ "ExpectedThroughput", 'u', "Kbit/s" },
|
||||
{ "RSSI", 'n', "dBm" },
|
||||
{ "AverageRSSI", 'n', "dBm" },
|
||||
{ "RxMCS", 'y' },
|
||||
{ "TxMCS", 'y' },
|
||||
{ "Frequency", 'u' },
|
||||
|
Loading…
Reference in New Issue
Block a user