From a0aa6fecb4edcc0b5d0973f05c0c4ff41203bd89 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Thu, 14 Jan 2021 12:54:41 -0800 Subject: [PATCH] test: update get-diagnostics with Rx/TxMode --- test/get-diagnostics | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/get-diagnostics b/test/get-diagnostics index 7cb777b3..98078be5 100755 --- a/test/get-diagnostics +++ b/test/get-diagnostics @@ -8,8 +8,10 @@ import dbus unit_map = { "ConnectedBss" : None, "RSSI" : "dBm", + "RxMode" : None, "RxBitrate" : lambda k : str(100 * int(k)) + ' Kbps', "RxMCS" : lambda i : str(int(i)), + "TxMode" : None, "TxBitrate" : lambda k : str(100 * int(k)) + ' Kbps', "TxMCS" : lambda i : str(int(i)), "ExpectedThroughput" : "Kbps"