commit | d5160d867fe31876ff15e121fb48ca1285d93923 | [log] [tgz] |
---|---|---|
author | Lorenzo Bianconi <lorenzo@kernel.org> | Thu Aug 01 10:26:23 2019 +0200 |
committer | Felix Fietkau <nbd@nbd.name> | Thu Sep 05 17:42:31 2019 +0200 |
tree | 8b81b75ff4e6f29f00237c4c20e1d25505b5d3f0 | |
parent | 1920a0cc03e9a06161ef143a38e3825c78d5daf3 [diff] |
mt76: mt76x02: do not copy beacon skb in mt76x02_mac_set_beacon_enable Do not copy beacon skb in mt76x02_mac_set_beacon_enable for usb devices since it will be done in mt76x02_update_beacon_iter. Moreover squash mt76x02_mac_set_beacon_enable and __mt76x02_mac_set_beacon_enable since the latter is run just by mt76x02_mac_set_beacon_enable Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: Felix Fietkau <nbd@nbd.name>