aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-25staging: rtl8723bs: Drop get_recvframe_data()Kees Cook1-2/+1
2021-09-13staging: rtl8723bs: unwrap initialization of queuesFabio Aiuto1-2/+4
2021-08-10staging: rtl8723bs: beautify function ODM_PhyStatusQuery()Fabio Aiuto1-1/+1
2021-08-05staging: rtl8723bs: remove unused macrosFabio Aiuto1-1/+0
2021-05-20staging: rtl8723bs: rename get_ra() due to global symbol collisionGreg Kroah-Hartman1-1/+1
2021-04-11staging: rtl8723bs: remove more unnecessary parenthesesFabio Aiuto1-2/+2
2021-04-11staging: rtl8723bs: remove all commented out DBG_8192C logsFabio Aiuto1-2/+0
2021-04-11staging: rtl8723bs: remove all DBG_8192C logsFabio Aiuto1-9/+0
2021-04-07staging: rtl8723bs: remove all if-else empty blocks left by DBG_871X removalFabio Aiuto1-3/+0
2021-04-07staging: rtl8723bs: remove commented out DBG_871X logsFabio Aiuto1-5/+0
2021-04-07staging: rtl8723bs: remove all DBG_871X logsFabio Aiuto1-1/+0
2021-04-06staging: rtl8723bs: remove empty if, else blocks after RT_TRACE deletionFabio Aiuto1-2/+1
2021-04-06staging: rtl8723bs: remove all RT_TRACE logs in hal/ and os_dep/Fabio Aiuto1-2/+0
2021-03-18Staging: rtl8723bs: fix names in rtl8723b_hal.hMarco Cesati1-1/+1
2021-03-12staging: rtl8723bs: remove typedefs in osdep_service_linux.hMarco Cesati1-2/+2
2021-03-12staging: rtl8723bs: remove typedefs in rtl8723b_hal.hMarco Cesati1-1/+1
2021-02-09staging: rtl8723bs: remove typedefs from rtl8723b_recv.hPhillip Potter1-1/+1
2020-10-05staging: rtl8723bs: replace _RND8 with round_up()Ross Schmidt1-1/+1
2020-09-16staging: rtl8723bs: convert tasklets to use new tasklet_setup() APIAllen Pais1-5/+4
2020-05-05staging:rtl8723bs: eliminate usage of skb_clone after skb allocation failIvan Safonov1-31/+13
2020-03-26staging: rtl8723bs: hal: Remove NULL check before kfreeSimran Singhal1-8/+4
2020-03-26staging: rtl8723bs: hal: Correct typos in commentsR Veera Kumar1-1/+1
2019-11-16staging: rtl*: Remove tasklet callback castsKees Cook1-7/+4
2019-09-30staging: rtl8723bs: remove return statements from void functionsMichael Straube1-2/+0
2019-09-06staging: rtl8723bs: hal: remove redundant variable nColin Ian King1-4/+2
2019-07-25staging: rtl8723bs: hal: remove redundant assignment to variable nColin Ian King1-1/+0
2019-06-18staging: rtl8723bs: hal: fix Using comparison to false is error proneHariprasad Kelam1-1/+1
2019-06-18staging: rtl8723bs: hal: Remove return type of initrecvbufHariprasad Kelam1-6/+2
2019-03-18staging: rtl8723bs: hal: Remove comparison to NULL in rtl8723bs_recv.cHimadri Pandya1-4/+4
2018-12-03Merge 4.20-rc5 into staging-nextGreg Kroah-Hartman1-2/+2
2018-11-20staging: rtl8723bs: Correct errors from checkpatchJosenivaldo Benito Jr1-5/+5
2018-11-07staging: rtl8723bs: Fix incorrect sense of ether_addr_equalLarry Finger1-2/+2
2018-05-11staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor1-9/+1
2018-03-29staging: rtl8723bs: Rework 'struct _ODM_Phy_Status_Info_' coding style.Quytelda Kahja1-1/+2
2018-03-29staging: rtl8723bs: Rework 'struct _ODM_Per_Pkt_Info_' coding style.Quytelda Kahja1-17/+20
2018-03-29staging: rtl8723bs: Replace NULL pointer comparison with '!'.Quytelda Kahja1-1/+1
2018-03-29staging: rtl8723bs: Factor out rtl8723bs_recv_tasklet() sections.Quytelda Kahja1-26/+69
2018-03-29staging: rtl8723bs: Fix function signature that goes over 80 characters.Quytelda Kahja1-1/+2
2018-03-29staging: rtl8723bs: Fix lines too long in update_recvframe_attrib().Quytelda Kahja1-8/+22
2018-03-29staging: rtl8723bs: Remove unnecessary blank lines in 'rtl8723bs_recv.c'.Quytelda Kahja1-7/+0
2018-03-29staging: rtl8723bs: Change camel case to snake case in 'rtl8723bs_recv.c'.Quytelda Kahja1-16/+16
2018-03-29staging: rtl8723bs: Add missing braces in else statement.Quytelda Kahja1-1/+2
2018-03-29staging: rtl8723bs: Add spaces around ternary operators.Quytelda Kahja1-1/+1
2018-03-29staging: rtl8723bs: Fix lines with trailing open parentheses.Quytelda Kahja1-6/+5
2017-08-29staging: rtl8723bs: hal: remove cast to void pointerHimanshu Jha1-1/+1
2017-04-08staging: Add rtl8723bs sdio wifi driverHans de Goede1-0/+490