summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: Remove unused files rtw_debug.c and rtw_debug.hPhilipp Hortmann2024-09-111-1/+0
* staging: rtl8723bs: Drop get_recvframe_data()Kees Cook2022-01-251-2/+1
* staging: rtl8723bs: unwrap initialization of queuesFabio Aiuto2021-09-131-2/+4
* staging: rtl8723bs: beautify function ODM_PhyStatusQuery()Fabio Aiuto2021-08-101-1/+1
* staging: rtl8723bs: remove unused macrosFabio Aiuto2021-08-051-1/+0
* staging: rtl8723bs: rename get_ra() due to global symbol collisionGreg Kroah-Hartman2021-05-201-1/+1
* staging: rtl8723bs: remove more unnecessary parenthesesFabio Aiuto2021-04-111-2/+2
* staging: rtl8723bs: remove all commented out DBG_8192C logsFabio Aiuto2021-04-111-2/+0
* staging: rtl8723bs: remove all DBG_8192C logsFabio Aiuto2021-04-111-9/+0
* staging: rtl8723bs: remove all if-else empty blocks left by DBG_871X removalFabio Aiuto2021-04-071-3/+0
* staging: rtl8723bs: remove commented out DBG_871X logsFabio Aiuto2021-04-071-5/+0
* staging: rtl8723bs: remove all DBG_871X logsFabio Aiuto2021-04-071-1/+0
* staging: rtl8723bs: remove empty if, else blocks 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-2/+0
* Staging: rtl8723bs: fix names in rtl8723b_hal.hMarco Cesati2021-03-181-1/+1
* staging: rtl8723bs: remove typedefs in osdep_service_linux.hMarco Cesati2021-03-121-2/+2
* staging: rtl8723bs: remove typedefs in rtl8723b_hal.hMarco Cesati2021-03-121-1/+1
* staging: rtl8723bs: remove typedefs from rtl8723b_recv.hPhillip Potter2021-02-091-1/+1
* staging: rtl8723bs: replace _RND8 with round_up()Ross Schmidt2020-10-051-1/+1
* staging: rtl8723bs: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-161-5/+4
* staging:rtl8723bs: eliminate usage of skb_clone after skb allocation failIvan Safonov2020-05-051-31/+13
* staging: rtl8723bs: hal: Remove NULL check before kfreeSimran Singhal2020-03-261-8/+4
* staging: rtl8723bs: hal: Correct typos in commentsR Veera Kumar2020-03-261-1/+1
* staging: rtl*: Remove tasklet callback castsKees Cook2019-11-161-7/+4
* staging: rtl8723bs: remove return statements from void functionsMichael Straube2019-09-301-2/+0
* staging: rtl8723bs: hal: remove redundant variable nColin Ian King2019-09-061-4/+2
* staging: rtl8723bs: hal: remove redundant assignment to variable nColin Ian King2019-07-251-1/+0
* staging: rtl8723bs: hal: fix Using comparison to false is error proneHariprasad Kelam2019-06-181-1/+1
* staging: rtl8723bs: hal: Remove return type of initrecvbufHariprasad Kelam2019-06-181-6/+2
* staging: rtl8723bs: hal: Remove comparison to NULL in rtl8723bs_recv.cHimadri Pandya2019-03-181-4/+4
* Merge 4.20-rc5 into staging-nextGreg Kroah-Hartman2018-12-031-2/+2
|\
| * staging: rtl8723bs: Fix incorrect sense of ether_addr_equalLarry Finger2018-11-071-2/+2
* | staging: rtl8723bs: Correct errors from checkpatchJosenivaldo Benito Jr2018-11-201-5/+5
|/
* staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor2018-05-111-9/+1
* staging: rtl8723bs: Rework 'struct _ODM_Phy_Status_Info_' coding style.Quytelda Kahja2018-03-291-1/+2
* staging: rtl8723bs: Rework 'struct _ODM_Per_Pkt_Info_' coding style.Quytelda Kahja2018-03-291-17/+20
* staging: rtl8723bs: Replace NULL pointer comparison with '!'.Quytelda Kahja2018-03-291-1/+1
* staging: rtl8723bs: Factor out rtl8723bs_recv_tasklet() sections.Quytelda Kahja2018-03-291-26/+69
* staging: rtl8723bs: Fix function signature that goes over 80 characters.Quytelda Kahja2018-03-291-1/+2
* staging: rtl8723bs: Fix lines too long in update_recvframe_attrib().Quytelda Kahja2018-03-291-8/+22
* staging: rtl8723bs: Remove unnecessary blank lines in 'rtl8723bs_recv.c'.Quytelda Kahja2018-03-291-7/+0
* staging: rtl8723bs: Change camel case to snake case in 'rtl8723bs_recv.c'.Quytelda Kahja2018-03-291-16/+16
* staging: rtl8723bs: Add missing braces in else statement.Quytelda Kahja2018-03-291-1/+2
* staging: rtl8723bs: Add spaces around ternary operators.Quytelda Kahja2018-03-291-1/+1
* staging: rtl8723bs: Fix lines with trailing open parentheses.Quytelda Kahja2018-03-291-6/+5
* staging: rtl8723bs: hal: remove cast to void pointerHimanshu Jha2017-08-291-1/+1
* staging: Add rtl8723bs sdio wifi driverHans de Goede2017-04-081-0/+490