From: Jes Sorensen Date: Wed, 9 Apr 2014 21:21:21 +0000 (+0200) Subject: staging: rtl8723au: Fix case where ethtype was never obtained and always be checked... X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1562 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=514c485c01676927feb77c2a3e350bb3985fa11e;p=pandora-kernel.git staging: rtl8723au: 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 comparition against eapol_type would always fail. Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed