index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rtl8188eu
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: rtl8188eu: remove unused enum and defines
Michael Straube
2020-01-22
2
-17
/
+0
*
staging: rtl8188eu: remove redundant defines
Michael Straube
2020-01-22
2
-11
/
+1
*
staging: rtl8188eu: remove else after break or return
Michael Straube
2020-01-22
8
-77
/
+65
*
staging: rtl8188eu: cleanup whitespace in rtl8188e_dm.c
Michael Straube
2020-01-14
1
-22
/
+22
*
staging: rtl8188eu: remove unnecessary parentheses in rtl8188e_dm.c
Michael Straube
2020-01-14
1
-4
/
+4
*
staging: rtl8188eu: cleanup long lines in rtl8188e_dm.c
Michael Straube
2020-01-14
1
-8
/
+18
*
staging: rtl8188eu: convert rtw_hal_antdiv_before_linked() to bool
Michael Straube
2020-01-14
2
-2
/
+2
*
staging: rtl8188eu: refactor rtw_hal_antdiv_before_linked()
Michael Straube
2020-01-14
1
-8
/
+9
*
staging: rtl8188eu: remove unused parameters from rtw_check_network_type
Michael Straube
2020-01-14
3
-4
/
+4
*
Merge 5.5-rc6 into staging-next
Greg Kroah-Hartman
2020-01-13
1
-0
/
+1
|
\
|
*
staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21
Michael Straube
2020-01-03
1
-0
/
+1
*
|
staging: rtl8188eu: refactor rtl88eu_dm_update_rx_idle_ant()
Michael Straube
2020-01-10
1
-27
/
+29
*
|
staging: rtl8188eu: remove else after return
Michael Straube
2020-01-10
1
-12
/
+14
*
|
staging: rtl8188: avoid excessive stack usage
Arnd Bergmann
2020-01-10
1
-3
/
+6
*
|
staging: rtl8188eu: use break to exit while loop
Michael Straube
2020-01-03
1
-3
/
+2
*
|
staging: rtl8188eu: add spaces around operators in rtw_mlme_ext.c
Michael Straube
2019-12-17
1
-56
/
+57
*
|
staging: rtl8188eu: cleanup comparsions to NULL in rtw_mlme_ext.c
Michael Straube
2019-12-17
1
-19
/
+19
*
|
Merge 5.5-rc2 into staging-next
Greg Kroah-Hartman
2019-12-16
1
-1
/
+1
|
\
|
|
*
staging: rtl8188eu: fix interface sanity check
Johan Hovold
2019-12-10
1
-1
/
+1
*
|
staging: rtl8188eu: remove return variable from rtw_pwr_unassociated_idle
Michael Straube
2019-12-10
1
-7
/
+3
*
|
staging: rtl8188eu: cleanup declarations in rtw_pwrctrl.c
Michael Straube
2019-12-10
1
-8
/
+8
*
|
staging: rtl8188eu: remove unnecessary parentheses in rtw_pwrctrl.c
Michael Straube
2019-12-10
1
-6
/
+6
|
/
*
staging: rtl*: Remove tasklet callback casts
Kees Cook
2019-11-16
5
-10
/
+8
*
staging: rtl8188eu: replace tabs with spaces - style
Michael Straube
2019-10-28
1
-2
/
+2
*
staging: rtl8188eu: remove return variable from rtw_init_bcmc_stainfo
Michael Straube
2019-10-28
1
-5
/
+2
*
staging: rtl8188eu: reduce indentation level in _rtw_free_sta_priv
Michael Straube
2019-10-28
1
-22
/
+21
*
staging: rtl8188eu: remove exit label from rtw_alloc_stainfo
Michael Straube
2019-10-28
1
-4
/
+2
*
staging: rtl8188eu: reduce indentation level in rtw_alloc_stainfo
Michael Straube
2019-10-26
1
-50
/
+51
*
staging: rtl8188eu: cleanup long lines in rtw_sta_mgt.c
Michael Straube
2019-10-26
1
-5
/
+10
*
staging: rtl8188eu: remove ternary operator
Michael Straube
2019-10-26
1
-2
/
+2
*
staging: rtl8188eu: convert rtw_access_ctrl to return bool
Michael Straube
2019-10-26
2
-4
/
+4
*
staging: rtl8188eu: rename array bcast_addr
Michael Straube
2019-10-26
1
-2
/
+2
*
staging: rtl8188eu: convert unsigned char array to u8
Michael Straube
2019-10-26
1
-1
/
+1
*
staging: rtl8188eu: cleanup comments in rtw_sta_mgt.c
Michael Straube
2019-10-26
1
-5
/
+10
*
staging: rtl8188eu: remove code valid only for 5 GHz
Michael Straube
2019-10-24
2
-31
/
+11
*
staging: rtl8188eu: make efuse_power_switch() function static
Alexandru Ardelean
2019-10-24
2
-2
/
+1
*
staging: rtl8188eu: remove blank lines
Michael Straube
2019-10-15
1
-2
/
+0
*
staging: rtl8188eu: convert variables from unsigned char to u8
Michael Straube
2019-10-15
1
-4
/
+4
*
staging: rtl8188eu: rename variables to avoid mixed case
Michael Straube
2019-10-15
1
-12
/
+12
*
staging: rtl8188eu: remove unnecessary conversion to bool
Michael Straube
2019-10-14
1
-2
/
+2
*
staging: rtl8188eu: remove braces from single statement if block
Michael Straube
2019-10-14
1
-2
/
+2
*
Merge 5.4-rc3 into staging-next
Greg Kroah-Hartman
2019-10-14
2
-3
/
+5
|
\
|
*
staging: rtl8188eu: fix HighestRate check in odm_ARFBRefresh_8188E()
Denis Efremov
2019-10-01
1
-1
/
+1
|
*
staging: rtl8188eu: fix null dereference when kzalloc fails
Connor Kuehl
2019-10-01
1
-2
/
+4
*
|
staging: rtl8188eu: remove unnecessary asignment and initialization
Michael Straube
2019-10-07
1
-2
/
+1
*
|
staging: rtl8188eu: cleanup comments in update_hw_ht_param
Michael Straube
2019-10-04
1
-8
/
+5
*
|
staging: rtl8188eu: cleanup whitespace in update_hw_ht_param
Michael Straube
2019-10-04
1
-4
/
+2
*
|
staging: rtl8188eu: rename variables to avoid mixed case
Michael Straube
2019-10-04
1
-6
/
+6
*
|
staging: rtl8188eu: convert variables from unsigned char to u8
Michael Straube
2019-10-04
1
-4
/
+4
*
|
staging: rtl8188eu: fix possible null dereference
Connor Kuehl
2019-09-30
1
-2
/
+2
[next]