From: Paul Gortmaker Date: Mon, 27 Apr 2015 05:25:35 +0000 (-0400) Subject: rtl8712: don't duplicate ieee80211 constants for status/reason X-Git-Tag: omap-for-v4.2/fixes-rc1^2~92^2~872 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9c40f143c257c2f3a7e90914e160f1a50f54f49;p=pandora-kernel.git rtl8712: don't duplicate ieee80211 constants for status/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. It seems that ieee80211 was already included everywhere it was needed, since no explicit include <...> were needed to be added 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