staging: rtl8723bs: Replace RTW_IEEE80211_FCTL_* with IEEE80211_FCTL_*.
commitbea9145ac48d8dc08bb9889ac9024b8bc6e4a10a
authorQuytelda Kahja <quytelda@tamalin.org>
Tue, 27 Mar 2018 08:40:55 +0000 (27 01:40 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Mar 2018 09:59:27 +0000 (29 11:59 +0200)
tree253e1cb4ea98ad4cbe23e92762bbf575161927c2
parent15800332d90fbf098e2d2df0a6b4408d1e1ab544
staging: rtl8723bs: Replace RTW_IEEE80211_FCTL_* with IEEE80211_FCTL_*.

This driver defines the constants RTW_IEEE80211_FCTL_* for frame
control constants, but all these values are already defined in
'linux/ieee80211.h' as IEEE80211_FCTL_*.  Remove the locally defined
constants, and substitute the kernel constants.

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