summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-203-20/+20
|\
| * staging: vt6656: Add space to align functionshan tai2016-04-291-13/+13
| * staging: vt6656: Fixed multiple logical comparisions warnings in main_usb.cParth Sane2016-03-281-3/+3
| * staging: vt6656: Fixed multiple logical comparisions warningsParth Sane2016-03-281-4/+4
* | cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-124-5/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-4/+8
|\
| * Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller2016-03-011-4/+8
| |\
| | * mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seqEliad Peller2016-02-241-4/+8
* | | staging: vt6656: Remove unnecessary parenthesesRehas Sachdeva2016-03-101-2/+2
* | | staging: vt6656: simplify tests of successful urb statusAlison Schofield2016-02-201-3/+3
* | | staging: vt6656: move local var init into declarationAlison Schofield2016-02-141-9/+4
* | | staging: vt6656: replace GFP_ATOMIC with GFP_KERNEL for urb allocationAlison Schofield2016-02-141-3/+3
* | | staging: vt6656: replace explicit NULL comparison with ! operatorAlison Schofield2016-02-112-6/+6
* | | Staging: vt6656: Fixed multiple commenting codig style issues.maomao xu2016-02-071-6/+8
* | | drivers:staging:vt6656: Fix coding style issuesSergey Lysanov2016-02-071-1/+1
* | | staging: vt6656: fix definitions of DEVICE_FLAGS_* flagsAlexey Tulia2016-02-071-2/+2
|/ /
* | staging: vt6656: remove address from GPL textOthmar Pasteka2015-11-1929-104/+0
* | staging: vt6656: Do not use multiple blank lines.Burcin Akalin2015-11-151-1/+0
|/
* staging: vt6656: Do not use multiple blank lines.Burcin Akalin2015-10-271-1/+0
* staging: vt6656: Add space around '|'Burcin Akalin2015-10-271-1/+1
* staging: vt6656: Remove unnecessary braces and tab spacingAmitoj Kaur Chawla2015-10-241-5/+3
* staging: vt6656: Prefer using BIT MacroAmitoj Kaur Chawla2015-10-161-1/+1
* staging: vt6656: Remove useless initialisationAmitoj Kaur Chawla2015-10-161-1/+1
* staging: vt6656: Remove space before closing braceAmitoj Kaur Chawla2015-10-081-1/+0
* staging: vt6656: Remove space after opening braceAmitoj Kaur Chawla2015-10-081-1/+0
* staging: vt6656: remove RX complete locking.Malcolm Priestley2015-09-291-6/+0
* staging: vt6656: don't stop TX queue unless buffer full.Malcolm Priestley2015-09-292-7/+5
* staging: vt6656: implement power saving.Malcolm Priestley2015-09-291-0/+1
* staging: vt6656: implement power saving code.Malcolm Priestley2015-09-293-4/+14
* staging: vt6656: implement TSF counterMalcolm Priestley2015-09-291-0/+20
* Merge 4.2-rc3 into staging-nextGreg Kroah-Hartman2015-07-201-1/+1
|\
| * staging: vt6656: check ieee80211_bss_conf bssid not NULLMalcolm Priestley2015-07-141-1/+1
* | staging: vt6656: Fixed two lines over 80 characters longArjun Krishna Babu2015-07-141-2/+5
|/
* Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-265-5/+5
|\
| * staging: vt6656: Boolean tests don't need comparisons.Abdul Hussain2015-06-174-4/+4
| * Staging: vt6656: device: Fixed spelling errorColin Cronin2015-05-311-1/+1
* | mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-3/+11
|\|
| * staging: vt6656: use ieee80211_tx_info to select packet type.Malcolm Priestley2015-05-081-3/+11
* | mac80211: remove support for IFF_PROMISCJohannes Berg2015-04-241-10/+1
|/
* 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