summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs/core/rtw_recv.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-22staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addressesRuan Jinjie1-12/+12
2023-08-04staging: rtl8723bs: use is_zero_ether_addr() instead of memcmp()Yang Yingliang1-6/+6
2022-10-25staging: rtl8723bs: Fix indentation in conditional statementsEmily Peri1-3/+3
2022-09-24staging: rtl8723bs: Fix coding style issue in block commentKang Minchul1-16/+6
2022-09-24staging: rtl8723bs: Insert blank line after declarationsKang Minchul1-0/+6
2022-09-24staging: rtl8723bs: remove braces in single statement blocksKang Minchul1-11/+5
2022-03-14Merge 5.17-rc8 into staging-nextGreg Kroah-Hartman1-3/+7
2022-03-02staging: rtl8723bs: Fix access-point mode deadlockHans de Goede1-3/+7
2022-01-25staging: rtl8723bs: Drop get_recvframe_data()Kees Cook1-3/+8
2021-09-21staging: rtl8723bs: remove possible deadlock when disconnect (v2)Fabio Aiuto1-7/+3
2021-09-17Revert "staging: rtl8723bs: remove possible deadlock when disconnect"Greg Kroah-Hartman1-3/+7
2021-09-13staging: rtl8723bs: remove possible deadlock when disconnectFabio Aiuto1-7/+3
2021-09-13staging: rtl8723bs: unwrap initialization of queuesFabio Aiuto1-4/+8
2021-08-26staging: rtl8723bs: remove header file ethernet.hMichael Straube1-3/+3
2021-05-10staging: rtl8723bs: remove commented out DbgPrint logsFabio Aiuto1-20/+0
2021-05-10staging: rtl8723bs: remove commented out RT_ASSERT occurrencesFabio Aiuto1-2/+0
2021-05-10staging: rtl8723bs: remove debug macros related to core/rtw_recv.c tracingFabio Aiuto1-2/+0
2021-05-10staging: rtl8723bs: core: rtw_recv: Mark debug variable as __maybe_unusedLee Jones1-1/+1
2021-04-07staging: rtl8723bs: remove unnecessary parenthesesFabio Aiuto1-1/+1
2021-04-07staging: rtl8723bs: rewrite comparison to nullFabio Aiuto1-1/+1
2021-04-07staging: rtl8723bs: remove unnecessary bracks on DBG_871X removal sitesFabio Aiuto1-18/+10
2021-04-07staging: rtl8723bs: remove empty #ifdef blocks after DBG_871X removalFabio Aiuto1-76/+0
2021-04-07staging: rtl8723bs: remove empty tracing function dump_rx_packetFabio Aiuto1-12/+0
2021-04-07staging: rtl8723bs: remove empty for cycles left by DBG_871X removalFabio Aiuto1-4/+0
2021-04-07staging: rtl8723bs: remove all if-else empty blocks left by DBG_871X removalFabio Aiuto1-7/+0
2021-04-07staging: rtl8723bs: remove commented out DBG_871X logsFabio Aiuto1-22/+0
2021-04-07staging: rtl8723bs: remove all DBG_871X logsFabio Aiuto1-103/+3
2021-04-07staging: rtl8723bs: remove DBG_871X log argumentFabio Aiuto1-1/+1
2021-04-05staging: rtl8723bs: fix comparison in if condition in core/rtw_recv.cFabio Aiuto1-2/+2
2021-04-05staging: rtl8723bs: remove unnecessary parentheses in core/rtw_recv.cFabio Aiuto1-2/+2
2021-04-05staging: rtl8723bs: split long line in core/rtw_recv.cFabio Aiuto1-1/+2
2021-04-05staging: rtl8723bs: added spaces around operator in core/rtw_recv.cFabio Aiuto1-1/+1
2021-04-05staging: rtl8723bs: remove RT_TRACE logs in core/rtw_recv.cFabio Aiuto1-128/+6
2021-04-05staging: rtl8723bs: remove commented RT_TRACE calls in core/rtw_recv.cFabio Aiuto1-12/+0
2021-03-23staging: rtl8723bs: removed function prototypes and made statics in core/rtw_...Fabio Aiuto1-234/+207
2021-03-16staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG...Fabio Aiuto1-32/+0
2021-03-12staging: rtl8723bs: remove typedefs in osdep_service_linux.hMarco Cesati1-1/+1
2021-03-12staging: rtl8723bs: remove typedefs in basic_types.hMarco Cesati1-41/+41
2021-03-10staging: rtl8723bs: remove DBG_COUNTER calls from core/rtw_recv.cPhillip Potter1-41/+3
2020-12-08staging: rtl8723bs: replace _TIM_IE_Ross Schmidt1-2/+2
2020-12-07staging: rtl8723bs: remove LIST_CONTAINORRoss Schmidt1-2/+2
2020-12-07Staging: rtl8723bs/core: fix brace coding style issueBrother Matthew De Angelis1-10/+5
2020-12-07Staging: rtl8723bs/core: delete empty if statementBrother Matthew De Angelis1-3/+0
2020-11-13staging: rtl8723bs: clean up logical continuationsRoss Schmidt1-14/+13
2020-11-13staging: rtl8723bs: clean up open ended linesRoss Schmidt1-26/+12
2020-11-13staging: rtl8723bs: clean up space before tabsRoss Schmidt1-21/+21
2020-11-06staging: rtl8723bs: remove MAC_FMT macroRoss Schmidt1-11/+11
2020-10-27staging: rtl8723bs: cleanup NULL check before vfreeAmarjargal Gundjalam1-2/+1
2020-10-05staging: rtl8723bs: replace RTW_GET_BE16 with get_unaligned_be16Ross Schmidt1-1/+2
2020-05-29staging: rtl8723bs: Use common packet header constantsPascal Terjan1-6/+3