commit | bbd89d948108217344556dc07beddca202fbd431 | [log] [tgz] |
---|---|---|
author | Lorenzo Bianconi <lorenzo.bianconi@redhat.com> | Tue Jul 31 10:09:09 2018 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Aug 02 21:47:59 2018 +0300 |
tree | d53ca6ad614048b8f2ea55fcd1a16eb36538e0aa | |
parent | 81e850ef2625cb859d1ff8f0d81129bfb1e219fa [diff] |
mt76x2: add buffer len to mt76x2_mac_write_txwi signature Add frame length to mt76x2_mac_write_txwi routine signature and do not fetch it from skb since txwi data structure is added at the beginning of the skb for usb based devices and mt76x2_mac_write_txwi will be shared between pci and usb related code Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>