aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/main_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-27staging: vt6656: main_usb.c remove return from void functionsMalcolm Priestley1-13/+0
2014-07-27staging: vt6656: main_usb.c remove comments to functions nolonger present.Malcolm Priestley1-12/+0
2014-07-27staging: vt6656: rename device_alloc_bufs to vnt_alloc_bufsMalcolm Priestley1-3/+3
2014-07-27staging: vt6656: rename device_free_int_bufs to vnt_free_int_bufsMalcolm Priestley1-3/+3
2014-07-27staging: vt6656: rename device_free_rx_bufs to vnt_free_rx_bufsMalcolm Priestley1-4/+4
2014-07-27staging: vt6656: rename device_free_tx_bufs to vnt_free_tx_bufsMalcolm Priestley1-5/+5
2014-07-27staging: vt6656: rename device_init_registers to vnt_init_registersMalcolm Priestley1-4/+4
2014-07-27staging: vt6656: rename device_set_options to vnt_set_optionsMalcolm Priestley1-2/+2
2014-07-24staging: vt6656: use test_bit to check flags statusMalcolm Priestley1-1/+1
2014-07-24staging: vt6656: use clear_bit to remove device flagMalcolm Priestley1-2/+2
2014-07-24staging: vt6656: use set_bit to set flagsMalcolm Priestley1-2/+2
2014-07-24staging: vt6656: struct vnt_private merge flag and macrosMalcolm Priestley1-3/+3
2014-07-24staging: vt6656: Remove unsed macro DEVICE_FLAGS_OPENEDMalcolm Priestley1-4/+0
2014-07-24staging: vt6656: Remove flags fMP_POST_READS and fMP_POST_WRITESMalcolm Priestley1-4/+0
2014-07-21staging: vt6656: struct vnt_private replace abyBBVGA with bb_vgaMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: struct vnt_private replace byAutoFBCtrl with auto_fb_ctrlMalcolm Priestley1-2/+2
2014-07-21staging: vt6656: struct vnt_private replace bShortSlotTime with short_slot_timeMalcolm Priestley1-4/+4
2014-07-21staging: vt6656: struct vnt_private remove camel case retry limitMalcolm Priestley1-4/+4
2014-07-21staging: vt6656: struct vnt_private replace wCurrentRate with current_rateMalcolm Priestley1-4/+4
2014-07-21staging: vt6656: struct vnt_private rf power table remove camel caseMalcolm Priestley1-15/+15
2014-07-21staging: vt6656: struct vnt_private replace byPreambleType with preamble_typeMalcolm Priestley1-3/+3
2014-07-21staging: vt6656: struct vnt_private replace abyEEPROM with eepromMalcolm Priestley1-12/+12
2014-07-21staging: vt6656: struct vnt_private replace byTopCCKBasicRate with top_cck_basic_rateMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: struct vnt_private replace byTopOFDMBasicRate with top_ofdm_basic_rateMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: struct vnt_private replace wBasicRate with basic_ratesMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: struct vnt_private replace byPacketType with packet_typeMalcolm Priestley1-2/+2
2014-07-21staging: vt6656: struct vnt_private replace byBBType with bb_typeMalcolm Priestley1-7/+7
2014-07-21staging: vt6656: struct vnt_private remove camel case antenna variablesMalcolm Priestley1-19/+19
2014-07-21staging: vt6656: antenna modes remove unused variablesMalcolm Priestley1-4/+0
2014-07-21staging: vt6656: struct vnt_private rename qwCurrTSF to current_tsfMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: replace bExistSWNetAddr with exist_sw_net_addrMalcolm Priestley1-2/+2
2014-07-21staging: vt6656: rename abyPermanentNetAddr to permanent_net_addrMalcolm Priestley1-4/+3
2014-07-21staging: vt6656: remame abyCurrentNetAddr to current_net_addrMalcolm Priestley1-3/+3
2014-07-21staging: vt6656: struct vnt_private replace byRFType with rf_typeMalcolm Priestley1-2/+2
2014-07-21staging: vt6656: struct vnt_private rename byLocalID to local_idMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: struct vnt_private rename cdTD to num_tx_contextMalcolm Priestley1-4/+4
2014-07-21staging: vt6656: struct vnt_private rename cbRD to num_rcbMalcolm Priestley1-4/+4
2014-07-18staging: vt6656: put radio power off and on into correct state every time.Malcolm Priestley1-12/+3
2014-07-18staging: vt6656: struct vnt_private remove unused variable bRadioControlOffMalcolm Priestley1-2/+1
2014-07-18staging: vt6656: struct vnt_private rename apTD to tx_contextMalcolm Priestley1-2/+2
2014-07-18staging: vt6656: struct vnt_private rename apRCB to rcbMalcolm Priestley1-4/+4
2014-07-18staging: vt6656: struct vnt_private pInterruptURB rename to interrupt_urbMalcolm Priestley1-7/+7
2014-07-18staging: vt6656: struct vnt_rcb remove camel caseMalcolm Priestley1-7/+7
2014-07-18staging: vt6656: fix module_param_named tx_buffers variableMalcolm Priestley1-1/+1
2014-07-18staging: vt6656: usb_device_reset remove camel caseMalcolm Priestley1-3/+3
2014-07-17staging: vt6656: Remove commented out long frequency_listMalcolm Priestley1-11/+0
2014-07-17staging: vt6656: main_usb remove static function declarations.Malcolm Priestley1-18/+0
2014-07-17staging: vt6656: main_usb remove dead module params macrosMalcolm Priestley1-49/+0
2014-07-17staging: vt6656: remove dead code DEVICE_PARAMMalcolm Priestley1-23/+0
2014-07-17staging: vt6656: main_usb.c Replace DEVICE_PARAM TxDescriptors0Malcolm Priestley1-2/+9