aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
AgeCommit message (Expand)AuthorFilesLines
2014-02-24staging: vt6656: s_nsBulkOutIoCompleteWrite reorganise variable order.Malcolm Priestley1-12/+5
2014-02-24staging: vt6656: vRunCommand remove multi calls to s_bCommandComplete.Malcolm Priestley1-53/+17
2014-02-24staging: vt6656: Move device_set_multi code call to vRunCommandMalcolm Priestley4-7/+27
2014-02-24staging: vt6656: Replace typedef struct INT_BUFFER, *PINT_BUFFERMalcolm Priestley4-21/+19
2014-02-24staging: vt6656: clean up PIPEnsInterruptRead.Malcolm Priestley1-25/+22
2014-02-24staging: vt6656: PIPEnsInterruptRead set intBuf.bInUse to false.Malcolm Priestley1-3/+5
2014-02-24staging: vt6656: PIPEnsInterruptRead use usb_fill_int_urbMalcolm Priestley1-4/+4
2014-02-18staging: vt6656: clean up s_nsInterruptUsbIoCompleteReadMalcolm Priestley1-45/+24
2014-02-18staging: vt6656: Remove variable fKillEventPollingThreadMalcolm Priestley4-8/+4
2014-02-18staging: vt6656: s_nsInterruptUsbIoCompleteRead remove usb_fill_bulk_urbMalcolm Priestley1-8/+0
2014-02-18staging: vt6656: s_nsInterruptUsbIoCompleteRead add urb status returnsMalcolm Priestley1-0/+13
2014-02-18staging: vt6656: s_nsInterruptUsbIoCompleteRead set intBuf.bInUse to trueMalcolm Priestley1-3/+6
2014-02-18staging: vt6656: Clean up and remove camel case INTnsProcessData.Malcolm Priestley1-71/+70
2014-02-18staging: vt6656: int : Replace typedef struct tagSINTData.Malcolm Priestley2-47/+44
2014-02-18staging: vt6656: int.h correct endian typeMalcolm Priestley2-2/+2
2014-02-18staging: vt6656: Remove typedef _VIA_BB_TYPEMalcolm Priestley2-9/+2
2014-02-18staging: vt6656: remove typedef VIA_PKT_TYPE.Malcolm Priestley1-10/+1
2014-02-18staging: vt6656: Replace typedef enum _CARD_OP_MODEMalcolm Priestley9-31/+27
2014-02-14staging: vt6656: camel case and clean up devie_set_multiMalcolm Priestley1-43/+44
2014-02-14staging: vt6656: device_set_multi: set filter off with MACvWriteMultiAddrMalcolm Priestley1-8/+3
2014-02-14staging: vt6656: device_set_multi: covert mc_filter to u64Malcolm Priestley3-22/+14
2014-02-07staging: vt6656: fix indentation in if statementGreg Kroah-Hartman1-1/+1
2014-01-13staging: vt6656: sparse fixes: iwctl_giwgenie use memcpy.Malcolm Priestley1-6/+4
2014-01-13staging: vt6656: sparse fixes: iwctl_siwgenie use memcpy.Malcolm Priestley1-4/+2
2014-01-13staging: vt6656: sparse fixes ethtool_ioctl Use struct ifreq *Malcolm Priestley1-5/+5
2014-01-13staging: vt6656: sparse fixes: dpc.c missing dpc.hMalcolm Priestley1-0/+1
2014-01-09staging: vt6656: rxtx.c Camel case and clean up s_uGetRTSCTSRsvTimeMalcolm Priestley1-29/+39
2014-01-09staging: vt6656: rxtx.c Camel case and clean up s_uGetTxRsvTimeMalcolm Priestley1-15/+16
2014-01-08staging: vt6656: remove an unneeded NULL checkDan Carpenter1-1/+1
2014-01-08staging: vt6656: CARDqGetNextTBTT replace code using do_div.Malcolm Priestley1-19/+11
2014-01-08staging: vt6656: CARDqGetNextTBTT correct uLowNextTBTTMalcolm Priestley1-1/+1
2014-01-07Staging: vt6656: Reduce line length of bssdb.cSimon Schuster1-100/+201
2014-01-07Staging: vt6656: Remove explicit comparisons against NULLSebastian Rachuj1-21/+21
2014-01-07Staging: vt6656: Remove bogus parentheses in conditionsSebastian Rachuj1-69/+69
2014-01-07Staging: vt6656: Combined nested conditionsSimon Schuster1-140/+137
2014-01-07Staging: vt6656: Correct usage of bracesSimon Schuster1-23/+18
2014-01-07Staging: vt6656: Combine "else { if" to "else if"Simon Schuster1-67/+47
2014-01-07Staging: vt6656: Remove unnecessary spaces in format stringsSimon Schuster1-3/+3
2014-01-07Staging: vt6656: Remove line feeds before elseSimon Schuster1-26/+13
2014-01-07Staging: vt6656: Correct single space mistakesSimon Schuster1-68/+68
2014-01-07Staging: vt6656: Correct operator coding styleSimon Schuster1-32/+32
2014-01-07Staging: vt6656: Remove unnecessary semicolonsSimon Schuster1-7/+7
2014-01-07Staging: vt6656: Adjust comments in bssdb.cSimon Schuster1-127/+91
2014-01-07Staging: vt6656: Fix indentation of bssdb.cSimon Schuster1-921/+926
2013-12-17staging: vt6656: clean up CARDbSetMediaChannel.Malcolm Priestley1-36/+32
2013-12-17staging: vt6656: Remove unused scStatistic data/functions from driver.Malcolm Priestley5-76/+0
2013-12-17staging: vt6656: dead code remove mib.c mic.h from driver.Malcolm Priestley6-778/+0
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-10staging: vt6656: Move double definition of MAX_RATE to device_cfg.hMalcolm Priestley3-2/+2
2013-12-10staging: vt6656: [BUG] BBvUpdatePreEDThreshold Always set sensitivity on bScanningMalcolm Priestley1-3/+0