From: Paul Gortmaker Date: Mon, 27 Apr 2015 05:25:39 +0000 (-0400) Subject: rtl8192u: don't duplicate ieee80211 constants for status/auth/reason X-Git-Tag: omap-for-v4.2/fixes-rc1^2~92^2~868 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db2616199e63c65373869224cc7c566b5db89a88;p=pandora-kernel.git rtl8192u: don't duplicate ieee80211 constants for status/auth/reason These are all defined as a part of the standard and should not be duplicated on a per-driver basis. Use the global ones and delete the local ones. In switching to we have to delete a local copy of an identical struct that we prepped earlier to have identical field names, and we add explicit include <...> where needed in order to preserve getting a successful compile. This isn't the totality of duplicated data removed, but it is a start. Signed-off-by: Paul Gortmaker Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed