aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/main_usb.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-10/+3
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-5/+2
* USB: vt6656: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-09-141-1/+1
* drivers/staging/vt6656/main_usb.c: Delete unnecessary call to usb_kill_urbJulia Lawall2011-05-171-3/+0
* staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches2011-04-251-2/+2
* staging: vt6656: Remove NULL check before kfreeIlia Mirkin2011-03-141-8/+4
* staging: vt6656: main_usb.c remove one to many l's in the word.Justin P. Mattock2011-02-281-1/+1
* vt6656: Use request_firmware() to load firmwareBen Hutchings2011-01-211-0/+3
* staging: vt6656: implement missing bracketsVasiliy Kulikov2010-11-091-1/+2
* Staging: vt6656: problems in error handlingDan Carpenter2010-08-311-6/+5
* staging: vt6656: removed not useful commentsAndres More2010-08-311-13/+5
* staging: vt6656: removed NTSTATUS definitionAndres More2010-08-021-1/+1
* staging: vt6656: code cleanup in device_netdev_ops' device_xmit()Andres More2010-07-221-24/+22
* staging: vt6656: removed WPA_SM_Transtatus definitionAndres More2010-07-221-2/+0
* staging: vt6656: code cleanup in vt6656 DMA TXAndres More2010-07-221-22/+10
* staging: vt6656: code cleanup in vt6656_probe()Andres More2010-07-221-50/+44
* staging: vt6656: removed '#if 1'/'#if 0' definitionsAndres More2010-07-221-2/+0
* staging: vt6656: removed SndEvt_ToAPI definitionAndres More2010-07-081-8/+0
* staging: vt6656: removed TxInSleep definitionAndres More2010-07-081-3/+0
* Staging: vt6656: code cleanup of vt6656_disconnect()Andres More2010-06-231-32/+17
* Staging: vt6656: code cleanup in vt6656_suspend()/vt6656_resume()Andres More2010-06-221-21/+20
* Staging: vt6656: removed '#if 0' definitionsAndres More2010-06-221-10/+0
* Staging: vt6656: code cleanup, fixed 'for' statementsAndres More2010-06-181-15/+15
* Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman2010-05-211-106/+117
|\
| * Staging: vt6656: removed custom UCHAR/USHORT/UINT/ULONG/ULONGLONG typedefsAndres More2010-05-181-22/+28
| * Staging: Drop memory allocation castJulia Lawall2010-05-111-1/+1
| * staging: vt6656: code cleanup, removed HANDLE definition in ttype.hAndres More2010-05-111-10/+14
| * Staging: vt6656: removed VOID/PVOID definitionsAndres More2010-05-111-9/+11
| * Staging: vt6656: Rename hostap_set_hostapd, hostap_iotctl.Forest Bond2010-05-111-1/+1
| * Staging: vt6656: incorporated ETH_ALEN macro instead of custom oneAndres More2010-05-111-19/+22
| * Staging: vt6656: struct usb_driver cleanupAndres More2010-05-111-40/+32
| * Staging: vt6656: Hoist assign from ifJoe Perches2010-05-111-4/+8
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
|/
* staging: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-181-3/+2
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-2/+3
* Staging: fix assorted typos all over the placeAndré Goddard Rosa2009-12-111-1/+1
* Staging: vt6656 remove unneeded version.h and version checkShawn Bohrer2009-12-111-6/+0
* Staging: vt6656 remove duplicate includesShawn Bohrer2009-12-111-2/+0
* Staging: vt6656: fix the memory free bug in vntwusb_disconnect()miaofng2009-10-301-1/+0
* Staging: vt665x: remove tbit.hJim Lieb2009-09-151-1/+0
* Staging: vt665x: cleanup USB definitionsJim Lieb2009-09-151-13/+13
* Staging: vt665x: Remove umem.h Part 2Jim Lieb2009-09-151-2/+2
* Staging: vt665x: Clean up include files, Part 1Jim Lieb2009-09-151-60/+0
* Staging: vt665x: 64bit compile fixes Part 2Jim Lieb2009-09-151-1/+1
* Staging: vt6656: disable wpa related function due to memory failure of this p...miaofng2009-09-151-1/+2
* Staging: vt665x: depend on WIRELESS_EXTAlexander Beregalov2009-09-151-2/+0
* Staging: vt6656: remove dependency on WIRELESS_EXT versionAlexander Beregalov2009-09-151-38/+1
* Staging: vt6656: remove dependency on kernel versionAlexander Beregalov2009-09-151-111/+0
* Staging: vt6656: replace call to info with printk call.Forest Bond2009-09-151-1/+1
* Staging: vt6656: use net_device_ops for management functionsForest Bond2009-09-151-6/+13