From: Paul Gortmaker Date: Mon, 27 Apr 2015 05:25:37 +0000 (-0400) Subject: rtl8192u: promote auth_mode to a full 8 bits X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~870 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d140d6a15b9d88ac89f4a83c944ab67656fa4b50;p=pandora-kernel.git rtl8192u: promote auth_mode to a full 8 bits Currently LEAP is defined to two locally but the identically named global constant is 128 in . In order for us to switch over to using the global value, we need to adjust the local storage which is currently not enough to hold the larger value. This is now consistent with the similar struct used in drivers/net/wireless/ipw2x00/libipw.h and other drivers. Signed-off-by: Paul Gortmaker Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed