cisco-power: Add comments to explain some of the math.

This commit is contained in:
Ben Greear
2020-10-12 10:39:11 -07:00
committed by Chuck SmileyRekiere
parent c89cef3bde
commit 78bad7d526

View File

@@ -1149,6 +1149,8 @@ def main():
pf = 0
if (diff_a4 > pfrange):
pf = 0
print("_nss {} allowed_per_path (AP should be transmitting at) {}".format(_nss, allowed_per_path))
if (pf == 0):
pfs = "FAIL"