index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rtl8188eu
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-09
staging: rtl8188eu: refactor rtw_lps_ctrl_wk_cmd
Martin Kaiser
1
-27
/
+16
2021-06-09
staging: rtl8188eu: remove RT_TRACE and DBG_88E prints from rtw_cmd.c
Martin Kaiser
1
-73
/
+4
2021-06-09
staging: rtl8188eu: remove unused RT_PRINT_DATA macro
Martin Kaiser
1
-18
/
+0
2021-06-03
staging: rtl8188eu: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2
-0
/
+3
2021-06-03
staging: rtl8188eu: remove dummy setfreq handler
Martin Kaiser
1
-9
/
+0
2021-06-03
staging: rtl8188eu: remove dummy wext handlers
Martin Kaiser
1
-17
/
+0
2021-06-03
staging: rtl8188eu: use IW_HANDLER to declare wext handlers
Martin Kaiser
1
-56
/
+41
2021-05-27
staging: rtl8188eu: convert pr_info call to dev_err call ODM_RAStateCheck
Phillip Potter
1
-1
/
+2
2021-05-25
staging: rtl8188eu: remove ASSERT and ODM_RT_ASSERT macros
Phillip Potter
2
-14
/
+1
2021-05-19
staging: rtl8188eu: use safe iterator in rtw_free_xmitframe_queue
Martin Kaiser
1
-6
/
+4
2021-05-19
staging: rtl8188eu: use safe iterator in rtw_sta_flush
Martin Kaiser
1
-5
/
+3
2021-05-19
staging: rtl8188eu: use safe iterator in rtw_acl_remove_sta
Martin Kaiser
1
-5
/
+3
2021-05-19
staging: rtl8188eu: use safe iterator in expire_timeout_chk
Martin Kaiser
1
-8
/
+4
2021-05-19
staging: rtl8188eu: use safe iterator in rtw_free_all_stainfo
Martin Kaiser
1
-5
/
+3
2021-05-19
staging: rtl8188eu: use safe iterator in rtw_free_network_queue
Martin Kaiser
1
-6
/
+4
2021-05-19
staging: rtl8188eu: rename struct field bLedOn
Michael Straube
3
-21
/
+21
2021-05-19
staging: rtl8188eu: Drop unnecessary NULL check after container_of
Guenter Roeck
1
-3
/
+0
2021-05-10
staging: rtl8188eu: remove nic_hdl from struct mlme_priv
Martin Kaiser
2
-6
/
+1
2021-05-10
staging: rtl8188eu: remove padapter from struct mlme_ext_priv
Martin Kaiser
2
-4
/
+1
2021-05-10
staging: rtl8188eu: remove padapter from struct cmd_priv
Martin Kaiser
3
-7
/
+5
2021-05-10
staging: rtl8188eu: don't block until cmdthread runs
Martin Kaiser
2
-4
/
+0
2021-05-10
staging: rtl8188eu: rtw_init_cmd_priv never fails
Martin Kaiser
3
-8
/
+3
2021-05-10
staging: rtl8188eu: make rtw_android_cmdstr_to_num static
Martin Kaiser
2
-2
/
+1
2021-05-10
staging: rtl8188eu: remove enum WIFI_FRAME_SUBTYPE
Christophe JAILLET
6
-90
/
+54
2021-05-10
staging: rtl8188eu: Use list iterators and helpers
Guenter Roeck
8
-158
/
+67
2021-05-10
Staging: rtl8188eu: rtw_ioctl_set.c: fixed indentation issue
Amos Gross
1
-5
/
+5
2021-05-10
staging: rtl8188eu: os_dep: mon: Demote non-conforming kernel-doc headers
Lee Jones
1
-3
/
+3
2021-05-10
staging: rtl8188eu: os_dep: ioctl_linux: Move 2 large data buffers into the heap
Lee Jones
1
-1
/
+11
2021-05-10
staging: rtl8188eu: core: rtw_security: Fix some formatting and misdocumentation
Lee Jones
1
-4
/
+6
2021-05-10
staging: rtl8188eu: core: rtw_ieee80211: Fix incorrectly documented function
Lee Jones
1
-1
/
+1
2021-04-22
staging: rtl8188eu: remove unused function parameters
Martin Kaiser
1
-3
/
+2
2021-04-22
staging: rtl8188eu: cmdThread is a task_struct
Martin Kaiser
1
-1
/
+1
2021-04-22
staging: rtl8188eu: remove constant variable and dead code
Martin Kaiser
1
-17
/
+0
2021-04-22
staging: rtl8188eu: change bLeisurePs' type to bool
Martin Kaiser
1
-1
/
+1
2021-04-14
staging: rtl8188eu: Move channel_table away from rtw_mlme_ext.h
Fabio M. De Francesco
2
-8
/
+8
2021-04-09
staging: rtl8188eu: simplify rtw_cmd_thread's main loop
Martin Kaiser
1
-7
/
+6
2021-04-09
staging: rtl8188eu: remove a dead assignment
Martin Kaiser
1
-2
/
+0
2021-04-09
staging: rtl8188eu: remove duplicate if statement
Martin Kaiser
1
-7
/
+0
2021-04-09
staging: rtl8188eu: always free cmd_obj in the cmd thread
Martin Kaiser
1
-21
/
+3
2021-04-09
staging: rtl8188eu: move another static array from .h to .c
Martin Kaiser
2
-21
/
+18
2021-04-09
staging: rtl8188eu: move static array from .h to .c
Martin Kaiser
2
-22
/
+18
2021-04-09
staging: rtl8188eu: remove a constant variable
Martin Kaiser
1
-2
/
+1
2021-04-09
staging: rtl8188eu: remove unused function parameter
Martin Kaiser
3
-4
/
+3
2021-04-09
staging: rtl8188eu: replace switch-case with if
Martin Kaiser
1
-6
/
+2
2021-04-09
staging: rtl8188eu: make ffaddr2pipehdl static
Martin Kaiser
2
-3
/
+1
2021-04-09
staging: rtl8188eu: remove prototype for non-existing function
Martin Kaiser
1
-1
/
+0
2021-04-09
staging: rtl8188eu: remove the last urb callback macros
Martin Kaiser
2
-7
/
+2
2021-04-08
staging: rtl8188eu: make rtw_usb_if1_init return a status
Martin Kaiser
1
-14
/
+14
2021-04-08
staging: rtl8188eu: make usb_dvobj_init return a status
Martin Kaiser
1
-16
/
+10
2021-04-08
staging: rtl8188eu: rtw_usb_if1_init needs no dvobj parameter
Martin Kaiser
1
-3
/
+3
[prev]
[next]