]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit45bd6e3c5f832b3e121cc279151fae179e6249f9
tree9c245d076dcd659818f5c44d2947fab368315d9d
parent0055ee2cb8a8b5fe080b025c9c8539d7b78db85a
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