From: Larry Finger Date: Wed, 16 Apr 2014 19:49:34 +0000 (-0500) Subject: staging: r8188eu: Fix case where ethtype was never obtained and always be checked... X-Git-Tag: omap-for-v3.16/pm-signed~80^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33c84bc14c25074ac14644cf7db75a57e9abaf1a;p=pandora-kernel.git staging: r8188eu: Fix case where ethtype was never obtained and always be checked against 0 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 Signed-off-by: Larry Finger Cc: Stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed