summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/main_usb.c
AgeCommit message (Expand)Author
2015-01-12staging: vt6656: Use ether_addr_copy() on vnt_private members.Krzysztof Adamski
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg
2014-10-20staging: vt6656: remove unnecessary 'out of memory' messageMelike Yurtoglu
2014-09-08staging: vt6656: remove rate_control_algorithm pidMalcolm Priestley
2014-07-27staging: vt6656: main_usb.c remove return from void functionsMalcolm Priestley
2014-07-27staging: vt6656: main_usb.c remove comments to functions nolonger present.Malcolm Priestley
2014-07-27staging: vt6656: rename device_alloc_bufs to vnt_alloc_bufsMalcolm Priestley
2014-07-27staging: vt6656: rename device_free_int_bufs to vnt_free_int_bufsMalcolm Priestley
2014-07-27staging: vt6656: rename device_free_rx_bufs to vnt_free_rx_bufsMalcolm Priestley
2014-07-27staging: vt6656: rename device_free_tx_bufs to vnt_free_tx_bufsMalcolm Priestley
2014-07-27staging: vt6656: rename device_init_registers to vnt_init_registersMalcolm Priestley
2014-07-27staging: vt6656: rename device_set_options to vnt_set_optionsMalcolm Priestley
2014-07-24staging: vt6656: use test_bit to check flags statusMalcolm Priestley
2014-07-24staging: vt6656: use clear_bit to remove device flagMalcolm Priestley
2014-07-24staging: vt6656: use set_bit to set flagsMalcolm Priestley
2014-07-24staging: vt6656: struct vnt_private merge flag and macrosMalcolm Priestley
2014-07-24staging: vt6656: Remove unsed macro DEVICE_FLAGS_OPENEDMalcolm Priestley
2014-07-24staging: vt6656: Remove flags fMP_POST_READS and fMP_POST_WRITESMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace abyBBVGA with bb_vgaMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace byAutoFBCtrl with auto_fb_ctrlMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace bShortSlotTime with short_slot_timeMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private remove camel case retry limitMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace wCurrentRate with current_rateMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private rf power table remove camel caseMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace byPreambleType with preamble_typeMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace abyEEPROM with eepromMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace byTopCCKBasicRate with top_cck_ba...Malcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace byTopOFDMBasicRate with top_ofdm_...Malcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace wBasicRate with basic_ratesMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace byPacketType with packet_typeMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace byBBType with bb_typeMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private remove camel case antenna variablesMalcolm Priestley
2014-07-21staging: vt6656: antenna modes remove unused variablesMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private rename qwCurrTSF to current_tsfMalcolm Priestley
2014-07-21staging: vt6656: replace bExistSWNetAddr with exist_sw_net_addrMalcolm Priestley
2014-07-21staging: vt6656: rename abyPermanentNetAddr to permanent_net_addrMalcolm Priestley
2014-07-21staging: vt6656: remame abyCurrentNetAddr to current_net_addrMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private replace byRFType with rf_typeMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private rename byLocalID to local_idMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private rename cdTD to num_tx_contextMalcolm Priestley
2014-07-21staging: vt6656: struct vnt_private rename cbRD to num_rcbMalcolm Priestley
2014-07-18staging: vt6656: put radio power off and on into correct state every time.Malcolm Priestley
2014-07-18staging: vt6656: struct vnt_private remove unused variable bRadioControlOffMalcolm Priestley
2014-07-18staging: vt6656: struct vnt_private rename apTD to tx_contextMalcolm Priestley
2014-07-18staging: vt6656: struct vnt_private rename apRCB to rcbMalcolm Priestley
2014-07-18staging: vt6656: struct vnt_private pInterruptURB rename to interrupt_urbMalcolm Priestley
2014-07-18staging: vt6656: struct vnt_rcb remove camel caseMalcolm Priestley
2014-07-18staging: vt6656: fix module_param_named tx_buffers variableMalcolm Priestley
2014-07-18staging: vt6656: usb_device_reset remove camel caseMalcolm Priestley