summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/main_usb.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: main_usb.c remove return from void functionsMalcolm Priestley2014-07-271-13/+0
* staging: vt6656: main_usb.c remove comments to functions nolonger present.Malcolm Priestley2014-07-271-12/+0
* staging: vt6656: rename device_alloc_bufs to vnt_alloc_bufsMalcolm Priestley2014-07-271-3/+3
* staging: vt6656: rename device_free_int_bufs to vnt_free_int_bufsMalcolm Priestley2014-07-271-3/+3
* staging: vt6656: rename device_free_rx_bufs to vnt_free_rx_bufsMalcolm Priestley2014-07-271-4/+4
* staging: vt6656: rename device_free_tx_bufs to vnt_free_tx_bufsMalcolm Priestley2014-07-271-5/+5
* staging: vt6656: rename device_init_registers to vnt_init_registersMalcolm Priestley2014-07-271-4/+4
* staging: vt6656: rename device_set_options to vnt_set_optionsMalcolm Priestley2014-07-271-2/+2
* staging: vt6656: use test_bit to check flags statusMalcolm Priestley2014-07-241-1/+1
* staging: vt6656: use clear_bit to remove device flagMalcolm Priestley2014-07-241-2/+2
* staging: vt6656: use set_bit to set flagsMalcolm Priestley2014-07-241-2/+2
* staging: vt6656: struct vnt_private merge flag and macrosMalcolm Priestley2014-07-241-3/+3
* staging: vt6656: Remove unsed macro DEVICE_FLAGS_OPENEDMalcolm Priestley2014-07-241-4/+0
* staging: vt6656: Remove flags fMP_POST_READS and fMP_POST_WRITESMalcolm Priestley2014-07-241-4/+0
* staging: vt6656: struct vnt_private replace abyBBVGA with bb_vgaMalcolm Priestley2014-07-211-1/+1
* staging: vt6656: struct vnt_private replace byAutoFBCtrl with auto_fb_ctrlMalcolm Priestley2014-07-211-2/+2
* staging: vt6656: struct vnt_private replace bShortSlotTime with short_slot_timeMalcolm Priestley2014-07-211-4/+4
* staging: vt6656: struct vnt_private remove camel case retry limitMalcolm Priestley2014-07-211-4/+4
* staging: vt6656: struct vnt_private replace wCurrentRate with current_rateMalcolm Priestley2014-07-211-4/+4
* staging: vt6656: struct vnt_private rf power table remove camel caseMalcolm Priestley2014-07-211-15/+15
* staging: vt6656: struct vnt_private replace byPreambleType with preamble_typeMalcolm Priestley2014-07-211-3/+3
* staging: vt6656: struct vnt_private replace abyEEPROM with eepromMalcolm Priestley2014-07-211-12/+12
* staging: vt6656: struct vnt_private replace byTopCCKBasicRate with top_cck_ba...Malcolm Priestley2014-07-211-1/+1
* staging: vt6656: struct vnt_private replace byTopOFDMBasicRate with top_ofdm_...Malcolm Priestley2014-07-211-1/+1
* staging: vt6656: struct vnt_private replace wBasicRate with basic_ratesMalcolm Priestley2014-07-211-1/+1
* staging: vt6656: struct vnt_private replace byPacketType with packet_typeMalcolm Priestley2014-07-211-2/+2
* staging: vt6656: struct vnt_private replace byBBType with bb_typeMalcolm Priestley2014-07-211-7/+7
* staging: vt6656: struct vnt_private remove camel case antenna variablesMalcolm Priestley2014-07-211-19/+19
* staging: vt6656: antenna modes remove unused variablesMalcolm Priestley2014-07-211-4/+0
* staging: vt6656: struct vnt_private rename qwCurrTSF to current_tsfMalcolm Priestley2014-07-211-1/+1
* staging: vt6656: replace bExistSWNetAddr with exist_sw_net_addrMalcolm Priestley2014-07-211-2/+2
* staging: vt6656: rename abyPermanentNetAddr to permanent_net_addrMalcolm Priestley2014-07-211-4/+3
* staging: vt6656: remame abyCurrentNetAddr to current_net_addrMalcolm Priestley2014-07-211-3/+3
* staging: vt6656: struct vnt_private replace byRFType with rf_typeMalcolm Priestley2014-07-211-2/+2
* staging: vt6656: struct vnt_private rename byLocalID to local_idMalcolm Priestley2014-07-211-1/+1
* staging: vt6656: struct vnt_private rename cdTD to num_tx_contextMalcolm Priestley2014-07-211-4/+4
* staging: vt6656: struct vnt_private rename cbRD to num_rcbMalcolm Priestley2014-07-211-4/+4
* staging: vt6656: put radio power off and on into correct state every time.Malcolm Priestley2014-07-181-12/+3
* staging: vt6656: struct vnt_private remove unused variable bRadioControlOffMalcolm Priestley2014-07-181-2/+1
* staging: vt6656: struct vnt_private rename apTD to tx_contextMalcolm Priestley2014-07-181-2/+2
* staging: vt6656: struct vnt_private rename apRCB to rcbMalcolm Priestley2014-07-181-4/+4
* staging: vt6656: struct vnt_private pInterruptURB rename to interrupt_urbMalcolm Priestley2014-07-181-7/+7
* staging: vt6656: struct vnt_rcb remove camel caseMalcolm Priestley2014-07-181-7/+7
* 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
OpenPOWER on IntegriCloud