summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.0-rc5 into staging-testingGreg Kroah-Hartman2015-03-231-0/+1
|\
| * staging: vt6656: vnt_rf_setpower: fix missing rate RATE_12MMalcolm Priestley2015-03-091-0/+1
* | staging: vt6656: don't return zero on failure path in vt6656_probe()Alexey Khoroshilov2015-03-201-0/+1
* | staging: vt6656: Fix possible leak in vnt_download_firmware()Christian Engelmayer2015-03-061-1/+1
* | staging: vt6656: replace memcpy by ether_addr_copyAya Mahfouz2015-02-261-1/+3
* | Staging: vt6656: replace memcpy() by ether_addr_copy() using coccinelle and p...aybuke ozdemir2015-02-261-4/+4
|/
* staging: vt6656: parse cts fall back out of vnt_fill_cts_headMalcolm Priestley2015-02-071-45/+54
* staging: vt6656: vnt_fill_cts_head remove unneeded NULL check.Malcolm Priestley2015-02-071-3/+0
* staging: vt6656: fix Prefer ether_addr_copy() over memcpy() if the Ethernet a...Heba Aamer2015-01-251-1/+1
* Staging: vt6656: Checkpatch fix: else after break or returnEmrys Bayliss2015-01-121-2/+0
* Staging: vt6656: Fixed typo in a variable nameGustavo A. R. Silva2015-01-121-1/+1
* Staging: vt6656: Fixed typo in a macro nameGustavo A. R. Silva2015-01-122-2/+2
* staging: vt6656: whitespace checkpatch warning fix.Krzysztof Adamski2015-01-121-1/+1
* staging: vt6656: Use ether_addr_copy() on vnt_private members.Krzysztof Adamski2015-01-123-5/+6
* staging: vt6656: Use ether_addr_copy() in vnt_fill_ieee80211_rts.Krzysztof Adamski2015-01-121-2/+3
* Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-151-8/+2
|\
| * staging: vt6656: remove unnecessary 'out of memory' messageMelike Yurtoglu2014-10-201-8/+2
* | mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg2014-11-191-2/+5
|/
* staging: vt6656: Merge three lines into oneTapasweni Pathak2014-09-281-3/+1
* Staging: vt6656: Merge two lines of code into oneRajbinder Brar2014-09-231-4/+1
* staging: vt6656: remove unnecessary else after returnTapasweni Pathak2014-09-232-4/+2
* Staging: vt6656: Merges two lines of code and also removes unused variableMahati Chamarthy2014-09-231-5/+1
* Staging: vt6656: Merges two lines of code and removes unused variableMahati Chamarthy2014-09-231-4/+1
* Staging: vt6656: Removing else after break statement to fix warningRajbinder Brar2014-09-191-11/+9
* staging: vt6656: remove rate_control_algorithm pidMalcolm Priestley2014-09-081-1/+0
* staging: vt6656: add blank line after declarationRagnar B. Johannsson2014-08-161-0/+1
* staging: vt6656: fix incorrect indentationRagnar B. Johannsson2014-08-161-1/+1
* staging: vt6656: remove unnecessary bracesRagnar B. Johannsson2014-08-161-3/+2
* staging: vt6656: wcmd.h remove dead macrosMalcolm Priestley2014-07-271-3/+0
* staging: vt6656: rf.h cleanup C_PWBT commentsMalcolm Priestley2014-07-271-1/+1
* staging: vt6656: power.h remove dead macrosMalcolm Priestley2014-07-271-2/+0
* staging: vt6656: dpc remove unneeded headersMalcolm Priestley2014-07-272-4/+0
* staging: vt6656: dpc.h remove dead function prototypesMalcolm Priestley2014-07-271-4/+0
* staging: vt6656: rf.h clean up commentsMalcolm Priestley2014-07-271-5/+3
* staging: vt6656: remove comments of old functions nolonger present.Malcolm Priestley2014-07-273-12/+0
* staging: vt6656: remove return from all void functionsMalcolm Priestley2014-07-274-14/+0
* staging: vt6656: main_usb.c remove return from void functionsMalcolm Priestley2014-07-271-13/+0
* staging: vt6656: change driver version to mac80211Malcolm Priestley2014-07-271-1/+1
* staging: vt6656: main_usb.c remove comments to functions nolonger present.Malcolm Priestley2014-07-271-12/+0
* staging: vt6656: rename device_alloc_bufs to vnt_alloc_bufsMalcolm Priestley2014-07-271-3/+3
* staging: vt6656: rename device_free_int_bufs to vnt_free_int_bufsMalcolm Priestley2014-07-271-3/+3
* staging: vt6656: rename device_free_rx_bufs to vnt_free_rx_bufsMalcolm Priestley2014-07-271-4/+4
* staging: vt6656: rename device_free_tx_bufs to vnt_free_tx_bufsMalcolm Priestley2014-07-271-5/+5
* staging: vt6656: rename device_init_registers to vnt_init_registersMalcolm Priestley2014-07-271-4/+4
* staging: vt6656: rename device_set_options to vnt_set_optionsMalcolm Priestley2014-07-271-2/+2
* staging: vt6656: use test_bit to check flags statusMalcolm Priestley2014-07-243-5/+5
* staging: vt6656: Remove unused macro MP_TEST_FLAGSMalcolm Priestley2014-07-241-2/+0
* staging: vt6656: use clear_bit to remove device flagMalcolm Priestley2014-07-242-3/+2
* staging: vt6656: use set_bit to set flagsMalcolm Priestley2014-07-242-3/+2
* staging: vt6656: struct vnt_private merge flag and macrosMalcolm Priestley2014-07-244-15/+13
OpenPOWER on IntegriCloud