index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rtl8192u
Commit message (
Expand
)
Author
Age
Files
Lines
*
Staging: rtl8192u: use correct array for debug output
Dan Carpenter
2015-04-03
1
-1
/
+1
*
Staging: rtl8192 Clean up function definition
Eddie Kovsky
2015-03-26
1
-1
/
+1
*
staging: rtl8192u: Fix static decleration sparse warning.
Cihangir Akturk
2015-03-26
1
-2
/
+2
*
Staging: rtl8192u: Fix space issues before '(' and after ')'
Haneen Mohammed
2015-03-26
2
-59
/
+59
*
Staging: rtl8192u: Add space before open parenthesis
Haneen Mohammed
2015-03-26
5
-75
/
+75
*
Staging: rtl8192u: Remove function prototype from .c file
Cristina Opriceana
2015-03-23
1
-1
/
+0
*
Staging: rtl8192u: Make function prototypes static
Cristina Opriceana
2015-03-23
1
-8
/
+8
*
Staging: rtl8192u: Remove unnecessary spaces
Hatice ERTÜRK
2015-03-20
1
-4
/
+4
*
Staging: rtl8192u: Rename struct to avoid CamelCase
Cristina Opriceana
2015-03-18
2
-3
/
+3
*
Staging: rtl8192u: Do not add new typedefs
Cristina Opriceana
2015-03-18
2
-8
/
+9
*
Staging: rtl8192u: Simplify if condition
Ksenija Stanojevic
2015-03-16
1
-1
/
+1
*
staging: rtl8192u: remove return from end of void function
Supriya Karanth
2015-03-16
1
-5
/
+0
*
Staging: rtl8192u: Remove parentheses around right side an assignment
Haneen Mohammed
2015-03-16
5
-14
/
+14
*
Staging: rtl8192u: Bool tests don't need comparisons
Cristina Opriceana
2015-03-16
4
-8
/
+7
*
staging: rtl8192u: remove break after return
Supriya Karanth
2015-03-16
1
-1
/
+0
*
Staging: rtl8192u: Remove unnecessary struct and typedef
Cristina Opriceana
2015-03-16
1
-18
/
+0
*
Staging: rtl8192u: Remove unnecessary variable
Cristina Opriceana
2015-03-16
1
-8
/
+3
*
Staging: rtl8192u: Combine initialization using setup_timer
Somya Anand
2015-03-16
4
-47
/
+24
*
Staging: rtl8192u: Review phrase and fix spelling errors
Cristina Opriceana
2015-03-16
1
-13
/
+13
*
Staging: rtl8192u: Fix do not use // c99 comments.
Dilek Uzulmez
2015-03-16
1
-2
/
+2
*
Staging: rtl8192u: Added #include <linux/uaccess.h> instead of <asm/uaccess.h>
Dilek Uzulmez
2015-03-16
1
-1
/
+1
*
Staging: rtl8192u: Convert use of __constant_<foo> to <foo>
Vaishali Thakkar
2015-03-16
1
-1
/
+1
*
Staging: rtl8192u: Replace printk() with netdev_dbg()
Cristina Opriceana
2015-03-15
1
-4
/
+4
*
Staging: rtl8192u: Add function to improve code quality
Cristina Opriceana
2015-03-15
1
-62
/
+67
*
staging: rtl8192u: Use kzalloc instead of kmalloc.
Navya Sri Nizamkari
2015-03-15
1
-2
/
+1
*
Staging: rtl8192u: Use __packed instead of __attribute__((packed))
Cristina Opriceana
2015-03-13
1
-30
/
+30
*
Staging: rtl8192u: Remove unnecessary macro definition
Cristina Opriceana
2015-03-09
1
-27
/
+0
*
Staging: rtl8192u: Replace #include <asm/string.h>
Dilek Uzulmez
2015-03-09
1
-1
/
+1
*
Staging: rtl8192u: Added #include <linux/string.h> instead of <asm/string.h>
Dilek Uzulmez
2015-03-09
1
-1
/
+1
*
Staging: rtl8192u: Added #include <linux/string.h> instead of <asm/string.h>
Dilek Uzulmez
2015-03-09
1
-1
/
+1
*
staging: rtl8192x: Remove use of seq_printf return value
Joe Perches
2015-03-06
1
-1
/
+3
*
Staging: rtl8192u: ieee80211: dot11d: added parenthesis to RESET_CIE_WATCHDOG...
Tolga Ceylan
2015-03-06
1
-1
/
+1
*
Staging: rtl9182u: r819xU_firmware: Replaced C99 comments with C89
Tolga Ceylan
2015-03-06
1
-16
/
+17
*
Staging: rtl8192u: r819xU_firmware: removed commented out assert
Tolga Ceylan
2015-03-06
1
-2
/
+0
*
Staging: rtl8192u: r819xU_firmware: removed commented out variable
Tolga Ceylan
2015-03-06
1
-1
/
+0
*
staging: rtl8192u: r8192U_core: Fix driver_info dereference as a null pointer
Rickard Strandqvist
2015-03-06
1
-6
/
+3
*
Staging: rtl8192u: Replace TRUE with true
Ksenija Stanojevic
2015-03-06
1
-4
/
+4
*
Staging: drivers: Bool initializations should use true/false
Cristina Opriceana
2015-03-06
5
-7
/
+7
*
staging: rtl8192u: remove extra parentheses around right bit shift operation
Aya Mahfouz
2015-03-06
1
-7
/
+9
*
staging: rtl8192u: ieee80211: replace memset(x,0,ETH_ALEN) by eth_zero_addr(x)
Aya Mahfouz
2015-03-06
1
-1
/
+1
*
staging: rtl8192u: replace memset(x,0,ETH_ALEN) by eth_zero_addr(x)
Aya Mahfouz
2015-03-06
1
-1
/
+1
*
Staging: rtl8192u: Fix duplicate conditional branch
Vaishali Thakkar
2015-03-06
1
-2
/
+2
*
Staging: rtl8192u: Fix quoted string split across lines
Dilek Uzulmez
2015-03-06
1
-6
/
+6
*
Staging: rtl8192u: ieee80211: Add blank line after declarations
Hatice ERTÜRK
2015-03-01
1
-0
/
+4
*
staging: Remove <linux/moduleparam.h> header.
Navya Sri Nizamkari
2015-03-01
1
-1
/
+0
*
Staging: rtl8192u: ieee80211: Convert comment from C99 style to C89 style
Hatice ERTÜRK
2015-03-01
1
-4
/
+4
*
Staging: rtl8192u: Replace printk() with netdev_dbg()
Ksenija Stanojevic
2015-03-01
1
-1
/
+1
*
Staging: rtl8192u: Fix line over 80 characters
Ksenija Stanojevic
2015-03-01
1
-1
/
+2
*
Staging: rtl8192u: Fix comments
Ksenija Stanojevic
2015-03-01
1
-12
/
+13
*
Staging: rtl8192u: Remove TRUE and FALSE macros
Ksenija Stanojevic
2015-03-01
1
-2
/
+0
[next]