staging: r8188eu: use common ieee80211 constants
authorMichael Straube <straube.linux@gmail.com>
Sat, 14 Aug 2021 16:55:18 +0000 (18:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Aug 2021 07:12:08 +0000 (09:12 +0200)
commitf33ce7100b6b189362cf9d7a9d7e3333b6ba427a
tree06e74ee3fdc24305ca3ed35beb6488b787328f20
parent027ed956b526350d7098e31731fa81c5579c2e68
staging: r8188eu: use common ieee80211 constants

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

Acked-by: Phillip Potter <phil@philpotter.co.uk>
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210814165518.8672-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_ap.c
drivers/staging/r8188eu/core/rtw_mlme.c
drivers/staging/r8188eu/include/wifi.h
drivers/staging/r8188eu/os_dep/ioctl_linux.c