From: Marco Cesati Date: Wed, 24 Mar 2021 12:44:28 +0000 (+0100) Subject: Staging: rtl8723bs: remove named enums in rtw_recv.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=555665d98e97050955d709a7cf72ae59368e564f;p=linux.git Staging: rtl8723bs: remove named enums in rtw_recv.h Remove the following unnecessary enum name in include/rtw_recv.h: enum rx_packet_type Signed-off-by: Marco Cesati Link: https://lore.kernel.org/r/20210324124456.25221-6-marcocesati@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/include/rtw_recv.h b/drivers/staging/rtl8723bs/include/rtw_recv.h index 2709c9413dbcb..d007f90d02c3d 100644 --- a/drivers/staging/rtl8723bs/include/rtw_recv.h +++ b/drivers/staging/rtl8723bs/include/rtw_recv.h @@ -349,7 +349,7 @@ union recv_frame { }; -enum rx_packet_type { +enum { NORMAL_RX,/* Normal rx packet */ TX_REPORT1,/* CCX */ TX_REPORT2,/* TX RPT */