aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
AgeCommit message (Expand)AuthorFilesLines
2021-06-09staging: rtl8188eu: refactor rtw_lps_ctrl_wk_cmdMartin Kaiser1-27/+16
2021-06-09staging: rtl8188eu: remove RT_TRACE and DBG_88E prints from rtw_cmd.cMartin Kaiser1-73/+4
2021-06-09staging: rtl8188eu: remove unused RT_PRINT_DATA macroMartin Kaiser1-18/+0
2021-06-03staging: rtl8188eu: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+3
2021-06-03staging: rtl8188eu: remove dummy setfreq handlerMartin Kaiser1-9/+0
2021-06-03staging: rtl8188eu: remove dummy wext handlersMartin Kaiser1-17/+0
2021-06-03staging: rtl8188eu: use IW_HANDLER to declare wext handlersMartin Kaiser1-56/+41
2021-05-27staging: rtl8188eu: convert pr_info call to dev_err call ODM_RAStateCheckPhillip Potter1-1/+2
2021-05-25staging: rtl8188eu: remove ASSERT and ODM_RT_ASSERT macrosPhillip Potter2-14/+1
2021-05-19staging: rtl8188eu: use safe iterator in rtw_free_xmitframe_queueMartin Kaiser1-6/+4
2021-05-19staging: rtl8188eu: use safe iterator in rtw_sta_flushMartin Kaiser1-5/+3
2021-05-19staging: rtl8188eu: use safe iterator in rtw_acl_remove_staMartin Kaiser1-5/+3
2021-05-19staging: rtl8188eu: use safe iterator in expire_timeout_chkMartin Kaiser1-8/+4
2021-05-19staging: rtl8188eu: use safe iterator in rtw_free_all_stainfoMartin Kaiser1-5/+3
2021-05-19staging: rtl8188eu: use safe iterator in rtw_free_network_queueMartin Kaiser1-6/+4
2021-05-19staging: rtl8188eu: rename struct field bLedOnMichael Straube3-21/+21
2021-05-19staging: rtl8188eu: Drop unnecessary NULL check after container_ofGuenter Roeck1-3/+0
2021-05-10staging: rtl8188eu: remove nic_hdl from struct mlme_privMartin Kaiser2-6/+1
2021-05-10staging: rtl8188eu: remove padapter from struct mlme_ext_privMartin Kaiser2-4/+1
2021-05-10staging: rtl8188eu: remove padapter from struct cmd_privMartin Kaiser3-7/+5
2021-05-10staging: rtl8188eu: don't block until cmdthread runsMartin Kaiser2-4/+0
2021-05-10staging: rtl8188eu: rtw_init_cmd_priv never failsMartin Kaiser3-8/+3
2021-05-10staging: rtl8188eu: make rtw_android_cmdstr_to_num staticMartin Kaiser2-2/+1
2021-05-10staging: rtl8188eu: remove enum WIFI_FRAME_SUBTYPEChristophe JAILLET6-90/+54
2021-05-10staging: rtl8188eu: Use list iterators and helpersGuenter Roeck8-158/+67
2021-05-10Staging: rtl8188eu: rtw_ioctl_set.c: fixed indentation issueAmos Gross1-5/+5
2021-05-10staging: rtl8188eu: os_dep: mon: Demote non-conforming kernel-doc headersLee Jones1-3/+3
2021-05-10staging: rtl8188eu: os_dep: ioctl_linux: Move 2 large data buffers into the heapLee Jones1-1/+11
2021-05-10staging: rtl8188eu: core: rtw_security: Fix some formatting and misdocumentationLee Jones1-4/+6
2021-05-10staging: rtl8188eu: core: rtw_ieee80211: Fix incorrectly documented functionLee Jones1-1/+1
2021-04-22staging: rtl8188eu: remove unused function parametersMartin Kaiser1-3/+2
2021-04-22staging: rtl8188eu: cmdThread is a task_structMartin Kaiser1-1/+1
2021-04-22staging: rtl8188eu: remove constant variable and dead codeMartin Kaiser1-17/+0
2021-04-22staging: rtl8188eu: change bLeisurePs' type to boolMartin Kaiser1-1/+1
2021-04-14staging: rtl8188eu: Move channel_table away from rtw_mlme_ext.hFabio M. De Francesco2-8/+8
2021-04-09staging: rtl8188eu: simplify rtw_cmd_thread's main loopMartin Kaiser1-7/+6
2021-04-09staging: rtl8188eu: remove a dead assignmentMartin Kaiser1-2/+0
2021-04-09staging: rtl8188eu: remove duplicate if statementMartin Kaiser1-7/+0
2021-04-09staging: rtl8188eu: always free cmd_obj in the cmd threadMartin Kaiser1-21/+3
2021-04-09staging: rtl8188eu: move another static array from .h to .cMartin Kaiser2-21/+18
2021-04-09staging: rtl8188eu: move static array from .h to .cMartin Kaiser2-22/+18
2021-04-09staging: rtl8188eu: remove a constant variableMartin Kaiser1-2/+1
2021-04-09staging: rtl8188eu: remove unused function parameterMartin Kaiser3-4/+3
2021-04-09staging: rtl8188eu: replace switch-case with ifMartin Kaiser1-6/+2
2021-04-09staging: rtl8188eu: make ffaddr2pipehdl staticMartin Kaiser2-3/+1
2021-04-09staging: rtl8188eu: remove prototype for non-existing functionMartin Kaiser1-1/+0
2021-04-09staging: rtl8188eu: remove the last urb callback macrosMartin Kaiser2-7/+2
2021-04-08staging: rtl8188eu: make rtw_usb_if1_init return a statusMartin Kaiser1-14/+14
2021-04-08staging: rtl8188eu: make usb_dvobj_init return a statusMartin Kaiser1-16/+10
2021-04-08staging: rtl8188eu: rtw_usb_if1_init needs no dvobj parameterMartin Kaiser1-3/+3