]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723bs: Use common packet header constants
authorPascal Terjan <pterjan@google.com>
Wed, 27 May 2020 20:51:00 +0000 (21:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 May 2020 10:36:00 +0000 (12:36 +0200)
commitb46a89902c630609756ba083979add89f6400af8
tree3e8ccf36d1403f303e8eb01bc315db3207bf7143
parentbc4c695138f08eac9187301f1ded55349894fb88
staging: rtl8723bs: Use common packet header constants

This driver contains a local version of the rfc1042 header and bridge
tunnel header constants which are available from cfg80211.h, switch to
those.

Signed-off-by: Pascal Terjan <pterjan@google.com>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20200527205100.35794-1-pterjan@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_recv.c
drivers/staging/rtl8723bs/include/rtw_recv.h
drivers/staging/rtl8723bs/os_dep/recv_linux.c