summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/os_dep/recv_linux.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addressesRuan Jinjie2023-08-221-1/+1
* staging: rtl8723bs: remove debug macros related to os_dep/recv_linux.c tracingFabio Aiuto2021-05-101-2/+0
* staging: rtl8723bs: remove unnecessary bracks on DBG_871X removal sitesFabio Aiuto2021-04-071-2/+1
* staging: rtl8723bs: remove commented out DBG_871X logsFabio Aiuto2021-04-071-1/+0
* staging: rtl8723bs: remove all DBG_871X logsFabio Aiuto2021-04-071-1/+0
* staging: rtl8723bs: remove unused variable from rtw_os_recv_indicate_pktPhillip Potter2021-04-061-2/+1
* staging: rtl8723bs: rewrite comparisons to nullFabio Aiuto2021-04-061-1/+1
* staging: rtl8723bs: remove unnecessary bracks after RT_TRACE deletionFabio Aiuto2021-04-061-2/+1
* staging: rtl8723bs: remove all RT_TRACE logs in hal/ and os_dep/Fabio Aiuto2021-04-061-9/+0
* staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG...Fabio Aiuto2021-03-161-41/+0
* staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG...Fabio Aiuto2021-03-141-8/+0
* staging: rtl8723bs: remove typedefs in osdep_service_linux.hMarco Cesati2021-03-121-6/+6
* staging: rtl8723bs: remove typedefs in basic_types.hMarco Cesati2021-03-121-1/+1
* staging: rtl8723bs: remove DBG_COUNTER calls from os_dep/recv_linux.cPhillip Potter2021-03-101-13/+2
* staging: rtl8723bs: clean up pointer locationsRoss Schmidt2020-11-131-5/+5
* staging: rtl8723bs: remove MAC_FMT macroRoss Schmidt2020-11-061-1/+1
* staging: rtl8723bs: Rewrite comparison to NULLIzabela Bakollari2020-10-271-1/+1
* staging: rtl8723bs: replace RTW_GET_BE16 with get_unaligned_be16Ross Schmidt2020-10-051-1/+2
* staging:r8723bs: remove wrappers around skb_clone() and remove unnecessary in...Ivan Safonov2020-06-181-1/+1
* staging: rtl8723bs: Use common packet header constantsPascal Terjan2020-05-291-2/+3
* staging:rtl8723bs: eliminate usage of skb_clone after skb allocation failIvan Safonov2020-05-051-13/+6
* staging: rtl8723bs: os_dep: Cleanup pointer casting code styleYu Jian Wu2020-05-051-1/+1
* staging: rtl8723bs: os_dep: Remove whitespace characters in code lineR Veera Kumar2020-03-211-4/+4
* staging: rtl8723bs: os_dep: Correct long line commentsR Veera Kumar2020-03-211-3/+8
* staging: rtl8723bs: os_dep: Remove commented out code linesR Veera Kumar2020-03-211-11/+0
* staging: rtl8723bs: os_dep: Correct typo in commentsR Veera Kumar2020-03-191-1/+1
* staging: rtl8723bs: Fix spacing issuesLukasz Szczesny2020-02-141-4/+4
* staging: rtl8723bs: Fix Indentation Error: code indent should use tabs where ...Shobhit Kukreti2019-06-201-3/+3
* staging: rtl8723bs: Resolve the checkpatch error: else should follow close br...Shobhit Kukreti2019-06-201-14/+7
* staging: rtl8723bs: Resolve checkpatch error "that open brace { should be on ...Shobhit Kukreti2019-06-201-50/+26
* staging: rtl8723bs: Change type of rtw_os_recvbuf_resource_free()Nishka Dasgupta2019-06-131-5/+1
* staging: rtl8723bs: Change type of rtw_os_recv_resource_alloc()Nishka Dasgupta2019-06-131-5/+1
* staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor2018-05-111-9/+1
* Staging:rtl8723bs:Add blank line after declarationPaul McQuade2018-03-221-0/+1
* Staging:rtl8723bs Remove unnecessary bracesPaul McQuade2018-03-221-3/+3
* staging: rtl8723bs: Convert timers to use timer_setup()Kees Cook2017-11-031-3/+2
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-3/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+2
* staging: rtl8723bs: Fix dereference before check warning in os_dep/recv_linux.cLarry Finger2017-04-091-2/+1
* staging: Add rtl8723bs sdio wifi driverHans de Goede2017-04-081-0/+366