index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rtl8188eu
Age
Commit message (
Expand
)
Author
2015-11-15
staging: rtl8188eu: goto removed
Ivan Safonov
2015-11-15
staging: rtl8188eu: goto replaced by 'else' branch
Ivan Safonov
2015-11-15
staging: rtl8188eu: unused macros removed
Ivan Safonov
2015-11-15
staging: rtl8188eu: rarely used macros replaced by their definitions
Ivan Safonov
2015-11-15
staging: rtl8188eu: for loop instead of while loop used
Ivan Safonov
2015-11-15
staging: rtl8188eu: offset renamed to write_address
Ivan Safonov
2015-11-15
staging: rtl8188eu: pu4BytePtr renamed to dword_buffer
Ivan Safonov
2015-11-15
staging: rtl8188eu: buf_ptr renamed to byte_buffer
Ivan Safonov
2015-11-15
staging: rtl8188eu: unnessesary braces for single statement block removed
Ivan Safonov
2015-11-15
staging: rtl8188eu: unnecessary initialization removed
Ivan Safonov
2015-11-15
staging: rtl8188eu: types of local variables conformed with types of function...
Ivan Safonov
2015-11-15
staging: rtl8188eu: buf_ptr variable completely defined in a single line
Ivan Safonov
2015-11-15
staging: rtl8188eu: offset increment placed into for loop header
Ivan Safonov
2015-11-15
staging: rtl8188eu: unnecessary branching removed
Ivan Safonov
2015-11-15
staging: rtl8188eu: unnecessary variable override removed
Ivan Safonov
2015-11-15
staging: rtl8188eu: offset variable replaced by its value
Ivan Safonov
2015-11-15
staging: rtl8188eu: initial value placed in the variable
Ivan Safonov
2015-11-15
staging: rtl8188eu: assigning a value to the variable is replaced by the incr...
Ivan Safonov
2015-11-15
staging: rtl8188eu: *(ptr + i) replaced by ptr[i] in _rtl88e_fw_block_write
Ivan Safonov
2015-11-15
Staging: rtl8188eu: fix space prohibited before that ','
Abdul Hussain
2015-11-15
staging: rtl8188eu: 'infinite' loop removed
Ivan Safonov
2015-11-15
staging: rtl8188eu: while loop replaced by for loop
Ivan Safonov
2015-11-15
staging: rtl8188eu: do .. while (0) loop replaced by while (...) loop
Ivan Safonov
2015-11-15
staging: rtl8188eu: add missing delay in polling loops.
Rémy Oudompheng
2015-11-15
staging: rtl8188eu: jiffies are unsigned long
Rémy Oudompheng
2015-11-15
staging: rtl8188eu: core: Change function parameter to bool
Amitoj Kaur Chawla
2015-11-15
staging: rtl8188eu: core: Remove wrapper function
Amitoj Kaur Chawla
2015-11-15
staging: rtl8188eu: Remove unused function
Amitoj Kaur Chawla
2015-11-15
staging: rtl8188eu: core: rtw_ap : Remove unnecessary functions
Amitoj Kaur Chawla
2015-10-29
staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset function
Ivan Safonov
2015-10-29
staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[...
Ivan Safonov
2015-10-29
staging: rtl8188eu: checkpatch fixes: 'Avoid CamelCase' in hal/bb_cfg.c
Ivan Safonov
2015-10-29
staging: rtl8188eu: checkpatch fixes: line over 80 characters splited into tw...
Ivan Safonov
2015-10-29
staging: rtl8188eu: checkpatch fixes: alignment should match open parenthesis
Ivan Safonov
2015-10-29
staging: rtl8188eu: checkpatch fixes: unnecessary parentheses removed in hal/...
Ivan Safonov
2015-10-29
staging: rtl8188eu: checkpatch fixes: spaces preferred around that '|' in hal...
Ivan Safonov
2015-10-29
staging: rtl8188eu: operator = replaced by += in loop increment
Ivan Safonov
2015-10-29
staging: rtl8188eu: occurrence of the 5 GHz code marked
Ivan Safonov
2015-10-29
staging: rtl8188eu: increment placed into for loop header
Ivan Safonov
2015-10-29
staging: rtl8188eu: while loop replaced by for loop in rtw_restruct_wmm_ie
Ivan Safonov
2015-10-29
staging: rtl8188eu: unused MIN macro removed
Ivan Safonov
2015-10-29
staging: rtl8188eu: unused MEM_ALIGNMENT_OFFSET and MEM_ALIGNMENT_PADDING mac...
Ivan Safonov
2015-10-29
staging: rtl8188eu: unused SUCCESS and FAIL macros removed
Ivan Safonov
2015-10-29
staging: rtl8188eu: abs kernel macro used in simularity_compare function
Ivan Safonov
2015-10-29
staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macro
Ivan Safonov
2015-10-29
staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macro
Ivan Safonov
2015-10-29
staging: rtl8188eu: ternary operator (?:) replaced by min/max kernel macro
Ivan Safonov
2015-10-29
staging: rtl8188eu: clamp kernel macro used in proc_get_rx_signal
Ivan Safonov
2015-10-29
staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macro
Ivan Safonov
2015-10-27
staging: rtl8188eu: Remove unnecessary variables
Amitoj Kaur Chawla
[next]