[PATCH 2/8] rtl8712: don't duplicate ieee80211 constants for status/reason

2015-04-26 Thread Paul Gortmaker
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

[PATCH 2/8] rtl8712: don't duplicate ieee80211 constants for status/reason

2015-04-26 Thread Paul Gortmaker
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