aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/os_dep (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-18staging: rtl8723bs: remove set but not used variable 'change', 'pos'zhengbin1-4/+1
2019-11-18staging: rtl8723bs: remove set but not used variable 'notify_ielen', 'notify_ie', 'notify_interval', 'notify_capability'zhengbin1-10/+0
2019-11-11staging: rtl8723bs: Drop ACPI device idsHans de Goede1-6/+0
2019-11-11staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-idsHans de Goede1-0/+1
2019-11-05staging: rtl8723bs: os_dep: Remove unnecessary variable used in return statementNachammai Karuppiah1-8/+2
2019-10-24staging: rtl8723bs: reduce stack usage of cfg80211_rtw_scanSudip Mukherjee1-2/+9
2019-10-24staging: rtl8723bs: reduce stack usage of rtw_cfg80211_unlink_bssSudip Mukherjee1-4/+5
2019-10-11staging: rtl8723bs: Remove unnecessary null checkYueHaibing1-2/+1
2019-10-10staging: rtl8723bs: Fix incorrect type in declarationJavier F. Arias1-1/+2
2019-10-10staging: rtl8723bs: Remove File operation APIsHans de Goede1-136/+0
2019-10-10staging: rtl8723bs: Remove phy_Config*WithParaFile() configuration leftoversHans de Goede1-20/+0
2019-10-08staging: rtl8723bs: os_dep: Remove typecast in kfreeNachammai Karuppiah2-6/+6
2019-09-30staging: rtl8723bs: remove return statements from void functionsMichael Straube2-2/+0
2019-09-30staging: rtl8723bs: os_dep: fix spelling mistake "offet" -> "offset"Colin Ian King1-1/+1
2019-09-30staging: rtl8723bs: Removed unneeded variablesAliasgar Surti1-49/+5
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