aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18rtl8188eu: Fix a possible sleep-in-atomic bug in rtw_createbss_cmdJia-Ju Bai1-1/+1
2017-10-18rtl8188eu: Fix a possible sleep-in-atomic bug in rtw_disassoc_cmdJia-Ju Bai1-1/+1
2017-08-31staging:rtl8188eu:core Fix Code IndentJanani Sankara Babu1-1/+1
2017-07-16staging: rtl8188eu: memory leak in rtw_free_cmd_obj()Dan Carpenter1-1/+1
2017-05-29staging: rtl8188eu: removes comparison to nullJuliana Rodrigues1-10/+10
2017-05-29staging: rtl8188eu: removed unnecessary blank linesJuliana Rodrigues1-40/+1
2017-05-29staging: rtl8188eu: removed unnecessary parenthesesJuliana Rodrigues1-10/+11
2017-05-29staging: rtl8188eu: removed function names from stringsJuliana Rodrigues1-5/+8
2017-05-29staging: rtl8188eu: add spaces around characterJuliana Rodrigues1-1/+1
2017-05-29staging: rtl8188eu: fixes block comments subsequent linesJuliana Rodrigues1-16/+18
2017-04-28staging: rtl8188eu: embedded function name style fixesIan Chard1-2/+2
2017-01-05staging:r8188eu: remove unused WIFI_MP_*STATE and WIFI_MP_CTX* definitionsIvan Safonov1-3/+0
2016-10-16staging:r8188eu: remove wrappers for LedControl8188eu functionIvan Safonov1-3/+3
2016-10-02staging:r8188eu: remove GEN_CMD_CODE macroIvan Safonov1-12/+12
2016-09-12staging: r8188eu: remove scan_start_time and assoc_by_rssi members from mlme_priv structureIvan Safonov1-2/+0
2016-08-21staging: r8188eu: Fix scheduling while atomic splatLarry Finger1-2/+2
2016-08-21rtl8188eu: Replace semaphore terminate_cmdthread_sema with completionBinoy Jayan1-3/+3
2016-08-21rtl8188eu: Replace semaphore cmd_queue_sema with completionBinoy Jayan1-3/+3
2016-03-28staging: rtl8188eu: rtw_cmd: Clean up tests if NULL returned on failureBhaktipriya Shridhar1-22/+22
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann1-5/+0
2016-03-11Staging: rtl8188eu: Do not print message if kzalloc() failed.Sandhya Bankar1-2/+1
2016-02-07staging: rtl8188eu: use list_first_entry_or_null()Geliang Tang1-9/+3
2015-11-15staging: rtl8188eu: goto removedIvan Safonov1-54/+13
2015-11-15staging: rtl8188eu: goto replaced by 'else' branchIvan Safonov1-14/+11
2015-11-15staging: rtl8188eu: do .. while (0) loop replaced by while (...) loopIvan Safonov1-6/+2
2015-10-02staging:rtl8188eu style fixBryan Paul1-4/+4
2015-03-16Staging: rtl8188eu: Eliminate use of _set_timerVaishali Thakkar1-6/+12
2014-12-02Merge 3.18-rc7 into staging-work.Greg Kroah-Hartman1-11/+11
2014-11-26staging: r8188eu: Fix scheduling while atomic error introduced in commit fadbe0cdLarry Finger1-11/+11
2014-11-03staging: rtl8188eu: Fix coding style space related ERROR problemsJia He1-1/+1
2014-10-30staging: rtl8188eu: core: Remove null check before kfreeTapasweni Pathak1-2/+1
2014-10-30staging: rtl8188eu: core: Remove useless cast on void pointerTapasweni Pathak1-1/+1
2014-10-20staging: rtl8188eu: core: Replace "the the " with "the"Tapasweni Pathak1-1/+1
2014-09-19staging: rtl8188eu: core: Fixed wrong space error.Gulsah Kose1-1/+1
2014-09-06staging: rtl8188eu: fix missing blank lines after declarationsLuca Ceresoli1-0/+3
2014-07-26staging: rtl8188eu: Fix static symbol sparse warningsJeff Oczek1-1/+1
2014-07-09staging: rtl8188eu: Remove dummy function rtw_free_cmd_priv()navin patidar1-5/+0
2014-07-09staging: rtl8188eu: Remove cmd_seq from struct cmd_privnavin patidar1-4/+0
2014-07-09staging: rtl8188eu: Remove function rtw_setdatarate_cmd()navin patidar1-31/+0
2014-07-09staging: rtl8188eu: Remove function rtw_getbbrfreg_cmdrsp_callback()navin patidar1-8/+0
2014-07-09staging: rtl8188eu: Remove members cmd_[allocated,]_buf from struct cmd_privnavin patidar1-30/+2
2014-07-09staging: rtl8188eu: Remove unused members rsp_[allocated, ]_buf from struct cmd_privnavin patidar1-10/+0
2014-07-09staging: rtl8188eu: Remove unused member cmd_done_cnt from struct cmd_privnavin patidar1-1/+0
2014-07-09staging: rtl8188eu: Remove unused member cmd_issued_cnt from struct cmd_privnavin patidar1-3/+0
2014-07-09staging: rtl8188eu: Remove unused member rsp_cnt from struct cmd_privnavin patidar1-1/+0
2014-07-09staging: rtl8188eu: Rename _rtw_dequeue_cmd() to rtw_dequeue_cmd()navin patidar1-13/+3
2014-07-09staging: rtl8188eu: Rename _rtw_free_cmd_priv() to rtw_free_cmd_priv()navin patidar1-7/+1
2014-07-09staging: rtl8188eu: Rename _rtw_init_cmd_priv() to rtw_init_cmd_priv()navin patidar1-8/+1
2014-07-09staging: rtl8188eu: Remove wrapper function power_saving_wk_hdl()navin patidar1-6/+1
2014-07-09staging: rtl8188eu: Remove header file cmd_osdep.hnavin patidar1-1/+0