staging: rtl8723bs: Remove #defines shadowing enums in 'linux/ieee80211.h'
authorQuytelda Kahja <quytelda@tamalin.org>
Tue, 27 Mar 2018 08:40:54 +0000 (01:40 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Mar 2018 09:59:27 +0000 (11:59 +0200)
commit15800332d90fbf098e2d2df0a6b4408d1e1ab544
tree9c245d076dcd659818f5c44d2947fab368315d9d
parentde9c06518cf1601a51ea561b9d8406f79475b4fc
staging: rtl8723bs: Remove #defines shadowing enums in 'linux/ieee80211.h'

The modified file includes 'linux/ieee80211.h', but #define's many
constants that shadow enum members in the header.  This will create a
conflict if the values are ever changed in the kernel.  Remove these

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/ieee80211.h