From: Paul Gortmaker Date: Mon, 27 Apr 2015 05:25:34 +0000 (-0400) Subject: rtl8188eu: don't duplicate ieee80211 constants for status/reason X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~873 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04fbf979b39b2805cb0da8a373f7f6e6b0e05bd9;p=pandora-kernel.git rtl8188eu: 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. Note that a couple of them had slight wording differences, things like INVALID vs. NOT_VALID or similar, so they are aligned with the global naming conventions here, as dictated by compile testing. 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