summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: os_dep: Change return type of rtw_init_default_value() to...Shobhit Kukreti2019-06-261-4/+2Star
* staging: rtl8723bs: os_dep: modified return type of function rtw_suspend_wow(...Shobhit Kukreti2019-06-262-4/+2Star
* staging: rtl8723bs: os_dep: Change return type of function rtw_suspend_normal...Shobhit Kukreti2019-06-261-3/+1Star
* staging: rtl8723bs: os_dep: Modify return type of function rtw_reset_drv_sw()...Shobhit Kukreti2019-06-262-4/+2Star
* staging: rtl8723bs: os_dep: Modify return type of function loadparam(..) to voidShobhit Kukreti2019-06-261-3/+1Star
* staging: rtl8723bs: Delete file odm_AntDiv.cNishka Dasgupta2019-06-213-93/+0Star
* staging: rtl8723bs: Fix Indentation Error: code indent should use tabs where ...Shobhit Kukreti2019-06-202-21/+21
* staging: rtl8723bs: Resolve the checkpatch error: else should follow close br...Shobhit Kukreti2019-06-203-24/+12Star
* staging: rtl8723bs: Resolve checkpatch error "that open brace { should be on ...Shobhit Kukreti2019-06-205-88/+47Star
* staging: rtl8723bs: hal: hal_btcoex: Remove variables pHalData and pU1TmpHariprasad Kelam2019-06-201-9/+5Star
* staging: rtl8723bs: os_dep: fix indentation on break statementColin Ian King2019-06-201-1/+1
* staging: rtl8723bs: hal: odm_RegConfig8723B: fix Lines should not end with a '('Hariprasad Kelam2019-06-201-33/+28Star
* staging: rtl8723bs: os_dep: ioctl_linux: make use of kzallocHariprasad Kelam2019-06-201-9/+3Star
* staging: rtl8723bs: hal: Fix Brace Style Issues in if/else statementsShobhit Kukreti2019-06-201-14/+11Star
* staging: rtl8723bs: hal: Remove True/False ComparisonsShobhit Kukreti2019-06-201-4/+4
* staging: rtl8723bs: hal: rtl8723b_cmd: fix comparison to true is error proneHariprasad Kelam2019-06-201-7/+7
* staging: rtl8723bs: hal: rtl8723b_cmd: fix Comparison to NULLHariprasad Kelam2019-06-201-3/+3
* staging: rtl8723bs: Remove myself from CC:Bastien Nocera2019-06-201-2/+1Star
* staging: rtl8723bs: hal: odm_HWConfig: Unneeded variable: "result". Return "H...Hariprasad Kelam2019-06-183-32/+1Star
* staging: rtl8723bs: hal: rtl8723b_rf6052: fix spaces preferred around unary o...Hariprasad Kelam2019-06-181-3/+3
* staging: rtl8723bs: hal: rtl8723b_hal_init: Remove set but unused variableHariprasad Kelam2019-06-181-6/+0Star
* staging: rtl8723bs: hal: rtl8723b_hal_init: fix Using comparison to true is e...Hariprasad Kelam2019-06-181-19/+19
* staging: rtl8723bs: hal: rtl8723b_hal_init: fix Comparison to NULLHariprasad Kelam2019-06-181-2/+2
* staging/rtl8723bs/core/rtw_ap: Remove redundant call to memsetHariprasad Kelam2019-06-181-2/+0Star
* staging/rtl8723bs/core: Remove redundant call to memsetHariprasad Kelam2019-06-181-2/+0Star
* staging: rtl8723bs: hal: Add null check after memory allocationHariprasad Kelam2019-06-181-0/+3
* 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/+2Star
* staging: rtl8723bs: hal: spaces preferred around unary operatorHariprasad Kelam2019-06-181-4/+4
* staging: rtl8723bs: hal: Using comparison to true is error proneHariprasad Kelam2019-06-181-13/+13
* staging: rtl8723bs: hal: sdio_halinit: fix Comparison to NULLHariprasad Kelam2019-06-151-2/+2
* staging: rtl8723bs: hal: sdio_halinit: fix spaces preferred around that unary...Hariprasad Kelam2019-06-151-45/+45
* staging: rtl8723bs: hal: sdio_halinit: fix comparison to true/false is error ...Hariprasad Kelam2019-06-151-9/+9
* staging: rtl8723bs: Remove rtw_btcoex_Initialize()Nishka Dasgupta2019-06-133-8/+2Star
* staging: rtl8723bs: hal: Replace function _InitQueuePriority()Nishka Dasgupta2019-06-131-6/+1Star
* staging: rtl8723bs: Fix typo in function nameNishka Dasgupta2019-06-133-3/+3
* staging: rtl8723bs: Remove function rtw_set_scan_deny_timer_hdl()Nishka Dasgupta2019-06-133-7/+1Star
* staging: rtl8723bs: Replace function rtw_free_network_queue()Nishka Dasgupta2019-06-132-9/+1Star
* staging: rtl8723bs: core: Remove wrapper functionsNishka Dasgupta2019-06-131-19/+3Star
* staging: rtl8723bs: core: Remove function enable_rate_adaptive()Nishka Dasgupta2019-06-131-7/+1Star
* staging: rtl8723bs: core: Replace function Set_MSR()Nishka Dasgupta2019-06-132-7/+2Star
* staging: rtl8723bs: core: Remove eeprom_write16()Nishka Dasgupta2019-06-131-62/+0Star
* staging: rtl8723bs: core: Remove function read_eeprom_content()Nishka Dasgupta2019-06-131-11/+0Star
* staging: rtl8723bs: core: Remove function eeprom_read_sz()Nishka Dasgupta2019-06-131-47/+0Star
* staging: rtl8723bs: hal: Change return type to void from u8Hariprasad Kelam2019-06-132-3/+2Star
* staging: rtl8723bs: hal: sdio_ops: fix braces {} are not necessary for single...Hariprasad Kelam2019-06-131-10/+6Star
* staging: rtl8723bs: hal: sdio_ops: fix spaces preferred around unary operatorHariprasad Kelam2019-06-131-6/+6
* staging: rtl8723bs: hal: sdio_ops: fix Comparison to NULLHariprasad Kelam2019-06-131-1/+1
* staging: rtl8723bs: fix issue Comparison to NULLHariprasad Kelam2019-06-131-12/+12
* staging: rtl8723bs: fix spaces required around unary operatorHariprasad Kelam2019-06-131-18/+18