commit | c984457b661a5f86ea22f2b2fc52bd6c3503c9d8 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@nbd.name> | Mon Feb 17 17:46:33 2020 +0100 |
committer | Felix Fietkau <nbd@nbd.name> | Tue Mar 17 17:13:59 2020 +0100 |
tree | 87496739a33cb3a27d84958d5f6bcc045bbfb58a | |
parent | e9415009afb9dd82647dafadf4d4bb872c5b97e9 [diff] |
mt76: mt7615: fix monitor injection of beacon frames When injecting beacon frames via monitor interface, they must not be sent to the beacon hardware queue, because they don't follow normal hardware beacon tx rules. Fix sending them by adding a flag to mt7615_mac_write_txwi that selects the beacon queue for tx, and use it only from mt7615_mcu_set_bcn. Signed-off-by: Felix Fietkau <nbd@nbd.name>