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
/
vt6656
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-24
staging: vt6656: s_nsBulkOutIoCompleteWrite reorganise variable order.
Malcolm Priestley
1
-12
/
+5
2014-02-24
staging: vt6656: vRunCommand remove multi calls to s_bCommandComplete.
Malcolm Priestley
1
-53
/
+17
2014-02-24
staging: vt6656: Move device_set_multi code call to vRunCommand
Malcolm Priestley
4
-7
/
+27
2014-02-24
staging: vt6656: Replace typedef struct INT_BUFFER, *PINT_BUFFER
Malcolm Priestley
4
-21
/
+19
2014-02-24
staging: vt6656: clean up PIPEnsInterruptRead.
Malcolm Priestley
1
-25
/
+22
2014-02-24
staging: vt6656: PIPEnsInterruptRead set intBuf.bInUse to false.
Malcolm Priestley
1
-3
/
+5
2014-02-24
staging: vt6656: PIPEnsInterruptRead use usb_fill_int_urb
Malcolm Priestley
1
-4
/
+4
2014-02-18
staging: vt6656: clean up s_nsInterruptUsbIoCompleteRead
Malcolm Priestley
1
-45
/
+24
2014-02-18
staging: vt6656: Remove variable fKillEventPollingThread
Malcolm Priestley
4
-8
/
+4
2014-02-18
staging: vt6656: s_nsInterruptUsbIoCompleteRead remove usb_fill_bulk_urb
Malcolm Priestley
1
-8
/
+0
2014-02-18
staging: vt6656: s_nsInterruptUsbIoCompleteRead add urb status returns
Malcolm Priestley
1
-0
/
+13
2014-02-18
staging: vt6656: s_nsInterruptUsbIoCompleteRead set intBuf.bInUse to true
Malcolm Priestley
1
-3
/
+6
2014-02-18
staging: vt6656: Clean up and remove camel case INTnsProcessData.
Malcolm Priestley
1
-71
/
+70
2014-02-18
staging: vt6656: int : Replace typedef struct tagSINTData.
Malcolm Priestley
2
-47
/
+44
2014-02-18
staging: vt6656: int.h correct endian type
Malcolm Priestley
2
-2
/
+2
2014-02-18
staging: vt6656: Remove typedef _VIA_BB_TYPE
Malcolm Priestley
2
-9
/
+2
2014-02-18
staging: vt6656: remove typedef VIA_PKT_TYPE.
Malcolm Priestley
1
-10
/
+1
2014-02-18
staging: vt6656: Replace typedef enum _CARD_OP_MODE
Malcolm Priestley
9
-31
/
+27
2014-02-14
staging: vt6656: camel case and clean up devie_set_multi
Malcolm Priestley
1
-43
/
+44
2014-02-14
staging: vt6656: device_set_multi: set filter off with MACvWriteMultiAddr
Malcolm Priestley
1
-8
/
+3
2014-02-14
staging: vt6656: device_set_multi: covert mc_filter to u64
Malcolm Priestley
3
-22
/
+14
2014-02-07
staging: vt6656: fix indentation in if statement
Greg Kroah-Hartman
1
-1
/
+1
2014-01-13
staging: vt6656: sparse fixes: iwctl_giwgenie use memcpy.
Malcolm Priestley
1
-6
/
+4
2014-01-13
staging: vt6656: sparse fixes: iwctl_siwgenie use memcpy.
Malcolm Priestley
1
-4
/
+2
2014-01-13
staging: vt6656: sparse fixes ethtool_ioctl Use struct ifreq *
Malcolm Priestley
1
-5
/
+5
2014-01-13
staging: vt6656: sparse fixes: dpc.c missing dpc.h
Malcolm Priestley
1
-0
/
+1
2014-01-09
staging: vt6656: rxtx.c Camel case and clean up s_uGetRTSCTSRsvTime
Malcolm Priestley
1
-29
/
+39
2014-01-09
staging: vt6656: rxtx.c Camel case and clean up s_uGetTxRsvTime
Malcolm Priestley
1
-15
/
+16
2014-01-08
staging: vt6656: remove an unneeded NULL check
Dan Carpenter
1
-1
/
+1
2014-01-08
staging: vt6656: CARDqGetNextTBTT replace code using do_div.
Malcolm Priestley
1
-19
/
+11
2014-01-08
staging: vt6656: CARDqGetNextTBTT correct uLowNextTBTT
Malcolm Priestley
1
-1
/
+1
2014-01-07
Staging: vt6656: Reduce line length of bssdb.c
Simon Schuster
1
-100
/
+201
2014-01-07
Staging: vt6656: Remove explicit comparisons against NULL
Sebastian Rachuj
1
-21
/
+21
2014-01-07
Staging: vt6656: Remove bogus parentheses in conditions
Sebastian Rachuj
1
-69
/
+69
2014-01-07
Staging: vt6656: Combined nested conditions
Simon Schuster
1
-140
/
+137
2014-01-07
Staging: vt6656: Correct usage of braces
Simon Schuster
1
-23
/
+18
2014-01-07
Staging: vt6656: Combine "else { if" to "else if"
Simon Schuster
1
-67
/
+47
2014-01-07
Staging: vt6656: Remove unnecessary spaces in format strings
Simon Schuster
1
-3
/
+3
2014-01-07
Staging: vt6656: Remove line feeds before else
Simon Schuster
1
-26
/
+13
2014-01-07
Staging: vt6656: Correct single space mistakes
Simon Schuster
1
-68
/
+68
2014-01-07
Staging: vt6656: Correct operator coding style
Simon Schuster
1
-32
/
+32
2014-01-07
Staging: vt6656: Remove unnecessary semicolons
Simon Schuster
1
-7
/
+7
2014-01-07
Staging: vt6656: Adjust comments in bssdb.c
Simon Schuster
1
-127
/
+91
2014-01-07
Staging: vt6656: Fix indentation of bssdb.c
Simon Schuster
1
-921
/
+926
2013-12-17
staging: vt6656: clean up CARDbSetMediaChannel.
Malcolm Priestley
1
-36
/
+32
2013-12-17
staging: vt6656: Remove unused scStatistic data/functions from driver.
Malcolm Priestley
5
-76
/
+0
2013-12-17
staging: vt6656: dead code remove mib.c mic.h from driver.
Malcolm Priestley
6
-778
/
+0
2013-12-17
staging: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-12-10
staging: vt6656: Move double definition of MAX_RATE to device_cfg.h
Malcolm Priestley
3
-2
/
+2
2013-12-10
staging: vt6656: [BUG] BBvUpdatePreEDThreshold Always set sensitivity on bScanning
Malcolm Priestley
1
-3
/
+0
[prev]
[next]