commit | 6f4d7cc88c71ca0d2b3b4b225cc28d211758e58b | [log] [tgz] |
---|---|---|
author | Lorenzo Bianconi <lorenzo@kernel.org> | Tue Mar 17 17:41:14 2020 +0100 |
committer | Felix Fietkau <nbd@nbd.name> | Tue Mar 17 17:47:53 2020 +0100 |
tree | 888923f4e555f356aabfc52b4201dbab47b7eca9 | |
parent | f4d45fe29ed44aa05955b5cebfc9addf21357c31 [diff] |
mt76: mt7615: add mt7615_mcu_ops data structure Introduce mt7615_mcu_ops data structure in order to support multiple mcu ops API. Move mt7615_mcu_set_{tx,rx}_ba to mt7615_mcu_ops differentiating between fw v1 and v2. This is a preliminary patch to properly support mt7663e firmware. Rework utility routines to rely on skb APIs for msg parsing Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: Felix Fietkau <nbd@nbd.name>