summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: remove unneeded conversion to boolSaiyam Doshi2019-09-301-4/+5
* staging: rtl8723bs: core: make array op_class static const, makes object smallerColin Ian King2019-09-301-2/+2
* 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: core: Remove Macro "IS_MAC_ADDRESS_BROADCAST"Hariprasad Kelam2019-09-121-7/+0
* staging: rtl8723bs: hal: remove redundant variable nColin Ian King2019-09-061-4/+2
* staging: rtl8723bs: Remove return statement from void functionLeandro Ribeiro2019-09-051-1/+0
* Staging: rtl8723bs: Use kzfree rather than its implementationzhong jiang2019-09-041-2/+1
* staging: rtl8723bs: replace __inline by inlineRasmus Villemoes2019-09-0310-42/+42
* staging: rtl8723bs: os_dep: Drop condition with no effectSaurav Girepunje2019-08-251-2/+0
* staging: rtl8723bs: hal: Drop condition with no effectSaurav Girepunje2019-08-251-3/+1
* staging: rtl8723bs: os_dep: Remove unused declarationsHariprasad Kelam2019-08-253-10/+0
* staging: rtl8723bs: core: Remove unneeded declaration WFD_OUIHariprasad Kelam2019-08-211-1/+0
* staging: rtl8723bs: remove redundant assignment to retColin Ian King2019-08-141-1/+1
* staging: rtl8723bs: Remove debugging information exposed via procfsKai-Heng Feng2019-08-1411-2225/+0
* staging: rtl8723bs: fix brace position in enum declarationJose Carlos Cazarin Filho2019-08-081-4/+2
* staging: rtl8723bs: core: add spaces around '-', '+', '&','|' and '?'Saurav Girepunje2019-08-051-44/+44
* staging: rtl8723bs: core: Remove Unnecessary parenthesesSaurav Girepunje2019-08-051-6/+6
* staging: rtl8723bs: core: correct spelling mistake in rtw_ap.cSaurav Girepunje2019-08-051-6/+6
* staging: rtl8723bs: Replace hal_btcoex_Initialize()Nishka Dasgupta2019-08-024-13/+8
* staging: rtl8723bs: Change return type of hal_btcoex_IsLpsOn()Nishka Dasgupta2019-08-022-3/+3
* staging: rtl8723bs: Change return type of hal_btcoex_IsBtControlLps()Nishka Dasgupta2019-08-022-3/+3
* staging: rtl8723bs: Change return type of hal_btcoex_IsBtExist()Nishka Dasgupta2019-08-022-2/+2
* staging: rtl8723bs: remove set but not used variable 'FirstConnect'YueHaibing2019-08-011-2/+0
* staging: rtl8723bs: remove set but not used variables 'prspbuf' and 'auth'YueHaibing2019-08-011-4/+2
* staging: rtl8723bs: remove set but not used variable 'bEEPROMCheck'YueHaibing2019-08-011-5/+0
* 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: remove set but not used variable 'pszBBRegMpFile'YueHaibing2019-07-301-3/+1
* staging: rtl8723bs: remove set but not used variable 'bWifiBusy'YueHaibing2019-07-301-6/+0
* staging: rtl8723bs: hal: Remove unneeded variable pU1TmpHariprasad Kelam2019-07-251-8/+6
* staging: rtl8723bs: Remove unused function prototype ODM_SetAntenna()Nishka Dasgupta2019-07-251-4/+0
* staging: rtl8723bs: Replace function ODM_TXPowerTrackingCheck()Nishka Dasgupta2019-07-251-8/+0
* staging: rtl8723bs: Replace function odm_TXPowerTrackingInit()Nishka Dasgupta2019-07-251-8/+1
* staging: rtl8723bs: Replace function beacon_timing_control()Nishka Dasgupta2019-07-254-8/+2
* staging: rtl8723bs: hal: Replace function rtl8723b_set_ap_wowlan_cmd()Nishka Dasgupta2019-07-251-6/+1
* staging: rtl8723bs: hal: Replace function rtl8723b_set_wowlan_cmd()Nishka Dasgupta2019-07-251-6/+1
* staging: rtl8723bs: hal: Replace function PHY_GetTxPowerIndex()Nishka Dasgupta2019-07-254-22/+2
* staging: rtl8723bs: hal: Replace function PHY_SetTxPowerIndex()Nishka Dasgupta2019-07-254-17/+2
* staging: rtl8723bs: rtw_pwrctrl: Change true/false checksNishka Dasgupta2019-07-251-63/+54
* staging: rtl8723bs: hal: remove redundant assignment to variable nColin Ian King2019-07-251-1/+0
* staging: rtl8723bs: remove unused file hal_phy.cMichael Straube2019-07-251-157/+0
* staging: rtl8723bs: core: Remove Unneeded variable retHariprasad Kelam2019-07-251-2/+1
* staging: rtl8723bs: os_dep: change return type of rtw_suspend_ap_wowHariprasad Kelam2019-07-251-3/+1
* staging: rtl8723bs: remove set but not used variable 'cck_highpwr'YueHaibing2019-07-251-7/+0
* staging: rtl8723bs: core: Change return type of init_mlme_ext_privHariprasad Kelam2019-07-223-11/+3
* staging: rtl8723bs: os_dep: Remove code valid only for 5GHzHariprasad Kelam2019-07-221-3/+0
* staging: rtl8723bs: core: Remove code valid only for 5GHzHariprasad Kelam2019-07-221-5/+1
* staging: rtl8723bs: hal: Remove code valid only for 5GHzHariprasad Kelam2019-07-221-4/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-121-1/+1
|\