commit | 0794d03a8f2f76ee68e14994bc3c8a589ea0c169 | [log] [tgz] |
---|---|---|
author | Markus Theil <markus.theil@tu-ilmenau.de> | Wed Dec 18 17:07:49 2019 +0100 |
committer | Felix Fietkau <nbd@nbd.name> | Fri Feb 14 10:06:01 2020 +0100 |
tree | 06e2cb4a1760113cda444574f18f9e2f8f26bb7a | |
parent | e7ec563eae04d16b5d2c4f56c3ac8254f7e4cb09 [diff] |
mt76: mt76x02: omit beacon slot clearing mt76 hw does not send beacons from beacon slots, if the corresponding bitmask is set accordingly. Therefore we can omit clearing the beacon memory. Clearing uses many usb calls, if usb drivers are used. These calls unnecessarily slow down the beacon tasklet. Thanks to Stanislaw Gruzska for pointing this out. Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de> Signed-off-by: Felix Fietkau <nbd@nbd.name>