summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
AgeCommit message (Expand)Author
2017-07-15staging: vt6556: vnt_start Fix missing call to vnt_key_init_table.Malcolm Priestley
2017-05-20staging: vt6656: use off stack for out buffer USB transfers.Malcolm Priestley
2017-05-20staging: vt6656: use off stack for in buffer USB transfers.Malcolm Priestley
2015-06-10staging: vt6656: use ieee80211_tx_info to select packet type.Malcolm Priestley
2015-04-16staging: vt6656: vnt_rf_setpower: fix missing rate RATE_12MMalcolm Priestley
2014-09-28staging: vt6656: Merge three lines into oneTapasweni Pathak
2014-09-23Staging: vt6656: Merge two lines of code into oneRajbinder Brar
2014-09-23staging: vt6656: remove unnecessary else after returnTapasweni Pathak
2014-09-23Staging: vt6656: Merges two lines of code and also removes unused variableMahati Chamarthy
2014-09-23Staging: vt6656: Merges two lines of code and removes unused variableMahati Chamarthy
2014-09-19Staging: vt6656: Removing else after break statement to fix warningRajbinder Brar
2014-09-08staging: vt6656: remove rate_control_algorithm pidMalcolm Priestley
2014-08-16staging: vt6656: add blank line after declarationRagnar B. Johannsson
2014-08-16staging: vt6656: fix incorrect indentationRagnar B. Johannsson
2014-08-16staging: vt6656: remove unnecessary bracesRagnar B. Johannsson
2014-07-27staging: vt6656: wcmd.h remove dead macrosMalcolm Priestley
2014-07-27staging: vt6656: rf.h cleanup C_PWBT commentsMalcolm Priestley
2014-07-27staging: vt6656: power.h remove dead macrosMalcolm Priestley
2014-07-27staging: vt6656: dpc remove unneeded headersMalcolm Priestley
2014-07-27staging: vt6656: dpc.h remove dead function prototypesMalcolm Priestley
2014-07-27staging: vt6656: rf.h clean up commentsMalcolm Priestley
2014-07-27staging: vt6656: remove comments of old functions nolonger present.Malcolm Priestley
2014-07-27staging: vt6656: remove return from all void functionsMalcolm Priestley
2014-07-27staging: vt6656: main_usb.c remove return from void functionsMalcolm Priestley
2014-07-27staging: vt6656: change driver version to mac80211Malcolm 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: Remove unused macro MP_TEST_FLAGSMalcolm 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 macro MP_IS_READYMalcolm Priestley
2014-07-24staging: vt6656: Remove flags fMP_POST_READS and fMP_POST_WRITESMalcolm Priestley
2014-07-22staging: vt6656: struct vnt_tx_short_buf_head change base type of fifo_ctl to...Malcolm Priestley
2014-07-22staging: vt6656: struct vnt_tx_fifo_head fifo_ctl change base type to __le16Malcolm Priestley
2014-07-22staging: vt6656: struct vnt_beacon_buffer replace byType with typeMalcolm Priestley
2014-07-22staging: vt6656: vnt_tx_buffer replace byType with typeMalcolm Priestley
2014-07-22staging: vt6656: struct vnt_beacon_buffer replace byPKTNO with pkt_noMalcolm Priestley
2014-07-22staging: vt6656: struct vnt_tx_buffer replace byPKTNO with pkt_noMalcolm Priestley
2014-07-22staging: vt6656: vnt_tx_fifo_head rename wFIFOCtl to fifo_ctlMalcolm Priestley
2014-07-21staging: vt6656: usbpipe.c clean up USB_CTL_WAITMalcolm Priestley
2014-07-21staging: vt6656: usbpipe remove unneeded commentsMalcolm Priestley
2014-07-21staging: vt6656: Remove ununsed macro URB_ASYNC_UNLINKMalcolm Priestley