commit | ccdaf7b4f22f50dcd1e0af39f3712677195b8351 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@nbd.name> | Sun Feb 03 14:41:22 2019 +0100 |
committer | Felix Fietkau <nbd@nbd.name> | Mon Feb 18 19:54:33 2019 +0100 |
tree | 3a5a1722d7f3d5546f0ddd4f4d1c870d58d9b99e | |
parent | c15b7cef2af8ea2dfac61af5f4f2b27aaed8d7e6 [diff] |
mt76: measure the time between mt76x02_edcca_check runs Based on system load and time needed by other calibration runs, the time between dev->mac_work runs can vary quite a bit. Calculate busy time based on the actual time difference in order to avoid potentially over-estimating busy time, which could lead to unnecessary tx blocking. Signed-off-by: Felix Fietkau <nbd@nbd.name>