aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/os_dep (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-25staging: rtl8723bs: os_dep: Drop condition with no effectSaurav Girepunje1-2/+0
2019-08-25staging: rtl8723bs: os_dep: Remove unused declarationsHariprasad Kelam3-10/+0
2019-08-14staging: rtl8723bs: Remove debugging information exposed via procfsKai-Heng Feng4-827/+0
2019-08-02staging: rtl8723bs: Replace hal_btcoex_Initialize()Nishka Dasgupta1-1/+1
2019-07-31staging: rtl8723bs: indicate disconnection when disconnectingChris Chiu1-8/+0
2019-07-30staging: rtl8723bs: os_dep: remove two set but not used variablesYueHaibing2-6/+0
2019-07-25staging: rtl8723bs: os_dep: change return type of rtw_suspend_ap_wowHariprasad Kelam1-3/+1
2019-07-22staging: rtl8723bs: core: Change return type of init_mlme_ext_privHariprasad Kelam1-5/+1
2019-07-22staging: rtl8723bs: os_dep: Remove code valid only for 5GHzHariprasad Kelam1-3/+0
2019-07-01staging: rtl8723bs: Remove rtw_btcoex_SuspendNotify()Nishka Dasgupta1-3/+3
2019-07-01staging: rtl8723bs: Remove rtw_btcoex_SetManualControl()Nishka Dasgupta1-2/+3
2019-07-01staging: rtl8723bs: Remove rtw_btcoex_IpsNotify()Nishka Dasgupta1-1/+1
2019-07-01staging: rtl8723bs: Remove function rtw_modular64()Nishka Dasgupta1-5/+0
2019-06-26staging: rtl8723bs: os_dep: Change return type of rtw_init_default_value() to voidShobhit Kukreti1-4/+2
2019-06-26staging: rtl8723bs: os_dep: modified return type of function rtw_suspend_wow() to voidShobhit Kukreti1-3/+1
2019-06-26staging: rtl8723bs: os_dep: Change return type of function rtw_suspend_normal() to voidShobhit Kukreti1-3/+1
2019-06-26staging: rtl8723bs: os_dep: Modify return type of function rtw_reset_drv_sw() to void.Shobhit Kukreti1-3/+1
2019-06-26staging: rtl8723bs: os_dep: Modify return type of function loadparam(..) to voidShobhit Kukreti1-3/+1
2019-06-20staging: rtl8723bs: Fix Indentation Error: code indent should use tabs where possibleShobhit Kukreti2-21/+21
2019-06-20staging: rtl8723bs: Resolve the checkpatch error: else should follow close brace '}'Shobhit Kukreti3-24/+12
2019-06-20staging: rtl8723bs: Resolve checkpatch error "that open brace { should be on the previous line" in the rtl8723 driverShobhit Kukreti5-88/+47
2019-06-20staging: rtl8723bs: os_dep: fix indentation on break statementColin Ian King1-1/+1
2019-06-20staging: rtl8723bs: os_dep: ioctl_linux: make use of kzallocHariprasad Kelam1-9/+3
2019-06-13staging: rtl8723bs: Remove rtw_btcoex_Initialize()Nishka Dasgupta1-1/+2
2019-06-13staging: rtl8723bs: Remove function rtw_set_scan_deny_timer_hdl()Nishka Dasgupta1-1/+1
2019-06-13staging: rtl8723bs: fix issue Comparison to NULLHariprasad Kelam1-12/+12
2019-06-13staging: rtl8723bs: fix spaces required around unary operatorHariprasad Kelam1-18/+18
2019-06-13staging: rtl8723bs: os_dep: Remove variable posNishka Dasgupta1-2/+1
2019-06-13staging: rtl8723bs: rtw_get_sec_ie(): Change return typeNishka Dasgupta1-2/+1
2019-06-13staging: rtl8723bs: os_dep: ioctl_linux.c: Remove return variablesNishka Dasgupta1-9/+3
2019-06-13staging: rtl8723bs: Change type of rtw_os_recvbuf_resource_free()Nishka Dasgupta1-5/+1
2019-06-13staging: rtl8723bs: Change type of rtw_os_recv_resource_alloc()Nishka Dasgupta1-5/+1
2019-06-10staging: rtl8723bs: provide spaces around unary operatorsHariprasad Kelam1-3/+3
2019-06-10staging: rtl8723bs: fix issue "Using comparison to true is error prone"Hariprasad Kelam1-1/+1
2019-06-10staging: rtl8723bs: fix warning comparison to NULLHariprasad Kelam1-1/+1
2019-06-09staging: rtl8723bs: Fix Unneeded variable: "ret". Return "0"Shobhit Kukreti1-1/+2
2019-06-09staging: rtl8723bs: Resolve "(foo*)" should be "(foo *)" error reported by checkpatchShobhit Kukreti1-16/+16
2019-05-30staging: rtl8723bs: core: rtw_ap: fix Unneeded variable: "ret". Return "0"Hariprasad Kelam2-6/+5
2019-05-22staging: rtl8723bs: Fix Coverity warning in rtw_dbg_port()Hans de Goede1-1/+1
2019-05-22Staging: rtl8723bs: os_dep: Remove functions that don't do anything.Puranjay Mohan1-27/+1
2019-05-20staging: rtl8723bs: Fix boolinit.cocci warningsJeeeun Evans1-1/+1
2019-05-20staging: rtl8723bs: os_dep: Remove Unneeded variable retHariprasad Kelam1-2/+1
2019-05-20Staging: rtl8723bs: os_dep: Fix if-else coding style issuesPuranjay Mohan1-10/+5
2019-05-20Staging: rtl8723bs: os_dep: Remove braces from single if statementPuranjay Mohan1-2/+1
2019-05-20Staging: rtl8723bs: os_dep: Fix switch-case indentation errorPuranjay Mohan1-221/+221
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+1
2019-04-16Staging: rtl8723bs: Remove typedef in struct sdio_dataMadhumitha Prabakaran2-20/+20
2019-03-30staging: rtl8723bs: os_dep: ioctl_linux.c: Remove unnecessary parenthesesPayal Kshirsagar1-1/+1
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-2/+1
2019-03-19Staging: rtl8723bs: Change values to standard error codes in functionsMadhumitha Prabakaran1-2/+2