summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/main_usb.c
AgeCommit message (Expand)Author
2014-06-19staging: vt6656: rename MACvRegBitsOff to vnt_mac_reg_bits_offMalcolm Priestley
2014-06-19staging: vt6656: rename MACvRegBitsOff to vnt_mac_reg_bits_offMalcolm Priestley
2014-06-19staging: vt6656: rename MACvDisableKeyEntry to vnt_mac_disable_keyentryMalcolm Priestley
2014-06-19staging: vt6656: rename MACbShutdown to vnt_mac_shutdownMalcolm Priestley
2014-06-19staging: vt6656: rename MACvWriteMultiAddr to vnt_mac_set_filterMalcolm Priestley
2014-06-19staging: vt6656: rename CARDvSetBSSMode to vnt_set_bss_modeMalcolm Priestley
2014-06-19staging: vt6656: rename CARDbRadioPowerOn to vnt_radio_power_onMalcolm Priestley
2014-06-19staging: vt6656: rename CARDbRadioPowerOff to vnt_radio_power_offMalcolm Priestley
2014-06-19staging: vt6656: rename CARDbAddBasicRate to vnt_add_basic_rateMalcolm Priestley
2014-06-19staging: vt6656: rename CARDbSetMediaChannel to vnt_set_channelMalcolm Priestley
2014-05-26staging: vt6656: dead code remove control.c/hMalcolm Priestley
2014-05-26staging: vt6656: Create new function to set led state.Malcolm Priestley
2014-05-26staging: vt6656: replace ControlvWriteByte with vnt_control_out_u8Malcolm Priestley
2014-05-26staging: vt6656: rename PIPEnsControlIn/CONTROLnsRequestIn with vnt_control_inMalcolm Priestley
2014-05-26staging: vt6656: rename PIPEnsControlOut/CONTROLnsRequestOut to vnt_control_outMalcolm Priestley
2014-05-23staging: vt6656: MACvDisableKeyEntry fix sizeof uEntryIdx to u8Malcolm Priestley
2014-05-23staging: vt6656: dead code remove diversity codeMalcolm Priestley
2014-05-23staging: vt6656: remove dead code tcrc.c/hMalcolm Priestley
2014-05-19staging: vt6656: Remove hostapd functions.Malcolm Priestley
2014-05-19staging: vt6656: Remove dead code hostap.Malcolm Priestley
2014-05-18staging: vt6656: Remove always true bUpdateBBVGAMalcolm Priestley
2014-05-18staging: vt6656: vnt_private remove dead variablesMalcolm Priestley
2014-05-18staging: vt6656: Remove unused variable uScanTime.Malcolm Priestley
2014-05-18staging: vt6656: Remove dead variable bCCK.Malcolm Priestley
2014-05-18staging: vt6656: Remove unused variable ulTxPower.Malcolm Priestley
2014-05-18staging: vt6656: Remove unused variable byRevId.Malcolm Priestley
2014-05-15staging: vt6656: PIPEnsControlIn use usb_control_msgMalcolm Priestley
2014-05-15staging: vt6656: usbpipe.c PIPEnsControlOut use usb_control_msgMalcolm Priestley
2014-05-15staging: vt6656: lock changes device_xmitMalcolm Priestley
2014-05-15staging: vt6656: lock changes: usbpipe.c add mutex lock.Malcolm Priestley
2014-05-15staging: vt6656: lock changes: Remove spin locks.Malcolm Priestley
2014-05-15staging: vt6656: struct vnt_usb_send_context remove camel case.Malcolm Priestley
2014-05-15staging: vt6656: rxtx: Remove unused uDMAIdx from driver.Malcolm Priestley
2014-05-15staging: vt6656: make spin_lock_irq() human readableMartin Kepplinger
2014-03-17staging: vt6656: [BUG] set usb_fill_int_urb interval to 1Malcolm Priestley
2014-03-01staging: vt6656: Remove unused tasklets tasklet_struct CmdWorkItem and EventW...Malcolm Priestley
2014-03-01staging: vt6656: clean up device_free_int_bufs.Malcolm Priestley
2014-03-01staging: vt6656: clean up device_free_tx_bufsMalcolm Priestley
2014-03-01staging: vt6656: clean up device_free_rx_bufs.Malcolm Priestley
2014-03-01staging: vt6656: Clean up device_alloc_bufsMalcolm Priestley
2014-03-01staging: vt6656: Replace dev_alloc_skb with netdev_alloc_skb.Malcolm Priestley
2014-02-28staging: vt6656: Remove unused variable bEventAvailable.Malcolm Priestley
2014-02-25staging: vt6656: Move device_set_multi code call to vRunCommandMalcolm Priestley
2014-02-25staging: vt6656: Replace typedef struct INT_BUFFER, *PINT_BUFFERMalcolm Priestley
2014-02-18staging: vt6656: Remove variable fKillEventPollingThreadMalcolm Priestley
2014-02-18staging: vt6656: Replace typedef enum _CARD_OP_MODEMalcolm Priestley
2014-02-14staging: vt6656: camel case and clean up devie_set_multiMalcolm Priestley
2014-02-14staging: vt6656: device_set_multi: set filter off with MACvWriteMultiAddrMalcolm Priestley
2014-02-14staging: vt6656: device_set_multi: covert mc_filter to u64Malcolm Priestley
2014-02-07staging: vt6656: fix indentation in if statementGreg Kroah-Hartman