git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cfbce7
)
ath10k: fix NULL dereference for injected packets
author
Michal Kazior
<michal.kazior@tieto.com>
Tue, 16 Jul 2013 09:04:54 +0000
(11:04 +0200)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Tue, 30 Jul 2013 15:01:20 +0000
(18:01 +0300)
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>
No differences found