index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vt6656
/
main_usb.c
Age
Commit message (
Expand
)
Author
2015-01-12
staging: vt6656: Use ether_addr_copy() on vnt_private members.
Krzysztof Adamski
2014-12-15
Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-11-19
mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDR
Johannes Berg
2014-10-20
staging: vt6656: remove unnecessary 'out of memory' message
Melike Yurtoglu
2014-09-08
staging: vt6656: remove rate_control_algorithm pid
Malcolm Priestley
2014-07-27
staging: vt6656: main_usb.c remove return from void functions
Malcolm Priestley
2014-07-27
staging: vt6656: main_usb.c remove comments to functions nolonger present.
Malcolm Priestley
2014-07-27
staging: vt6656: rename device_alloc_bufs to vnt_alloc_bufs
Malcolm Priestley
2014-07-27
staging: vt6656: rename device_free_int_bufs to vnt_free_int_bufs
Malcolm Priestley
2014-07-27
staging: vt6656: rename device_free_rx_bufs to vnt_free_rx_bufs
Malcolm Priestley
2014-07-27
staging: vt6656: rename device_free_tx_bufs to vnt_free_tx_bufs
Malcolm Priestley
2014-07-27
staging: vt6656: rename device_init_registers to vnt_init_registers
Malcolm Priestley
2014-07-27
staging: vt6656: rename device_set_options to vnt_set_options
Malcolm Priestley
2014-07-24
staging: vt6656: use test_bit to check flags status
Malcolm Priestley
2014-07-24
staging: vt6656: use clear_bit to remove device flag
Malcolm Priestley
2014-07-24
staging: vt6656: use set_bit to set flags
Malcolm Priestley
2014-07-24
staging: vt6656: struct vnt_private merge flag and macros
Malcolm Priestley
2014-07-24
staging: vt6656: Remove unsed macro DEVICE_FLAGS_OPENED
Malcolm Priestley
2014-07-24
staging: vt6656: Remove flags fMP_POST_READS and fMP_POST_WRITES
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private replace abyBBVGA with bb_vga
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private replace byAutoFBCtrl with auto_fb_ctrl
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private replace bShortSlotTime with short_slot_time
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private remove camel case retry limit
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private replace wCurrentRate with current_rate
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private rf power table remove camel case
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private replace byPreambleType with preamble_type
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private replace abyEEPROM with eeprom
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private replace byTopCCKBasicRate with top_cck_ba...
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private replace byTopOFDMBasicRate with top_ofdm_...
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private replace wBasicRate with basic_rates
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private replace byPacketType with packet_type
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private replace byBBType with bb_type
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private remove camel case antenna variables
Malcolm Priestley
2014-07-21
staging: vt6656: antenna modes remove unused variables
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private rename qwCurrTSF to current_tsf
Malcolm Priestley
2014-07-21
staging: vt6656: replace bExistSWNetAddr with exist_sw_net_addr
Malcolm Priestley
2014-07-21
staging: vt6656: rename abyPermanentNetAddr to permanent_net_addr
Malcolm Priestley
2014-07-21
staging: vt6656: remame abyCurrentNetAddr to current_net_addr
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private replace byRFType with rf_type
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private rename byLocalID to local_id
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private rename cdTD to num_tx_context
Malcolm Priestley
2014-07-21
staging: vt6656: struct vnt_private rename cbRD to num_rcb
Malcolm Priestley
2014-07-18
staging: vt6656: put radio power off and on into correct state every time.
Malcolm Priestley
2014-07-18
staging: vt6656: struct vnt_private remove unused variable bRadioControlOff
Malcolm Priestley
2014-07-18
staging: vt6656: struct vnt_private rename apTD to tx_context
Malcolm Priestley
2014-07-18
staging: vt6656: struct vnt_private rename apRCB to rcb
Malcolm Priestley
2014-07-18
staging: vt6656: struct vnt_private pInterruptURB rename to interrupt_urb
Malcolm Priestley
2014-07-18
staging: vt6656: struct vnt_rcb remove camel case
Malcolm Priestley
2014-07-18
staging: vt6656: fix module_param_named tx_buffers variable
Malcolm Priestley
2014-07-18
staging: vt6656: usb_device_reset remove camel case
Malcolm Priestley
[next]