summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs/os_dep/recv_linux.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-22staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addressesRuan Jinjie1-1/+1
2021-05-10staging: rtl8723bs: remove debug macros related to os_dep/recv_linux.c tracingFabio Aiuto1-2/+0
2021-04-07staging: rtl8723bs: remove unnecessary bracks on DBG_871X removal sitesFabio Aiuto1-2/+1
2021-04-07staging: rtl8723bs: remove commented out DBG_871X logsFabio Aiuto1-1/+0
2021-04-07staging: rtl8723bs: remove all DBG_871X logsFabio Aiuto1-1/+0
2021-04-06staging: rtl8723bs: remove unused variable from rtw_os_recv_indicate_pktPhillip Potter1-2/+1
2021-04-06staging: rtl8723bs: rewrite comparisons to nullFabio Aiuto1-1/+1
2021-04-06staging: rtl8723bs: remove unnecessary bracks after RT_TRACE deletionFabio Aiuto1-2/+1
2021-04-06staging: rtl8723bs: remove all RT_TRACE logs in hal/ and os_dep/Fabio Aiuto1-9/+0
2021-03-16staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG...Fabio Aiuto1-41/+0
2021-03-14staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG...Fabio Aiuto1-8/+0
2021-03-12staging: rtl8723bs: remove typedefs in osdep_service_linux.hMarco Cesati1-6/+6
2021-03-12staging: rtl8723bs: remove typedefs in basic_types.hMarco Cesati1-1/+1
2021-03-10staging: rtl8723bs: remove DBG_COUNTER calls from os_dep/recv_linux.cPhillip Potter1-13/+2
2020-11-13staging: rtl8723bs: clean up pointer locationsRoss Schmidt1-5/+5
2020-11-06staging: rtl8723bs: remove MAC_FMT macroRoss Schmidt1-1/+1
2020-10-27staging: rtl8723bs: Rewrite comparison to NULLIzabela Bakollari1-1/+1
2020-10-05staging: rtl8723bs: replace RTW_GET_BE16 with get_unaligned_be16Ross Schmidt1-1/+2
2020-06-18staging:r8723bs: remove wrappers around skb_clone() and remove unnecessary in...Ivan Safonov1-1/+1
2020-05-29staging: rtl8723bs: Use common packet header constantsPascal Terjan1-2/+3
2020-05-05staging:rtl8723bs: eliminate usage of skb_clone after skb allocation failIvan Safonov1-13/+6
2020-05-05staging: rtl8723bs: os_dep: Cleanup pointer casting code styleYu Jian Wu1-1/+1
2020-03-21staging: rtl8723bs: os_dep: Remove whitespace characters in code lineR Veera Kumar1-4/+4
2020-03-21staging: rtl8723bs: os_dep: Correct long line commentsR Veera Kumar1-3/+8
2020-03-21staging: rtl8723bs: os_dep: Remove commented out code linesR Veera Kumar1-11/+0
2020-03-19staging: rtl8723bs: os_dep: Correct typo in commentsR Veera Kumar1-1/+1
2020-02-14staging: rtl8723bs: Fix spacing issuesLukasz Szczesny1-4/+4
2019-06-20staging: rtl8723bs: Fix Indentation Error: code indent should use tabs where ...Shobhit Kukreti1-3/+3
2019-06-20staging: rtl8723bs: Resolve the checkpatch error: else should follow close br...Shobhit Kukreti1-14/+7
2019-06-20staging: rtl8723bs: Resolve checkpatch error "that open brace { should be on ...Shobhit Kukreti1-50/+26
2019-06-13staging: rtl8723bs: Change type of rtw_os_recvbuf_resource_free()Nishka Dasgupta1-5/+1
2019-06-13staging: rtl8723bs: Change type of rtw_os_recv_resource_alloc()Nishka Dasgupta1-5/+1
2018-05-11staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor1-9/+1
2018-03-22Staging:rtl8723bs:Add blank line after declarationPaul McQuade1-0/+1
2018-03-22Staging:rtl8723bs Remove unnecessary bracesPaul McQuade1-3/+3
2017-11-03staging: rtl8723bs: Convert timers to use timer_setup()Kees Cook1-3/+2
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-3/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+2
2017-04-09staging: rtl8723bs: Fix dereference before check warning in os_dep/recv_linux.cLarry Finger1-2/+1
2017-04-08staging: Add rtl8723bs sdio wifi driverHans de Goede1-0/+366