aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl871x_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-01staging: rtl8712: Replace function r8712_dequeue_cmd()Nishka Dasgupta1-6/+1
2019-07-01staging: rtl8712: Replace function r8712_enqueue_cmd()Nishka Dasgupta1-10/+7
2019-07-01staging: rtl8712: Change return values of r8712_getrfreg_cmd()Nishka Dasgupta1-4/+4
2019-06-26staging: rtl8712: Change return values of r8712_setrfreg_cmd()Nishka Dasgupta1-4/+4
2019-06-26staging: rtl8712: Remove r8712_setassocsta_cmd()Nishka Dasgupta1-29/+0
2019-06-26staging: rtl8712: Remove r8712_setrttbl_cmd()Nishka Dasgupta1-22/+0
2019-06-26staging: rtl8712: Replace r8712_free_evt_priv()Nishka Dasgupta1-6/+1
2019-06-26staging: rtl8712: Replace r8712_free_cmd_priv()Nishka Dasgupta1-6/+1
2019-06-26staging: rtl8712: Change return values of r8712_init_evt_priv()Nishka Dasgupta1-2/+2
2019-06-26staging: rtl8712: Replace function r8712_init_evt_priv()Nishka Dasgupta1-6/+1
2019-06-26staging: rtl8712: Change return values in r8712_init_cmd_priv()Nishka Dasgupta1-3/+3
2019-06-21staging: rtl8712: Replace function r8712_init_cmd_priv()Nishka Dasgupta1-6/+1
2019-06-21staging: rtl8712: Remove function r8712_setrfintfs_cmd()Nishka Dasgupta1-21/+0
2019-06-21staging: rtl8712: Remove function r8712_setfwra_cmd()Nishka Dasgupta1-20/+0
2019-06-21staging: rtl8712: Remove function r8712_setfwdig_cmd()Nishka Dasgupta1-20/+0
2019-06-21staging: rtl8712: Remove function r8712_setbasicrate_cmdNishka Dasgupta1-21/+0
2019-06-21staging: rtl8712: r8712_enqueue_cmd_ex(): Change return typeNishka Dasgupta1-4/+3
2019-06-21staging: rtl8712: r8712_wdg_wk_cmd(): Change return typeNishka Dasgupta1-4/+3
2019-06-21staging: rtl8712: r8712_disconnectCtrlEx_cmd(): Change return typeNishka Dasgupta1-4/+3
2019-06-21staging: rtl8712: r8712_addbareq_cmd(): Change return typeNishka Dasgupta1-4/+3
2019-06-20staging: rtl8712: r8712_setMacAddr_cmd(): Change return typeNishka Dasgupta1-4/+3
2019-06-20staging: rtl8712: r8712_setstakey_cmd(): Change return typeNishka Dasgupta1-5/+4
2019-06-20staging: rtl8712: r8712_setopmode_cmd(): Change return typeNishka Dasgupta1-4/+3
2019-06-20staging: rtl8712: r8712_disassoc_cmd(): Change type to voidNishka Dasgupta1-4/+3
2019-06-20staging: rtl8712: r8712_set_chplan_cmd(): Change return typeNishka Dasgupta1-4/+3
2019-06-20staging: rtl8712: Change (r8712)_enqueue_cmd to voidNishka Dasgupta1-9/+5
2019-06-20staging: rtl8712: r8712_joinbss_cmd(): Change return values and typeNishka Dasgupta1-3/+3
2019-06-20staging: rtl8712: rtl871x_cmd.c: Remove unnecessary null checkNishka Dasgupta1-4/+0
2019-06-13staging: rtl8712: Change return values of r8712_createbss_cmd()Nishka Dasgupta1-3/+3
2019-06-13staging: rtl8712: Change return values of r8712_setdatarate_cmd()Nishka Dasgupta1-4/+4
2018-10-03staging: rtl8712: add SPDX identifiersMichael Straube1-13/+1
2017-12-21staging: rtl8712: style fix multiple line dereferencesMartin Homuth1-18/+18
2017-09-17staging: rtl8712: Fix unbalanced braces around else statementLiam Ryan1-1/+2
2016-11-07staging : rtl8712: Free memory when kmalloc failsSouptick Joarder1-1/+4
2016-09-20Staging: rtl8712: rtl871x_cmd: Use !x instead of x == NULL.Sandhya Bankar1-11/+11
2016-09-02staging: rtl8172: fixed comment style in rts871x_cmd.cLouie Lu1-21/+25
2016-08-21rtl8712: Replace semaphore terminate_cmdthread_sema with completionBinoy Jayan1-1/+1
2016-08-21rtl8712: Replace semaphore cmd_queue_sema with completionBinoy Jayan1-3/+3
2016-03-28staging: rtl8712: rtl871x_cmd: Clean up tests if NULL returned on failureBhaktipriya Shridhar1-40/+40
2016-03-11Staging: rtl8712: Remove function r8712_setptm_cmd and r8712_gettssi_cmdBhumika Goyal1-47/+0
2016-02-07staging: rtl8712: use list_first_entry_or_null()Geliang Tang1-8/+5
2015-10-24staging: rtl8712: spaces preferred around operandsLuis de Bethencourt1-5/+5
2015-10-24staging: rtl8712: braces should be used on all armsLuis de Bethencourt1-3/+4
2015-10-24staging: rtl8712: Remove boolean comparisonsLuis de Bethencourt1-4/+4
2015-08-07staging: rtl8712: rename functionJoshua Clayton1-4/+4
2015-08-07staging: rtl8712: remove duplicate structJoshua Clayton1-7/+4
2015-08-07staging: rtl8712: simplify size calculationJoshua Clayton1-10/+1
2015-05-31staging: rtl8712: fix stack dumpSudip Mukherjee1-1/+1
2015-03-16Staging: rtl8712: Eliminate use of _cancel_timerVaishali Thakkar1-2/+1
2015-03-01Staging: rtl8712: Eliminate use of _set_timerVaishali Thakkar1-3/+6