summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu/core/rtw_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-09staging: r8188eu: delete driverGreg Kroah-Hartman1-1529/+0
2023-02-16staging: r8188eu: merge _rtw_enqueue_cmd into its callerMartin Kaiser1-38/+9
2023-01-27staging: r8188eu: make rtw_chk_hi_queue_cmd a void functionMartin Kaiser1-11/+5
2023-01-17staging: r8188eu: cmd_seq is write-onlyMartin Kaiser1-4/+0
2022-11-02staging: r8188eu: convert rtw_setdatarate_cmd to correct error semanticsPhillip Potter1-11/+7
2022-10-20staging: r8188eu: convert rtw_init_cmd_priv() to common error logicMichael Straube1-4/+4
2022-10-20staging: r8188eu: convert rtw_init_evt_priv() to common error logicMichael Straube1-5/+3
2022-09-24staging: r8188eu: remove recv_osdep.hMichael Straube1-1/+0
2022-09-24staging: r8188eu: fix a potential memory leak in rtw_init_cmd_priv()Xiaoke Wang1-10/+5
2022-09-11staging: r8188eu: make c2h_evt_read() staticMichael Straube1-0/+60
2022-09-09staging: r8188eu: remove channel parameters from rtw_sitesurvey_cmdMartin Kaiser1-13/+1
2022-09-09staging: r8188eu: remove mlme_osdep.hMichael Straube1-1/+0
2022-06-10staging: r8188eu: add error handling of rtw_read32Pavel Skripkin1-2/+13
2022-04-26staging: r8188eu: drop unnecessary wrapper _rtw_dequeue_cmdVihas Makwana1-21/+13
2022-04-26staging: r8188eu: drop unnecessary wrapper _rtw_alloc_networkVihas Makwana1-1/+1
2022-04-26staging: r8188eu: drop unnecessary wrapper _rtw_init_evt_privVihas Makwana1-18/+9
2022-04-26staging: r8188eu: drop unnecessary wrapper _rtw_init_cmd_privVihas Makwana1-43/+34
2022-04-26staging: r8188eu: drop unnecessary wrapper _rtw_free_cmd_privVihas Makwana1-9/+4
2022-04-26Revert "staging: r8188eu: use in-kernel ieee channel"Solomon Tan1-3/+3
2022-04-22staging: r8188eu: use in-kernel ieee channelSolomon Tan1-3/+3
2022-04-07staging: r8188eu: use sizeof(*pvar) for allocating structsRebecca Mckeever1-34/+34
2022-04-07staging: r8188eu: correct misspelling in comment 'tppe' -> 'type'Rebecca Mckeever1-1/+1
2022-04-07staging: r8188eu: remove extra 'the'Rebecca Mckeever1-1/+1
2022-04-07staging: r8188eu: format comments in drivers/net styleRebecca Mckeever1-6/+3
2022-04-07staging: r8188eu: use round_up() instead of _RND4()Michael Straube1-1/+1
2022-04-05staging: r8188eu: remove HAL_DEF_IS_SUPPORT_ANT_DIVMichael Straube1-3/+8
2022-04-04staging: r8188eu: add blank line between functionsRebecca Mckeever1-0/+1
2022-04-04staging: r8188eu: combine both sides of conditional statementRebecca Mckeever1-6/+2
2022-04-04staging: r8188eu: remove handlerOS independent commentRebecca Mckeever1-1/+0
2022-04-04staging: r8188eu: remove HW_VAR_H2C_FW_JOINBSSRPT from SetHwReg8188EU()Michael Straube1-2/+2
2022-04-04staging: r8188eu: remove HW_VAR_RPT_TIMER_SETTING from SetHwReg8188EU()Michael Straube1-1/+4
2022-04-04staging: r8188eu: remove HW_VAR_ANTENNA_DIVERSITY_SELECT from SetHwReg8188EU()Michael Straube1-1/+7
2022-04-04staging: r8188eu: remove spaces before tabsRebecca Mckeever1-8/+8
2022-04-04staging: r8188eu: remove unnecessary braces in conditional statementsRebecca Mckeever1-7/+4
2022-04-04staging: r8188eu: format block commentsRebecca Mckeever1-15/+14
2022-04-04staging: r8188eu: correct misspelling in comment "conider" -> "consider"Rebecca Mckeever1-1/+1
2022-04-04staging: r8188eu: remove else after returnRebecca Mckeever1-2/+4
2022-04-04staging: r8188eu: place constants on the right side of testsRebecca Mckeever1-3/+3
2022-04-04staging: r8188eu: remove handlerOS independent commentRebecca Mckeever1-1/+0
2022-04-04staging: r8188eu: remove HW_VAR_CHK_HI_QUEUE_EMPTY from GetHwReg8188EU()Michael Straube1-7/+7
2022-04-04staging: r8188eu: add a check for rtw_cbuf_alloc()Xiaoke Wang1-0/+2
2022-04-04staging: r8188eu: fix suspect code indent for conditional statementsRebecca Mckeever1-1/+1
2022-02-21staging: r8188eu: move out assignment in if conditionMarcelo Aloisio da Silva1-1/+2
2022-02-17staging: r8188eu: fix lines modified by DBG_88E cleanupPhillip Potter1-4/+2
2022-02-17staging: r8188eu: remove smaller sets of converted DBG_88E callsPhillip Potter1-8/+0
2022-02-17staging: r8188eu: evt_done_cnt is set but not usedMartin Kaiser1-1/+0
2022-01-31staging: r8188eu: remove c2h_evt_clear()Michael Straube1-1/+1
2022-01-25staging: r8188eu: remove _cancel_timer wrapperMartin Kaiser1-2/+1
2022-01-25staging: r8188eu: remove rtw_list_delete wrapperMartin Kaiser1-1/+1
2022-01-25staging: r8188eu: we always enqueue in rtw_set_chplan_cmdMartin Kaiser1-17/+9