staging: rtl8188eu: use common packet header constants
authorMichael Straube <straube.linux@gmail.com>
Fri, 19 Jun 2020 16:03:28 +0000 (18:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jun 2020 13:40:27 +0000 (15:40 +0200)
commitc8a00029dc70d0c35e84d6f0ff99a534dfe636e6
treed52a08208d4b50f9c0730a8cf2ccf117f47687d4
parent4b95739222b85696e9cec98efff866ed876541f8
staging: rtl8188eu: use common packet header constants

The driver replicates the definitions of rfc1042_header and
bridge_tunnel_header available from cfg80211.h. Use the common
ones from cfg80211.h.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20200619160328.22776-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_recv.c