staging: rtl8188eu: use common ieee80211 constants
authorMichael Straube <straube.linux@gmail.com>
Wed, 1 Jul 2020 18:29:57 +0000 (20:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Jul 2020 08:30:19 +0000 (10:30 +0200)
commit40c79667166b6eae6f9bcc6b576ca3f24d925b1b
treec602cdb99ba37bc93bf01f27d9f9c8e49ac16748
parent69b2e08a8b0a332f0a257864acf52a9c9aebc3c4
staging: rtl8188eu: use common ieee80211 constants

Many defined constants in wifi.h are unused and/or available from
<linux/ieee80211.h>, some with slightly different names. Use the
common ones, rename where necessary and remove unused.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20200701182957.7932-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ap.c
drivers/staging/rtl8188eu/core/rtw_mlme.c
drivers/staging/rtl8188eu/include/wifi.h
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c