summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
Commit message (Expand)AuthorAgeFilesLines
...
* staging: vt6656: struct vnt_private rename cbRD to num_rcbMalcolm Priestley2014-07-212-5/+5
* staging: vt6656: remove unused macrosMalcolm Priestley2014-07-181-6/+0
* staging: vt6656: mac.h clean up macrosMalcolm Priestley2014-07-181-355/+316
* staging: vt6656: put radio power off and on into correct state every time.Malcolm Priestley2014-07-183-16/+7
* staging: vt6656: struct vnt_private remove unused variable bRadioOffMalcolm Priestley2014-07-182-6/+0
* staging: vt6656: struct vnt_private remove unused variable bRadioControlOffMalcolm Priestley2014-07-183-4/+2
* staging: vt6656: struct vnt_private rename apTD to tx_contextMalcolm Priestley2014-07-184-6/+6
* staging: vt6656: struct vnt_private rename apRCB to rcbMalcolm Priestley2014-07-182-5/+5
* staging: vt6656: struct vnt_private pInterruptURB rename to interrupt_urbMalcolm Priestley2014-07-183-11/+11
* staging: vt6656: struct vnt_private remove dead variablesMalcolm Priestley2014-07-181-9/+0
* staging: vt6656: remove dead structure struct vnt_tx_pkt_infoMalcolm Priestley2014-07-181-7/+0
* staging: vt6656: struct vnt_rcb remove camel caseMalcolm Priestley2014-07-183-15/+15
* staging: vt6656: struct vnt_rcb remove unused membersMalcolm Priestley2014-07-182-3/+0
* staging: vt6656: fix module_param_named tx_buffers variableMalcolm Priestley2014-07-181-1/+1
* staging: vt6656: usb_device_reset remove camel caseMalcolm Priestley2014-07-181-3/+3
* staging: vt6656: Remove commented out long frequency_listMalcolm Priestley2014-07-171-11/+0
* staging: vt6656: main_usb remove static function declarations.Malcolm Priestley2014-07-171-18/+0
* staging: vt6656: main_usb remove dead module params macrosMalcolm Priestley2014-07-171-49/+0
* staging: vt6656: remove dead code DEVICE_PARAMMalcolm Priestley2014-07-171-23/+0
* staging: vt6656: main_usb.c Replace DEVICE_PARAM TxDescriptors0Malcolm Priestley2014-07-171-2/+9
* staging: vt6656: main_usb.c Replace DEVICE_PARAM RxDescriptors0Malcolm Priestley2014-07-171-2/+10
* staging: vt6656: remove DBG_PRT kernel messages macro and enumsMalcolm Priestley2014-07-171-10/+0
* staging: vt6656: power.c replace DBG_PRT debug messagesMalcolm Priestley2014-07-171-3/+1
* staging: vt6656: replace DBG_PRT error messagesMalcolm Priestley2014-07-171-11/+5
* staging: vt6656: main_usb replace DBG_PRT debug messagesMalcolm Priestley2014-07-171-9/+8
* staging: vt6656: device_init_registers remove camel caseMalcolm Priestley2014-07-171-117/+117
* staging: vt6656: device_set_options remove camel caseMalcolm Priestley2014-07-171-11/+11
* staging: vt6656: device_set_options fix opening function bracketMalcolm Priestley2014-07-171-2/+2
* staging: vt6656: rename BBvUpdatePreEDThreshold to vnt_update_pre_ed_thresholdMalcolm Priestley2014-07-173-5/+5
* staging: vt6656: rename BBvExitDeepSleep to vnt_exit_deep_sleepMalcolm Priestley2014-07-173-3/+3
* staging: vt6656: rename BBvSetDeepSleep to vnt_set_deep_sleepMalcolm Priestley2014-07-173-4/+4
* staging: vt6656: rename BBvSetVGAGainOffset to vnt_set_vga_gain_offsetMalcolm Priestley2014-07-174-4/+4
* staging: vt6656: rename BBvSetShortSlotTime to vnt_set_short_slot_timeMalcolm Priestley2014-07-173-4/+4
* staging: vt6656: rename BBbVT3184Init to vnt_vt3184_initMalcolm Priestley2014-07-173-5/+5
* staging: vt6656: rename BBvSetAntennaMode to vnt_set_antenna_modeMalcolm Priestley2014-07-174-7/+7
* staging: vt6656: baseband.c rename awcFrameTime to vnt_frame_timeMalcolm Priestley2014-07-171-2/+2
* staging: vt6556: Replace printk by dev_warnPeter Senna Tschudin2014-07-161-1/+2
* staging: vt6556: Remove typedefsPeter Senna Tschudin2014-07-162-16/+8
* staging: vt6556: Cleanup coding style: indentationPeter Senna Tschudin2014-07-151-18/+18
* staging: vt6556: Cleanup coding style: lines over 80 charsPeter Senna Tschudin2014-07-153-9/+13
* staging: vt6556: Cleanup coding style: commentsPeter Senna Tschudin2014-07-153-11/+13
* staging: vt6556: Cleanup coding style: #definePeter Senna Tschudin2014-07-153-17/+17
* staging: vt6556: Cleanup indentation on statementsPeter Senna Tschudin2014-07-151-21/+23
* staging: vt6656: usbpipe irrelevant function descriptionsMalcolm Priestley2014-07-151-100/+0
* staging: vt6656: rename s_nsBulkInUsbIoCompleteRead to vnt_submit_rx_urb_comp...Malcolm Priestley2014-07-151-3/+3
* staging: vt6656: rename PIPEnsBulkInUsbRead to vnt_submit_rx_urbMalcolm Priestley2014-07-153-3/+3
* staging: vt6656: rename s_nsBulkOutIoCompleteWrite to vnt_tx_context_completeMalcolm Priestley2014-07-151-4/+4
* staging: vt6656: rename PIPEnsSendBulkOut to vnt_tx_context.Malcolm Priestley2014-07-153-5/+4
* staging: vt6656: rename s_nsInterruptUsbIoCompleteRead to vnt_start_interrupt...Malcolm Priestley2014-07-151-3/+3
* staging: vt6656: usbpipe rename PIPEnsInterruptRead to vnt_start_interrupt_urbMalcolm Priestley2014-07-153-3/+3
OpenPOWER on IntegriCloud