commit | cf84bd4defe22c7359bd3e4d6978bd88af1f8f90 | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Tue Jul 16 11:04:54 2013 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Jul 30 18:01:20 2013 +0300 |
tree | 3914c5f4b4fe4911afef2ee9975f4e6f70bf521e | |
parent | 9cfbce75c806e151b11a5d2c04b3aea3e920b3c1 [diff] |
ath10k: fix NULL dereference for injected packets Tx processing functions dereference vif and caused NULL to be dereferenced for injected frames. Don't call these functions at all for injected frames. It doesn't make much sense to do so anyway. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>