aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/main_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-04staging "vt6656" Fix typos in comments, and in a printk message.Justin P. Mattock1-10/+10
2012-08-17USB: vt6656: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman1-1/+1
2012-07-09staging: vt6656: Remove all commented macrosMarcos Paulo de Souza1-5/+0
2012-07-06staging: vt6656: main_usb.c: Remove useless macrosMarcos Paulo de Souza1-34/+1
2012-04-18staging: vt6656: Don't needlessly test for NULL before release_firmware()Jesper Juhl1-3/+1
2012-02-09staging: vt6656: iwctl.c: Rewrite siwrts funcitonMarcos Paulo de Souza1-1/+1
2012-02-09staging: vt6656: iwctl.c: Remove return statement of iwctl_giwrateMarcos Paulo de Souza1-2/+1
2012-02-09staging: vt6656: iwctl.c: Remove return statement of iwctl_giwessidMarcos Paulo de Souza1-2/+2
2012-02-09staging: vt6656: Remove return statement of iwctl_giwrangeMarcos Paulo de Souza1-1/+1
2012-02-09staging: vt6656: Remove return statement of iwctl_giwmodeMarcos Paulo de Souza1-1/+1
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-10/+2
2011-11-30staging: vt6656: main_usb.c: Use kzalloc instead kmallocMarcos Paulo de Souza1-2/+1
2011-11-30staging:vt6656: iwctl.c: Removed unneeded functionMarcos Paulo de Souza1-8/+1
2011-11-18USB: convert drivers/staging/* to use module_usb_driver()Greg Kroah-Hartman1-13/+1
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-9/+2
2011-08-23staging: vt6656: use %pM for printing MACsAndy Shevchenko1-9/+2
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
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