summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/main_usb.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: call usb_device_reset before netdev registrationMalcolm Priestley2013-10-271-2/+3
* staging: vt6656: Remove 10 second timer and move to BSSvSecondCallBackMalcolm Priestley2013-10-151-2/+0
* staging: vt6656: main_usb.c correct pDevice->pControlURB gotoMalcolm Priestley2013-10-151-1/+1
* staging: vt6656: make pControlURB available life time of driver.Malcolm Priestley2013-10-111-13/+10
* staging: vt6656: covert RXvMngWorkItem to work queueMalcolm Priestley2013-09-301-2/+3
* staging: vt6656: convert RXvWorkItem to work queueMalcolm Priestley2013-09-301-3/+5
* staging: vt6656: covert BSSvSecondCallBack to delayed_work.Malcolm Priestley2013-09-301-3/+5
* staging: vt6656: device.h convert sTimerCommand to delayed_workMalcolm Priestley2013-09-301-1/+4
* staging: vt6656: [BUG] main_usb.c oops on device_close move flag earlier.Malcolm Priestley2013-09-251-1/+2
* staging: vt6656: device.h Replace typedef struct _RCBMalcolm Priestley2013-08-281-6/+8
* staging: vt6656: device.h replace typedef struct _USB_SEND_CONTEXT.Malcolm Priestley2013-08-271-4/+3
* staging: vt6656: dead code wCTSDuration.Malcolm Priestley2013-07-311-1/+0
* staging: vt6656: Remove dead code macro ASSERTMalcolm Priestley2013-07-251-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-43/+20
|\
| * vt6656: slightly sanitized reading configAl Viro2013-04-091-43/+20
* | staging: vt6656: remove consecutive newlinesAndres More2013-03-281-40/+0
* | staging: vt6656: remove code placeholdersAndres More2013-03-251-5/+0
* | Merge 3.9-rc3 into staging-nextGreg Kroah-Hartman2013-03-181-4/+0
|\ \ | |/
| * staging: vt6656: Fix oops on resume from suspend.Malcolm Priestley2013-03-111-4/+0
* | staging: vt6656: replaced custom WORD definition with u16Andres More2013-03-111-1/+1
* | staging: vt6656: replaced custom BYTE definition with u8Andres More2013-03-111-8/+8
|/
* staging: vt6656: replaced custom TRUE definition with trueAndres More2013-02-151-24/+24
* staging: vt6656: replaced custom FALSE definition with falseAndres More2013-02-151-53/+53
* staging: vt6656: replace custom BOOL definition with boolAndres More2013-02-151-4/+4
* staging: vt6656: fix C99 // comments in main_usb.cAndres More2013-02-031-99/+111
* staging: vt6656: staging: vt6656 change remaining to vnt_mgmt and remove type...Malcolm Priestley2013-01-181-10/+7
* staging: vt6656: card/main_usb/device use new structure namesMalcolm Priestley2013-01-071-73/+82
* staging: vt6656: remove redundant IWEVCUSTOM events.Malcolm Priestley2012-11-261-34/+2
* staging: vt6656: cleanup of device_ioctl/net_device_statsMalcolm Priestley2012-11-261-43/+12
* staging: vt6656: dead code remove ioctl.c/hMalcolm Priestley2012-11-261-24/+0
* staging: vt6656: dead code removal : wpactl.c/hMalcolm Priestley2012-11-261-13/+1
* staging: vt6656: remove wpahdr from driver.Malcolm Priestley2012-11-261-37/+0
* staging: vt6656: move move all commands to iw_handler.Malcolm Priestley2012-11-261-379/+0
* staging: vt6656: remove use of __devexitBill Pemberton2012-11-211-1/+1
* staging: vt6656: remove use of __devinitBill Pemberton2012-11-211-1/+1
* staging: vt6656: iwctl_giwaplist/device_ioctl : use off stack buffers.Malcolm Priestley2012-11-131-19/+27
* staging: vt6656: Remove WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT macroMalcolm Priestley2012-11-131-6/+0
* staging: vt6656: Keep firmware loading local and release firware.Malcolm Priestley2012-10-221-1/+0
* staging "vt6656" Fix typos in comments, and in a printk message.Justin P. Mattock2012-09-041-10/+10
* USB: vt6656: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-08-171-1/+1
* staging: vt6656: Remove all commented macrosMarcos Paulo de Souza2012-07-091-5/+0
* staging: vt6656: main_usb.c: Remove useless macrosMarcos Paulo de Souza2012-07-061-34/+1
* staging: vt6656: Don't needlessly test for NULL before release_firmware()Jesper Juhl2012-04-181-3/+1
* staging: vt6656: iwctl.c: Rewrite siwrts funcitonMarcos Paulo de Souza2012-02-091-1/+1
* staging: vt6656: iwctl.c: Remove return statement of iwctl_giwrateMarcos Paulo de Souza2012-02-091-2/+1
* staging: vt6656: iwctl.c: Remove return statement of iwctl_giwessidMarcos Paulo de Souza2012-02-091-2/+2
* staging: vt6656: Remove return statement of iwctl_giwrangeMarcos Paulo de Souza2012-02-091-1/+1
* staging: vt6656: Remove return statement of iwctl_giwmodeMarcos Paulo de Souza2012-02-091-1/+1
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-10/+2
|\
| * staging: vt6656: main_usb.c: Use kzalloc instead kmallocMarcos Paulo de Souza2011-11-301-2/+1
OpenPOWER on IntegriCloud