aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/main_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-17drivers/staging/vt6656/main_usb.c: Delete unnecessary call to usb_kill_urbJulia Lawall1-3/+0
2011-04-25staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches1-2/+2
2011-03-14staging: vt6656: Remove NULL check before kfreeIlia Mirkin1-8/+4
2011-02-28staging: vt6656: main_usb.c remove one to many l's in the word.Justin P. Mattock1-1/+1
2011-01-21vt6656: Use request_firmware() to load firmwareBen Hutchings1-0/+3
2010-11-09staging: vt6656: implement missing bracketsVasiliy Kulikov1-1/+2
2010-08-31Staging: vt6656: problems in error handlingDan Carpenter1-6/+5
2010-08-31staging: vt6656: removed not useful commentsAndres More1-13/+5
2010-08-02staging: vt6656: removed NTSTATUS definitionAndres More1-1/+1
2010-07-22staging: vt6656: code cleanup in device_netdev_ops' device_xmit()Andres More1-24/+22
2010-07-22staging: vt6656: removed WPA_SM_Transtatus definitionAndres More1-2/+0
2010-07-22staging: vt6656: code cleanup in vt6656 DMA TXAndres More1-22/+10
2010-07-22staging: vt6656: code cleanup in vt6656_probe()Andres More1-50/+44
2010-07-22staging: vt6656: removed '#if 1'/'#if 0' definitionsAndres More1-2/+0
2010-07-08staging: vt6656: removed SndEvt_ToAPI definitionAndres More1-8/+0
2010-07-08staging: vt6656: removed TxInSleep definitionAndres More1-3/+0
2010-06-23Staging: vt6656: code cleanup of vt6656_disconnect()Andres More1-32/+17
2010-06-22Staging: vt6656: code cleanup in vt6656_suspend()/vt6656_resume()Andres More1-21/+20
2010-06-22Staging: vt6656: removed '#if 0' definitionsAndres More1-10/+0
2010-06-18Staging: vt6656: code cleanup, fixed 'for' statementsAndres More1-15/+15
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman1-106/+117
2010-05-18Staging: vt6656: removed custom UCHAR/USHORT/UINT/ULONG/ULONGLONG typedefsAndres More1-22/+28
2010-05-11Staging: Drop memory allocation castJulia Lawall1-1/+1
2010-05-11staging: vt6656: code cleanup, removed HANDLE definition in ttype.hAndres More1-10/+14
2010-05-11Staging: vt6656: removed VOID/PVOID definitionsAndres More1-9/+11
2010-05-11Staging: vt6656: Rename hostap_set_hostapd, hostap_iotctl.Forest Bond1-1/+1
2010-05-11Staging: vt6656: incorporated ETH_ALEN macro instead of custom oneAndres More1-19/+22
2010-05-11Staging: vt6656: struct usb_driver cleanupAndres More1-40/+32
2010-05-11Staging: vt6656: Hoist assign from ifJoe Perches1-4/+8
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-02-18staging: convert to use netdev_for_each_mc_addrJiri Pirko1-3/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+3
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-11Staging: vt6656 remove unneeded version.h and version checkShawn Bohrer1-6/+0
2009-12-11Staging: vt6656 remove duplicate includesShawn Bohrer1-2/+0
2009-10-30Staging: vt6656: fix the memory free bug in vntwusb_disconnect()miaofng1-1/+0
2009-09-15Staging: vt665x: remove tbit.hJim Lieb1-1/+0
2009-09-15Staging: vt665x: cleanup USB definitionsJim Lieb1-13/+13
2009-09-15Staging: vt665x: Remove umem.h Part 2Jim Lieb1-2/+2
2009-09-15Staging: vt665x: Clean up include files, Part 1Jim Lieb1-60/+0
2009-09-15Staging: vt665x: 64bit compile fixes Part 2Jim Lieb1-1/+1
2009-09-15Staging: vt6656: disable wpa related function due to memory failure of this part of codesmiaofng1-1/+2
2009-09-15Staging: vt665x: depend on WIRELESS_EXTAlexander Beregalov1-2/+0
2009-09-15Staging: vt6656: remove dependency on WIRELESS_EXT versionAlexander Beregalov1-38/+1
2009-09-15Staging: vt6656: remove dependency on kernel versionAlexander Beregalov1-111/+0
2009-09-15Staging: vt6656: replace call to info with printk call.Forest Bond1-1/+1
2009-09-15Staging: vt6656: use net_device_ops for management functionsForest Bond1-6/+13
2009-09-15Staging: vt6656: Replace net_device->priv accesses with netdev_priv calls.Forest Bond1-16/+12
2009-09-15Staging: vt6656: main_usb.c: Drop obsolete fsuid/fsgid accesses.Forest Bond1-4/+9
2009-09-15Staging: Add pristine upstream vt6656 driver sources to drivers/staging/vt6656.Forest Bond1-0/+2398