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:
9452bf5
)
staging: r8712u: Fix case where ethtype was never obtained and always be checked...
author
Larry Finger
<Larry.Finger@lwfinger.net>
Wed, 16 Apr 2014 19:49:33 +0000
(14:49 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 16 Apr 2014 20:07:19 +0000
(13:07 -0700)
Zero-initializing ether_type masked that the ether type would never be
obtained for 8021x packets and the comparison against eapol_type
would always fail.
Reported-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found