aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
Commit message (Expand)AuthorAge
* staging: vt6656: use ieee80211_tx_info to select packet type.Malcolm Priestley2015-05-08
* Merge 4.0-rc5 into staging-testingGreg Kroah-Hartman2015-03-23
|\
| * staging: vt6656: vnt_rf_setpower: fix missing rate RATE_12MMalcolm Priestley2015-03-09
* | staging: vt6656: don't return zero on failure path in vt6656_probe()Alexey Khoroshilov2015-03-20
* | staging: vt6656: Fix possible leak in vnt_download_firmware()Christian Engelmayer2015-03-06
* | staging: vt6656: replace memcpy by ether_addr_copyAya Mahfouz2015-02-26
* | Staging: vt6656: replace memcpy() by ether_addr_copy() using coccinelle and p...aybuke ozdemir2015-02-26
|/
* staging: vt6656: parse cts fall back out of vnt_fill_cts_headMalcolm Priestley2015-02-07
* staging: vt6656: vnt_fill_cts_head remove unneeded NULL check.Malcolm Priestley2015-02-07
* staging: vt6656: fix Prefer ether_addr_copy() over memcpy() if the Ethernet a...Heba Aamer2015-01-25
* Staging: vt6656: Checkpatch fix: else after break or returnEmrys Bayliss2015-01-12
* Staging: vt6656: Fixed typo in a variable nameGustavo A. R. Silva2015-01-12
* Staging: vt6656: Fixed typo in a macro nameGustavo A. R. Silva2015-01-12
* staging: vt6656: whitespace checkpatch warning fix.Krzysztof Adamski2015-01-12
* staging: vt6656: Use ether_addr_copy() on vnt_private members.Krzysztof Adamski2015-01-12
* staging: vt6656: Use ether_addr_copy() in vnt_fill_ieee80211_rts.Krzysztof Adamski2015-01-12
* Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-15
|\
| * staging: vt6656: remove unnecessary 'out of memory' messageMelike Yurtoglu2014-10-19
* | mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg2014-11-19
|/
* staging: vt6656: Merge three lines into oneTapasweni Pathak2014-09-28
* Staging: vt6656: Merge two lines of code into oneRajbinder Brar2014-09-23
* staging: vt6656: remove unnecessary else after returnTapasweni Pathak2014-09-23
* Staging: vt6656: Merges two lines of code and also removes unused variableMahati Chamarthy2014-09-23
* Staging: vt6656: Merges two lines of code and removes unused variableMahati Chamarthy2014-09-23
* Staging: vt6656: Removing else after break statement to fix warningRajbinder Brar2014-09-19
* staging: vt6656: remove rate_control_algorithm pidMalcolm Priestley2014-09-08
* staging: vt6656: add blank line after declarationRagnar B. Johannsson2014-08-16
* staging: vt6656: fix incorrect indentationRagnar B. Johannsson2014-08-16
* staging: vt6656: remove unnecessary bracesRagnar B. Johannsson2014-08-16
* staging: vt6656: wcmd.h remove dead macrosMalcolm Priestley2014-07-27
* staging: vt6656: rf.h cleanup C_PWBT commentsMalcolm Priestley2014-07-27
* staging: vt6656: power.h remove dead macrosMalcolm Priestley2014-07-27
* staging: vt6656: dpc remove unneeded headersMalcolm Priestley2014-07-27
* staging: vt6656: dpc.h remove dead function prototypesMalcolm Priestley2014-07-27
* staging: vt6656: rf.h clean up commentsMalcolm Priestley2014-07-27
* staging: vt6656: remove comments of old functions nolonger present.Malcolm Priestley2014-07-27
* staging: vt6656: remove return from all void functionsMalcolm Priestley2014-07-27
* staging: vt6656: main_usb.c remove return from void functionsMalcolm Priestley2014-07-27
* staging: vt6656: change driver version to mac80211Malcolm Priestley2014-07-27
* staging: vt6656: main_usb.c remove comments to functions nolonger present.Malcolm Priestley2014-07-27
* staging: vt6656: rename device_alloc_bufs to vnt_alloc_bufsMalcolm Priestley2014-07-27
* staging: vt6656: rename device_free_int_bufs to vnt_free_int_bufsMalcolm Priestley2014-07-27
* staging: vt6656: rename device_free_rx_bufs to vnt_free_rx_bufsMalcolm Priestley2014-07-27
* staging: vt6656: rename device_free_tx_bufs to vnt_free_tx_bufsMalcolm Priestley2014-07-27
* staging: vt6656: rename device_init_registers to vnt_init_registersMalcolm Priestley2014-07-27
* staging: vt6656: rename device_set_options to vnt_set_optionsMalcolm Priestley2014-07-27
* staging: vt6656: use test_bit to check flags statusMalcolm Priestley2014-07-24
* staging: vt6656: Remove unused macro MP_TEST_FLAGSMalcolm Priestley2014-07-24
* staging: vt6656: use clear_bit to remove device flagMalcolm Priestley2014-07-24
* staging: vt6656: use set_bit to set flagsMalcolm Priestley2014-07-24