summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/main_usb.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-15staging: vt6656: replaced custom TRUE definition with trueAndres More1-24/+24
2013-02-15staging: vt6656: replaced custom FALSE definition with falseAndres More1-53/+53
2013-02-15staging: vt6656: replace custom BOOL definition with boolAndres More1-4/+4
2013-02-03staging: vt6656: fix C99 // comments in main_usb.cAndres More1-99/+111
2013-01-18staging: vt6656: staging: vt6656 change remaining to vnt_mgmt and remove type...Malcolm Priestley1-10/+7
2013-01-07staging: vt6656: card/main_usb/device use new structure namesMalcolm Priestley1-73/+82
2012-11-26staging: vt6656: remove redundant IWEVCUSTOM events.Malcolm Priestley1-34/+2
2012-11-26staging: vt6656: cleanup of device_ioctl/net_device_statsMalcolm Priestley1-43/+12
2012-11-26staging: vt6656: dead code remove ioctl.c/hMalcolm Priestley1-24/+0
2012-11-26staging: vt6656: dead code removal : wpactl.c/hMalcolm Priestley1-13/+1
2012-11-26staging: vt6656: remove wpahdr from driver.Malcolm Priestley1-37/+0
2012-11-26staging: vt6656: move move all commands to iw_handler.Malcolm Priestley1-379/+0
2012-11-21staging: vt6656: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: vt6656: remove use of __devinitBill Pemberton1-1/+1
2012-11-13staging: vt6656: iwctl_giwaplist/device_ioctl : use off stack buffers.Malcolm Priestley1-19/+27
2012-11-13staging: vt6656: Remove WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT macroMalcolm Priestley1-6/+0
2012-10-22staging: vt6656: Keep firmware loading local and release firware.Malcolm Priestley1-1/+0
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/...Linus 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/...Linus 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