commit | df2378ab0f2a9dd4cf4501268af1902cc4ebacd8 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Dec 11 10:15:52 2019 +0100 |
committer | Luca Coelho <luciano.coelho@intel.com> | Tue Dec 24 01:34:52 2019 +0200 |
tree | ab85d3d4a6c8aa7a689e434be1d19ec93858d7ba | |
parent | b9f726c94224e863d4d3458dfec2e7e1284a39ce [diff] |
iwlwifi: mvm: fix potential SKB leak on TXQ TX When we transmit after TXQ dequeue, we aren't paying attention to the return value of the transmit functions, leading to a potential SKB leak. Refactor the code a bit (and rename ..._tx to ..._tx_sta) to check for this happening. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Fixes: cfbc6c4c5b91 ("iwlwifi: mvm: support mac80211 TXQs model") Signed-off-by: Luca Coelho <luciano.coelho@intel.com>