aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/main_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-26Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+1
2015-06-17staging: vt6656: Boolean tests don't need comparisons.Abdul Hussain1-1/+1
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-4/+4
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-10/+1
2015-03-20staging: vt6656: don't return zero on failure path in vt6656_probe()Alexey Khoroshilov1-0/+1
2015-01-12staging: vt6656: Use ether_addr_copy() on vnt_private members.Krzysztof Adamski1-1/+2
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-8/+2
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-2/+5
2014-10-20staging: vt6656: remove unnecessary 'out of memory' messageMelike Yurtoglu1-8/+2
2014-09-08staging: vt6656: remove rate_control_algorithm pidMalcolm Priestley1-1/+0
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