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:
4928bd2
)
cw1200: Fix OOPS in monitor mode
author
Solomon Peachy
<pizza@shaftnet.org>
Sat, 20 Jul 2013 03:31:27 +0000
(23:31 -0400)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 22 Jul 2013 20:04:08 +0000
(16:04 -0400)
In monitor mode, priv->vif is NULL, but at one point in the receive path we
blindly attempt to dereference it. Add a test to prevent this.
Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found