index
:
media_tree.git
fixes
ipu3
master
request_api
Upstream media tree for Remote Controllers, V4L and DVB
Mauro Carvalho Chehab
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rtl8723bs
/
hal
/
rtl8723bs_recv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-25
staging: rtl8723bs: Drop get_recvframe_data()
Kees Cook
1
-2
/
+1
2021-09-13
staging: rtl8723bs: unwrap initialization of queues
Fabio Aiuto
1
-2
/
+4
2021-08-10
staging: rtl8723bs: beautify function ODM_PhyStatusQuery()
Fabio Aiuto
1
-1
/
+1
2021-08-05
staging: rtl8723bs: remove unused macros
Fabio Aiuto
1
-1
/
+0
2021-05-20
staging: rtl8723bs: rename get_ra() due to global symbol collision
Greg Kroah-Hartman
1
-1
/
+1
2021-04-11
staging: rtl8723bs: remove more unnecessary parentheses
Fabio Aiuto
1
-2
/
+2
2021-04-11
staging: rtl8723bs: remove all commented out DBG_8192C logs
Fabio Aiuto
1
-2
/
+0
2021-04-11
staging: rtl8723bs: remove all DBG_8192C logs
Fabio Aiuto
1
-9
/
+0
2021-04-07
staging: rtl8723bs: remove all if-else empty blocks left by DBG_871X removal
Fabio Aiuto
1
-3
/
+0
2021-04-07
staging: rtl8723bs: remove commented out DBG_871X logs
Fabio Aiuto
1
-5
/
+0
2021-04-07
staging: rtl8723bs: remove all DBG_871X logs
Fabio Aiuto
1
-1
/
+0
2021-04-06
staging: rtl8723bs: remove empty if, else blocks after RT_TRACE deletion
Fabio Aiuto
1
-2
/
+1
2021-04-06
staging: rtl8723bs: remove all RT_TRACE logs in hal/ and os_dep/
Fabio Aiuto
1
-2
/
+0
2021-03-18
Staging: rtl8723bs: fix names in rtl8723b_hal.h
Marco Cesati
1
-1
/
+1
2021-03-12
staging: rtl8723bs: remove typedefs in osdep_service_linux.h
Marco Cesati
1
-2
/
+2
2021-03-12
staging: rtl8723bs: remove typedefs in rtl8723b_hal.h
Marco Cesati
1
-1
/
+1
2021-02-09
staging: rtl8723bs: remove typedefs from rtl8723b_recv.h
Phillip Potter
1
-1
/
+1
2020-10-05
staging: rtl8723bs: replace _RND8 with round_up()
Ross Schmidt
1
-1
/
+1
2020-09-16
staging: rtl8723bs: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-5
/
+4
2020-05-05
staging:rtl8723bs: eliminate usage of skb_clone after skb allocation fail
Ivan Safonov
1
-31
/
+13
2020-03-26
staging: rtl8723bs: hal: Remove NULL check before kfree
Simran Singhal
1
-8
/
+4
2020-03-26
staging: rtl8723bs: hal: Correct typos in comments
R Veera Kumar
1
-1
/
+1
2019-11-16
staging: rtl*: Remove tasklet callback casts
Kees Cook
1
-7
/
+4
2019-09-30
staging: rtl8723bs: remove return statements from void functions
Michael Straube
1
-2
/
+0
2019-09-06
staging: rtl8723bs: hal: remove redundant variable n
Colin Ian King
1
-4
/
+2
2019-07-25
staging: rtl8723bs: hal: remove redundant assignment to variable n
Colin Ian King
1
-1
/
+0
2019-06-18
staging: rtl8723bs: hal: fix Using comparison to false is error prone
Hariprasad Kelam
1
-1
/
+1
2019-06-18
staging: rtl8723bs: hal: Remove return type of initrecvbuf
Hariprasad Kelam
1
-6
/
+2
2019-03-18
staging: rtl8723bs: hal: Remove comparison to NULL in rtl8723bs_recv.c
Himadri Pandya
1
-4
/
+4
2018-12-03
Merge 4.20-rc5 into staging-next
Greg Kroah-Hartman
1
-2
/
+2
2018-11-20
staging: rtl8723bs: Correct errors from checkpatch
Josenivaldo Benito Jr
1
-5
/
+5
2018-11-07
staging: rtl8723bs: Fix incorrect sense of ether_addr_equal
Larry Finger
1
-2
/
+2
2018-05-11
staging: rtl8723bs: Replace license boilerplate with SPDX identifiers
Nathan Chancellor
1
-9
/
+1
2018-03-29
staging: rtl8723bs: Rework 'struct _ODM_Phy_Status_Info_' coding style.
Quytelda Kahja
1
-1
/
+2
2018-03-29
staging: rtl8723bs: Rework 'struct _ODM_Per_Pkt_Info_' coding style.
Quytelda Kahja
1
-17
/
+20
2018-03-29
staging: rtl8723bs: Replace NULL pointer comparison with '!'.
Quytelda Kahja
1
-1
/
+1
2018-03-29
staging: rtl8723bs: Factor out rtl8723bs_recv_tasklet() sections.
Quytelda Kahja
1
-26
/
+69
2018-03-29
staging: rtl8723bs: Fix function signature that goes over 80 characters.
Quytelda Kahja
1
-1
/
+2
2018-03-29
staging: rtl8723bs: Fix lines too long in update_recvframe_attrib().
Quytelda Kahja
1
-8
/
+22
2018-03-29
staging: rtl8723bs: Remove unnecessary blank lines in 'rtl8723bs_recv.c'.
Quytelda Kahja
1
-7
/
+0
2018-03-29
staging: rtl8723bs: Change camel case to snake case in 'rtl8723bs_recv.c'.
Quytelda Kahja
1
-16
/
+16
2018-03-29
staging: rtl8723bs: Add missing braces in else statement.
Quytelda Kahja
1
-1
/
+2
2018-03-29
staging: rtl8723bs: Add spaces around ternary operators.
Quytelda Kahja
1
-1
/
+1
2018-03-29
staging: rtl8723bs: Fix lines with trailing open parentheses.
Quytelda Kahja
1
-6
/
+5
2017-08-29
staging: rtl8723bs: hal: remove cast to void pointer
Himanshu Jha
1
-1
/
+1
2017-04-08
staging: Add rtl8723bs sdio wifi driver
Hans de Goede
1
-0
/
+490
Privacy Policy