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
/
vt6655
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-29
staging: vt6655: mac80211 conversion: s_cbFillTxBufHead
Malcolm Priestley
1
-537
/
+46
2014-10-29
staging: vt6655: mac8021 conversion: add new tx functions
Malcolm Priestley
3
-0
/
+326
2014-10-29
staging: vt6655: mac80211 conversion: add new key functions
Malcolm Priestley
3
-0
/
+154
2014-10-29
staging: vt6655: mac80211 conversion: add new rx functions
Malcolm Priestley
4
-7
/
+137
2014-10-29
Staging: vt6655: Remove C99 comments
Nicky Chorley
1
-10
/
+11
2014-10-29
staging: vt6655: Remove redundant cast
Rasmus Villemoes
1
-1
/
+1
2014-10-28
staging: vt6655: iwctl.c: Comments fixes
Veronika Kabatova
1
-290
/
+220
2014-10-28
staging: vt6655: iocmd.h: Replace C99 // comments by /* */
Veronika Kabatova
1
-53
/
+31
2014-10-28
staging: vt6655: iowpa.h: Replace C99 // comments by /* */
Veronika Kabatova
1
-5
/
+5
2014-10-28
staging: vt6655: ioctl.h: Replace C99 // comment by /* */
Veronika Kabatova
1
-1
/
+1
2014-10-28
staging: vt6655: IEEE11h.h: Replace C99 // comment by /* */
Veronika Kabatova
1
-1
/
+1
2014-10-28
staging: vt6655: channel.c: Comments fixes
Veronika Kabatova
1
-13
/
+8
2014-10-28
staging: vt6655: bssdb.h: Replace C99 // comments by /* */
Veronika Kabatova
1
-24
/
+23
2014-10-28
staging: vt6655: desc.h: Comments fixes
Veronika Kabatova
1
-56
/
+45
2014-10-28
staging: vt6655: dpc.c: Comment fixes
Veronika Kabatova
1
-115
/
+124
2014-10-28
staging: vt6655: dpc.h: Replace C99 // comment by /* */
Veronika Kabatova
1
-1
/
+1
2014-10-28
staging: vt6655: card.c: Comments fixes
Veronika Kabatova
1
-170
/
+126
2014-10-28
staging: vt6655: device.h: Comments fixes
Veronika Kabatova
1
-94
/
+85
2014-10-27
staging: remove unneeded parentheses around the right hand side of an assignment
Jiayi Ye
1
-1
/
+1
2014-10-27
staging: vt6655: Replace C99 // comments by /* */
Sarah Khan
1
-3
/
+3
2014-10-23
staging: vt6655: wcmd.c: fix print priority warning
Aya Mahfouz
1
-1
/
+2
2014-10-20
staging: vt6655: replace memcpy() by ether_addr_copy() using coccinelle and pack variables
Aya Mahfouz
2
-44
/
+77
2014-10-20
staging: vt6655: wmgr.c and wmgr.h: replace memcpy() by ether_addr_copy() using coccinelle and pack variable
Aya Mahfouz
2
-3
/
+4
2014-10-20
staging: vt6655: dpc.c: replace memcpy() by ether_addr_copy() using coccinelle
Aya Mahfouz
1
-1
/
+2
2014-10-20
staging: vt6655: card.c: replace memcpy() by ether_addr_copy() using coccinelle
Aya Mahfouz
1
-1
/
+1
2014-10-20
staging: vt6655: delete SndEvt_ToAPI code
Vladimir A. Nazarenko
1
-8
/
+2
2014-10-20
staging: vt6655: Remove unused code inside switch case
Tapasweni Pathak
2
-49
/
+0
2014-10-20
staging: vt6655: remove useless #if 1
Vladimir A. Nazarenko
2
-7
/
+0
2014-10-20
staging: vt6655: remove global variable wpa_Result
Vladimir A. Nazarenko
2
-12
/
+0
2014-10-20
staging: vt6655: delete non-standard ioctl 0xFF
Vladimir A. Nazarenko
1
-32
/
+0
2014-10-20
staging: vt6655: Fixed C99 // comment errors in wpa.h
Esra Altintas
1
-1
/
+1
2014-10-20
staging: vt6655: Use ether_addr_copy function
Dilek Uzulmez
1
-1
/
+1
2014-10-20
staging: vt6655: Use ether_addr_copy function
Dilek Uzulmez
1
-1
/
+1
2014-10-20
staging: vt6655: Use ether_addr_copy function
Dilek Uzulmez
1
-1
/
+1
2014-10-20
staging: vt6655: Use ether_addr_copy function
Dilek Uzulmez
1
-3
/
+3
2014-10-20
staging: vt6655: Use ether_addr_copy function
Dilek Uzulmez
1
-1
/
+1
2014-10-20
staging: vt6655: Removing else after break statement to fix warning
Dilek Uzulmez
1
-4
/
+2
2014-10-20
staging: vt6655: Remove unnecessary cast for argument of kfree
Tapasweni Pathak
1
-4
/
+4
2014-10-20
staging: vt6655: Remove unnecessary else after return
Dilek Uzulmez
1
-10
/
+9
2014-10-20
staging: vt6655: fix do not use // c99 comments.
Melike Yurtoglu
1
-1
/
+1
2014-10-20
staging: vt6655: Fixed else after return or break warning.
Melike Yurtoglu
1
-4
/
+2
2014-10-20
staging: vt6655: Fix do not use // c99 comments.
Melike Yurtoglu
1
-1
/
+1
2014-10-20
staging: vt6655: Fixed else after return or break warning
Yeliz Taneroglu
1
-4
/
+2
2014-10-20
staging: vt6655: Fixed else after return or break warning
Yeliz Taneroglu
1
-2
/
+1
2014-10-02
staging: vt6655: Fixed C99 // comment errors in wpactl.c
Esra Altintas
1
-15
/
+15
2014-09-28
staging: vt6655: Merge three lines into one
Tapasweni Pathak
1
-3
/
+1
2014-09-28
staging: vt6655: Type conversion was made.
Gulsah Kose
1
-1
/
+1
2014-09-28
Staging: vt6655: Add require space before that '('
Aybuke Ozdemir
1
-2
/
+2
2014-09-28
Staging: vt6655: Add require space after that ','
Aybuke Ozdemir
1
-1
/
+1
2014-09-23
staging: vt6655: device_get_options remove unused variable devname
Malcolm Priestley
1
-3
/
+2
[prev]
[next]