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
/
r8188eu
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-10
staging: r8188eu: remove some dead code
Michael Straube
2
-72
/
+1
2021-10-10
staging: r8188eu: remove unused defines from rtw_sreset.h
Michael Straube
1
-4
/
+0
2021-10-10
staging: r8188eu: rename rtl8188eu_set_hal_ops()
Michael Straube
3
-4
/
+4
2021-10-10
staging: r8188eu: remove hal_ops
Michael Straube
4
-11
/
+3
2021-10-10
staging: r8188eu: remove hal_init from hal_ops
Michael Straube
3
-4
/
+4
2021-10-10
staging: r8188eu: remove GetHwRegHandler from hal_ops
Michael Straube
14
-28
/
+17
2021-10-10
staging: r8188eu: remove SetHwRegHandler from hal_ops
Michael Straube
14
-101
/
+78
2021-10-10
staging: r8188eu: merge two signal scale mapping functions
Martin Kaiser
1
-6
/
+1
2021-10-10
staging: r8188eu: Odm PatchID is always 0
Martin Kaiser
4
-50
/
+16
2021-10-10
staging: r8188eu: hal data's customer id is always 0
Martin Kaiser
4
-59
/
+2
2021-10-10
staging: r8188eu: support interface is always usb
Martin Kaiser
1
-39
/
+19
2021-10-10
staging: r8188eu: interface type is always usb
Martin Kaiser
4
-15
/
+1
2021-10-10
staging: r8188eu: chip_type is write-only
Martin Kaiser
5
-27
/
+0
2021-10-10
staging: r8188eu: HardwareType is write-only
Martin Kaiser
3
-4
/
+0
2021-10-10
staging: r8188eu: remove two write-only hal components
Martin Kaiser
2
-5
/
+0
2021-10-10
staging: r8188eu: remove unused IntrMask
Martin Kaiser
2
-4
/
+0
2021-10-10
staging: r8188eu: remove write-only HwRxPageSize
Martin Kaiser
3
-25
/
+0
2021-10-10
staging: r8188eu: remove unused led component
Martin Kaiser
1
-2
/
+0
2021-10-10
staging: r8188eu: remove an obsolete comment
Martin Kaiser
1
-15
/
+0
2021-10-05
staging: r8188eu: prevent array underflow in rtw_hal_update_ra_mask()
Dan Carpenter
1
-1
/
+1
2021-10-05
staging: r8188eu: core: remove duplicate condition check
Saurav Girepunje
1
-1
/
+0
2021-10-05
staging: r8188eu: hal: remove assignment to itself
Saurav Girepunje
1
-1
/
+0
2021-10-05
staging: r8188eu: core: remove unused variable local variable
Saurav Girepunje
3
-5
/
+3
2021-10-05
staging: r8188eu: core: remove unused variable pAdapter
Saurav Girepunje
1
-5
/
+3
2021-10-05
staging: r8188eu: Use kmemdup() to replace kmalloc + memcpy
Kai Song
1
-2
/
+1
2021-10-05
staging: r8188eu: core: remove power_saving_wk_hdl function
Saurav Girepunje
1
-6
/
+1
2021-10-05
staging: r8188eu: remove rtl8188e_silentreset_for_specific_platform()
Michael Straube
3
-20
/
+1
2021-10-05
staging: r8188eu: remove inirp_deinit from struct hal_ops
Michael Straube
4
-22
/
+1
2021-10-05
staging: r8188eu: remove inirp_init from struct hal_ops
Michael Straube
4
-16
/
+4
2021-10-05
staging: r8188eu: remove free_recv_priv from struct hal_ops
Michael Straube
4
-13
/
+1
2021-10-05
staging: r8188eu: remove init_recv_priv from struct hal_ops
Michael Straube
4
-12
/
+2
2021-10-05
staging: r8188eu: remove init_xmit_priv from struct hal_ops
Michael Straube
4
-14
/
+1
2021-10-05
staging: r8188eu: remove GetHalDefVarHandler from struct hal_ops
Michael Straube
8
-41
/
+18
2021-10-05
staging: r8188eu: remove SetHalDefVarHandler from struct hal_ops
Michael Straube
4
-22
/
+7
2021-10-05
staging: r8188eu: remove odm_GlobalAdapterCheck()
Michael Straube
2
-7
/
+0
2021-10-05
staging: r8188eu: remove odm_DynamicBBPowerSaving()
Michael Straube
2
-56
/
+0
2021-10-05
staging: r8188eu: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-2
/
+2
2021-09-28
staging: r8188eu: Remove unused macros and defines from odm.h
Larry Finger
2
-142
/
+15
2021-09-27
staging: r8188eu: remove mutex 'usb_vendor_req_mutex'
Pavel Skripkin
2
-46
/
+8
2021-09-27
staging: r8188eu: remove shared buffer for USB requests
Pavel Skripkin
3
-25
/
+7
2021-09-27
staging: r8188eu: call new usb_write() from rtw_write{8,16,32,N}()
Fabio M. De Francesco
1
-65
/
+43
2021-09-27
staging: r8188eu: call new usb_read() from rtw_read{8,16,32}()
Fabio M. De Francesco
1
-3
/
+56
2021-09-27
staging: r8188eu: Remove a test from usbctrl_vendorreq()
Fabio M. De Francesco
1
-6
/
+0
2021-09-27
staging: r8188eu: change the type of a variable in rtw_read16()
Fabio M. De Francesco
1
-2
/
+2
2021-09-27
staging: r8188eu: remove a bitwise AND from rtw_writeN()
Fabio M. De Francesco
1
-1
/
+1
2021-09-27
staging: r8188eu: remove a buffer from rtw_writeN()
Fabio M. De Francesco
1
-3
/
+1
2021-09-27
staging: r8188eu: change the type of a variable in rtw_write16()
Fabio M. De Francesco
1
-1
/
+1
2021-09-27
staging: r8188eu: remove casts from rtw_{read,write}*()
Fabio M. De Francesco
1
-7
/
+7
2021-09-27
staging: r8188eu: rename symbols in rtw_read*() and rtw_write*()
Fabio M. De Francesco
1
-30
/
+30
2021-09-27
staging: r8188eu: remove a comment from usbctrl_vendorreq()
Fabio M. De Francesco
1
-3
/
+1
[prev]
[next]