commit | 99ac5327e902a56ca21365ed3d6e5249fe296ba6 | [log] [tgz] |
---|---|---|
author | Lorenzo Bianconi <lorenzo.bianconi@redhat.com> | Thu Dec 14 13:03:16 2017 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Wed Jan 17 16:49:06 2018 +0200 |
tree | 028077fd5355f25cb36b997cecdbb01b31265197 | |
parent | 70c8de0c154d6f40be75d12882756d126bbc4967 [diff] |
mt76: fix possible NULL pointer dereferencing in mt76x2_ampdu_action() Initialize mt76_txq pointer after ieee80211_txq pointer check. Remove space after the pointer cast Fixes: 7bc04215a66b ("mt76: add driver code for MT76x2e") Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>