summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
AgeCommit message (Expand)AuthorLines
2015-03-09staging: vt6656: vnt_rf_setpower: fix missing rate RATE_12MMalcolm Priestley-0/+1
2015-02-07staging: vt6656: parse cts fall back out of vnt_fill_cts_headMalcolm Priestley-45/+54
2015-02-07staging: vt6656: vnt_fill_cts_head remove unneeded NULL check.Malcolm Priestley-3/+0
2015-01-25staging: vt6656: fix Prefer ether_addr_copy() over memcpy() if the Ethernet a...Heba Aamer-1/+1
2015-01-12Staging: vt6656: Checkpatch fix: else after break or returnEmrys Bayliss-2/+0
2015-01-12Staging: vt6656: Fixed typo in a variable nameGustavo A. R. Silva-1/+1
2015-01-12Staging: vt6656: Fixed typo in a macro nameGustavo A. R. Silva-2/+2
2015-01-12staging: vt6656: whitespace checkpatch warning fix.Krzysztof Adamski-1/+1
2015-01-12staging: vt6656: Use ether_addr_copy() on vnt_private members.Krzysztof Adamski-5/+6
2015-01-12staging: vt6656: Use ether_addr_copy() in vnt_fill_ieee80211_rts.Krzysztof Adamski-2/+3
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+2
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg-2/+5
2014-10-20staging: vt6656: remove unnecessary 'out of memory' messageMelike Yurtoglu-8/+2
2014-09-28staging: vt6656: Merge three lines into oneTapasweni Pathak-3/+1
2014-09-23Staging: vt6656: Merge two lines of code into oneRajbinder Brar-4/+1
2014-09-23staging: vt6656: remove unnecessary else after returnTapasweni Pathak-4/+2
2014-09-23Staging: vt6656: Merges two lines of code and also removes unused variableMahati Chamarthy-5/+1
2014-09-23Staging: vt6656: Merges two lines of code and removes unused variableMahati Chamarthy-4/+1
2014-09-19Staging: vt6656: Removing else after break statement to fix warningRajbinder Brar-11/+9
2014-09-08staging: vt6656: remove rate_control_algorithm pidMalcolm Priestley-1/+0
2014-08-16staging: vt6656: add blank line after declarationRagnar B. Johannsson-0/+1
2014-08-16staging: vt6656: fix incorrect indentationRagnar B. Johannsson-1/+1
2014-08-16staging: vt6656: remove unnecessary bracesRagnar B. Johannsson-3/+2
2014-07-27staging: vt6656: wcmd.h remove dead macrosMalcolm Priestley-3/+0
2014-07-27staging: vt6656: rf.h cleanup C_PWBT commentsMalcolm Priestley-1/+1
2014-07-27staging: vt6656: power.h remove dead macrosMalcolm Priestley-2/+0
2014-07-27staging: vt6656: dpc remove unneeded headersMalcolm Priestley-4/+0
2014-07-27staging: vt6656: dpc.h remove dead function prototypesMalcolm Priestley-4/+0
2014-07-27staging: vt6656: rf.h clean up commentsMalcolm Priestley-5/+3
2014-07-27staging: vt6656: remove comments of old functions nolonger present.Malcolm Priestley-12/+0
2014-07-27staging: vt6656: remove return from all void functionsMalcolm Priestley-14/+0
2014-07-27staging: vt6656: main_usb.c remove return from void functionsMalcolm Priestley-13/+0
2014-07-27staging: vt6656: change driver version to mac80211Malcolm Priestley-1/+1
2014-07-27staging: vt6656: main_usb.c remove comments to functions nolonger present.Malcolm Priestley-12/+0
2014-07-27staging: vt6656: rename device_alloc_bufs to vnt_alloc_bufsMalcolm Priestley-3/+3
2014-07-27staging: vt6656: rename device_free_int_bufs to vnt_free_int_bufsMalcolm Priestley-3/+3
2014-07-27staging: vt6656: rename device_free_rx_bufs to vnt_free_rx_bufsMalcolm Priestley-4/+4
2014-07-27staging: vt6656: rename device_free_tx_bufs to vnt_free_tx_bufsMalcolm Priestley-5/+5
2014-07-27staging: vt6656: rename device_init_registers to vnt_init_registersMalcolm Priestley-4/+4
2014-07-27staging: vt6656: rename device_set_options to vnt_set_optionsMalcolm Priestley-2/+2
2014-07-24staging: vt6656: use test_bit to check flags statusMalcolm Priestley-5/+5
2014-07-24staging: vt6656: Remove unused macro MP_TEST_FLAGSMalcolm Priestley-2/+0
2014-07-24staging: vt6656: use clear_bit to remove device flagMalcolm Priestley-3/+2
2014-07-24staging: vt6656: use set_bit to set flagsMalcolm Priestley-3/+2
2014-07-24staging: vt6656: struct vnt_private merge flag and macrosMalcolm Priestley-15/+13
2014-07-24staging: vt6656: Remove unsed macro DEVICE_FLAGS_OPENEDMalcolm Priestley-7/+0
2014-07-24staging: vt6656: remove macro MP_IS_READYMalcolm Priestley-3/+1
2014-07-24staging: vt6656: Remove flags fMP_POST_READS and fMP_POST_WRITESMalcolm Priestley-7/+1
2014-07-22staging: vt6656: struct vnt_tx_short_buf_head change base type of fifo_ctl to...Malcolm Priestley-2/+2
2014-07-22staging: vt6656: struct vnt_tx_fifo_head fifo_ctl change base type to __le16Malcolm Priestley-13/+15