index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rtl8188eu
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-15
staging: rtl8188eu: goto removed
Ivan Safonov
1
-54
/
+13
2015-11-15
staging: rtl8188eu: goto replaced by 'else' branch
Ivan Safonov
1
-14
/
+11
2015-11-15
staging: rtl8188eu: unused macros removed
Ivan Safonov
2
-40
/
+0
2015-11-15
staging: rtl8188eu: rarely used macros replaced by their definitions
Ivan Safonov
2
-8
/
+8
2015-11-15
staging: rtl8188eu: for loop instead of while loop used
Ivan Safonov
1
-10
/
+4
2015-11-15
staging: rtl8188eu: offset renamed to write_address
Ivan Safonov
1
-6
/
+6
2015-11-15
staging: rtl8188eu: pu4BytePtr renamed to dword_buffer
Ivan Safonov
1
-2
/
+2
2015-11-15
staging: rtl8188eu: buf_ptr renamed to byte_buffer
Ivan Safonov
1
-3
/
+3
2015-11-15
staging: rtl8188eu: unnessesary braces for single statement block removed
Ivan Safonov
1
-4
/
+2
2015-11-15
staging: rtl8188eu: unnecessary initialization removed
Ivan Safonov
1
-1
/
+1
2015-11-15
staging: rtl8188eu: types of local variables conformed with types of function...
Ivan Safonov
1
-2
/
+2
2015-11-15
staging: rtl8188eu: buf_ptr variable completely defined in a single line
Ivan Safonov
1
-1
/
+1
2015-11-15
staging: rtl8188eu: offset increment placed into for loop header
Ivan Safonov
1
-4
/
+3
2015-11-15
staging: rtl8188eu: unnecessary branching removed
Ivan Safonov
1
-5
/
+3
2015-11-15
staging: rtl8188eu: unnecessary variable override removed
Ivan Safonov
1
-3
/
+1
2015-11-15
staging: rtl8188eu: offset variable replaced by its value
Ivan Safonov
1
-1
/
+1
2015-11-15
staging: rtl8188eu: initial value placed in the variable
Ivan Safonov
1
-3
/
+2
2015-11-15
staging: rtl8188eu: assigning a value to the variable is replaced by the incr...
Ivan Safonov
1
-1
/
+3
2015-11-15
staging: rtl8188eu: *(ptr + i) replaced by ptr[i] in _rtl88e_fw_block_write
Ivan Safonov
1
-2
/
+2
2015-11-15
Staging: rtl8188eu: fix space prohibited before that ','
Abdul Hussain
1
-3
/
+3
2015-11-15
staging: rtl8188eu: 'infinite' loop removed
Ivan Safonov
1
-19
/
+15
2015-11-15
staging: rtl8188eu: while loop replaced by for loop
Ivan Safonov
1
-8
/
+1
2015-11-15
staging: rtl8188eu: do .. while (0) loop replaced by while (...) loop
Ivan Safonov
1
-6
/
+2
2015-11-15
staging: rtl8188eu: add missing delay in polling loops.
Rémy Oudompheng
1
-1
/
+2
2015-11-15
staging: rtl8188eu: jiffies are unsigned long
Rémy Oudompheng
10
-52
/
+62
2015-11-15
staging: rtl8188eu: core: Change function parameter to bool
Amitoj Kaur Chawla
1
-1
/
+1
2015-11-15
staging: rtl8188eu: core: Remove wrapper function
Amitoj Kaur Chawla
1
-17
/
+24
2015-11-15
staging: rtl8188eu: Remove unused function
Amitoj Kaur Chawla
2
-6
/
+0
2015-11-15
staging: rtl8188eu: core: rtw_ap : Remove unnecessary functions
Amitoj Kaur Chawla
1
-53
/
+1
2015-10-29
staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset function
Ivan Safonov
1
-2
/
+1
2015-10-29
staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[...
Ivan Safonov
1
-16
/
+18
2015-10-29
staging: rtl8188eu: checkpatch fixes: 'Avoid CamelCase' in hal/bb_cfg.c
Ivan Safonov
1
-6
/
+6
2015-10-29
staging: rtl8188eu: checkpatch fixes: line over 80 characters splited into tw...
Ivan Safonov
1
-4
/
+8
2015-10-29
staging: rtl8188eu: checkpatch fixes: alignment should match open parenthesis
Ivan Safonov
1
-1
/
+1
2015-10-29
staging: rtl8188eu: checkpatch fixes: unnecessary parentheses removed in hal/...
Ivan Safonov
1
-4
/
+4
2015-10-29
staging: rtl8188eu: checkpatch fixes: spaces preferred around that '|' in hal...
Ivan Safonov
1
-1
/
+1
2015-10-29
staging: rtl8188eu: operator = replaced by += in loop increment
Ivan Safonov
2
-4
/
+4
2015-10-29
staging: rtl8188eu: occurrence of the 5 GHz code marked
Ivan Safonov
1
-0
/
+3
2015-10-29
staging: rtl8188eu: increment placed into for loop header
Ivan Safonov
1
-2
/
+1
2015-10-29
staging: rtl8188eu: while loop replaced by for loop in rtw_restruct_wmm_ie
Ivan Safonov
1
-3
/
+2
2015-10-29
staging: rtl8188eu: unused MIN macro removed
Ivan Safonov
1
-3
/
+0
2015-10-29
staging: rtl8188eu: unused MEM_ALIGNMENT_OFFSET and MEM_ALIGNMENT_PADDING mac...
Ivan Safonov
1
-3
/
+0
2015-10-29
staging: rtl8188eu: unused SUCCESS and FAIL macros removed
Ivan Safonov
1
-3
/
+0
2015-10-29
staging: rtl8188eu: abs kernel macro used in simularity_compare function
Ivan Safonov
1
-1
/
+1
2015-10-29
staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macro
Ivan Safonov
3
-3
/
+3
2015-10-29
staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macro
Ivan Safonov
8
-21
/
+20
2015-10-29
staging: rtl8188eu: ternary operator (?:) replaced by min/max kernel macro
Ivan Safonov
3
-7
/
+5
2015-10-29
staging: rtl8188eu: clamp kernel macro used in proc_get_rx_signal
Ivan Safonov
1
-2
/
+1
2015-10-29
staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macro
Ivan Safonov
3
-3
/
+3
2015-10-27
staging: rtl8188eu: Remove unnecessary variables
Amitoj Kaur Chawla
1
-4
/
+1
[next]