From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4766333976502449926==" MIME-Version: 1.0 From: James Prestwood Subject: [PATCH v5 4/5] test: update get-diagnostics with Rx/TxMode Date: Thu, 14 Jan 2021 12:54:41 -0800 Message-ID: <20210114205442.84552-4-prestwoj@gmail.com> In-Reply-To: <20210114205442.84552-1-prestwoj@gmail.com> List-Id: To: iwd@lists.01.org --===============4766333976502449926== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- 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 =3D { "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" -- = 2.26.2 --===============4766333976502449926==--