summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/os_dep
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: remove set but not used variable 'change', 'pos'zhengbin2019-11-181-4/+1
* staging: rtl8723bs: remove set but not used variable 'notify_ielen', 'notify_...zhengbin2019-11-181-10/+0
* staging: rtl8723bs: Drop ACPI device idsHans de Goede2019-11-111-6/+0
* staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-idsHans de Goede2019-11-111-0/+1
* staging: rtl8723bs: os_dep: Remove unnecessary variable used in return statementNachammai Karuppiah2019-11-051-8/+2
* staging: rtl8723bs: reduce stack usage of cfg80211_rtw_scanSudip Mukherjee2019-10-241-2/+9
* staging: rtl8723bs: reduce stack usage of rtw_cfg80211_unlink_bssSudip Mukherjee2019-10-241-4/+5
* staging: rtl8723bs: Remove unnecessary null checkYueHaibing2019-10-111-2/+1
* staging: rtl8723bs: Fix incorrect type in declarationJavier F. Arias2019-10-101-1/+2
* staging: rtl8723bs: Remove File operation APIsHans de Goede2019-10-101-136/+0
* staging: rtl8723bs: Remove phy_Config*WithParaFile() configuration leftoversHans de Goede2019-10-101-20/+0
* staging: rtl8723bs: os_dep: Remove typecast in kfreeNachammai Karuppiah2019-10-082-6/+6
* staging: rtl8723bs: remove return statements from void functionsMichael Straube2019-09-302-2/+0
* staging: rtl8723bs: os_dep: fix spelling mistake "offet" -> "offset"Colin Ian King2019-09-301-1/+1
* staging: rtl8723bs: Removed unneeded variablesAliasgar Surti2019-09-301-49/+5
* staging: rtl8723bs: os_dep: Drop condition with no effectSaurav Girepunje2019-08-251-2/+0
* staging: rtl8723bs: os_dep: Remove unused declarationsHariprasad Kelam2019-08-253-10/+0
* staging: rtl8723bs: Remove debugging information exposed via procfsKai-Heng Feng2019-08-144-827/+0
* staging: rtl8723bs: Replace hal_btcoex_Initialize()Nishka Dasgupta2019-08-021-1/+1
* staging: rtl8723bs: indicate disconnection when disconnectingChris Chiu2019-07-311-8/+0
* staging: rtl8723bs: os_dep: remove two set but not used variablesYueHaibing2019-07-302-6/+0
* staging: rtl8723bs: os_dep: change return type of rtw_suspend_ap_wowHariprasad Kelam2019-07-251-3/+1
* staging: rtl8723bs: core: Change return type of init_mlme_ext_privHariprasad Kelam2019-07-221-5/+1
* staging: rtl8723bs: os_dep: Remove code valid only for 5GHzHariprasad Kelam2019-07-221-3/+0
* staging: rtl8723bs: Remove rtw_btcoex_SuspendNotify()Nishka Dasgupta2019-07-011-3/+3
* staging: rtl8723bs: Remove rtw_btcoex_SetManualControl()Nishka Dasgupta2019-07-011-2/+3
* staging: rtl8723bs: Remove rtw_btcoex_IpsNotify()Nishka Dasgupta2019-07-011-1/+1
* staging: rtl8723bs: Remove function rtw_modular64()Nishka Dasgupta2019-07-011-5/+0
* staging: rtl8723bs: os_dep: Change return type of rtw_init_default_value() to...Shobhit Kukreti2019-06-261-4/+2
* staging: rtl8723bs: os_dep: modified return type of function rtw_suspend_wow(...Shobhit Kukreti2019-06-261-3/+1
* staging: rtl8723bs: os_dep: Change return type of function rtw_suspend_normal...Shobhit Kukreti2019-06-261-3/+1
* staging: rtl8723bs: os_dep: Modify return type of function rtw_reset_drv_sw()...Shobhit Kukreti2019-06-261-3/+1
* staging: rtl8723bs: os_dep: Modify return type of function loadparam(..) to voidShobhit Kukreti2019-06-261-3/+1
* 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/+12
* staging: rtl8723bs: Resolve checkpatch error "that open brace { should be on ...Shobhit Kukreti2019-06-205-88/+47
* staging: rtl8723bs: os_dep: fix indentation on break statementColin Ian King2019-06-201-1/+1
* staging: rtl8723bs: os_dep: ioctl_linux: make use of kzallocHariprasad Kelam2019-06-201-9/+3
* staging: rtl8723bs: Remove rtw_btcoex_Initialize()Nishka Dasgupta2019-06-131-1/+2
* staging: rtl8723bs: Remove function rtw_set_scan_deny_timer_hdl()Nishka Dasgupta2019-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
* staging: rtl8723bs: os_dep: Remove variable posNishka Dasgupta2019-06-131-2/+1
* staging: rtl8723bs: rtw_get_sec_ie(): Change return typeNishka Dasgupta2019-06-131-2/+1
* staging: rtl8723bs: os_dep: ioctl_linux.c: Remove return variablesNishka Dasgupta2019-06-131-9/+3
* staging: rtl8723bs: Change type of rtw_os_recvbuf_resource_free()Nishka Dasgupta2019-06-131-5/+1
* staging: rtl8723bs: Change type of rtw_os_recv_resource_alloc()Nishka Dasgupta2019-06-131-5/+1
* staging: rtl8723bs: provide spaces around unary operatorsHariprasad Kelam2019-06-101-3/+3
* staging: rtl8723bs: fix issue "Using comparison to true is error prone"Hariprasad Kelam2019-06-101-1/+1
* staging: rtl8723bs: fix warning comparison to NULLHariprasad Kelam2019-06-101-1/+1
OpenPOWER on IntegriCloud