summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: iwctl_giwaplist/device_ioctl : use off stack buffers.Malcolm Priestley2012-11-142-51/+68
* staging: vt6656: Remove WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT macroMalcolm Priestley2012-11-139-61/+1Star
* staging: vt6656: 64bit fixes: vCommandTimerWait change calculation of timer.Malcolm Priestley2012-11-132-11/+13
* staging: vt6656: 64 bit fixes correct sizes of NDIS_802_11_ASSOCIATION_INFORM...Malcolm Priestley2012-11-131-21/+21
* staging: vt6656: 64 bit fixes TKIPvMixKey remove unsigned longMalcolm Priestley2012-11-131-21/+19Star
* staging: vt6656: 64 bit fixes pdwIV is now u32Malcolm Priestley2012-11-131-1/+1
* staging: vt6656: 64bit fixes: key.c/h change unsigned long to u32Malcolm Priestley2012-11-132-7/+7
* staging: vt6656: 64 bit fixes: fix long warning messages.Malcolm Priestley2012-11-134-24/+51
* staging: vt6656: 64 bit fixes : correct all type sizesMalcolm Priestley2012-11-131-5/+5
* staging: vt6656: 64 bit fixes: int.h replaced DWORD with u32Malcolm Priestley2012-11-131-2/+2
* staging: vt6656: 64 bit fixes: rxtx.h Replace DWORD with u32.Malcolm Priestley2012-11-131-4/+4
* staging: vt6656: 64 bit fixes: use u32 for QWORD definition.Malcolm Priestley2012-11-131-2/+4
* staging: vt6656: 64 bit fixes: RXbBulkInProcessData FramesizeMalcolm Priestley2012-11-131-10/+10
* staging: vt6656: 64bit fixes: desh.h fix size. replace DWORD with u32.Malcolm Priestley2012-11-131-14/+14
* staging: vt6656: 64bit fixes: dpc.c incorrect addressing of void structure.Malcolm Priestley2012-11-131-3/+3
* staging: vt6656: 64 bit- Correctly address void structure.Malcolm Priestley2012-11-131-6/+4Star
* staging: vt6656: fix viawget_wpa_param sizeMalcolm Priestley2012-11-131-6/+4Star
* staging: vt6656: nsDMA_tx_packet: free tx context bBoolInUseMalcolm Priestley2012-11-131-0/+1
* staging: vt6656: dead code byCntMeasure/TKIPCounterMeasuresInvokedMalcolm Priestley2012-11-133-7/+0Star
* staging: vt6656: dead code remove upc.hMalcolm Priestley2012-11-132-163/+0Star
* staging: vt6656: free skbuff and relocate on bReAllocSkb == FALSE.Malcolm Priestley2012-11-131-2/+7
* staging: vt6656: no need to bIndicateReceive when no bytes to read.Malcolm Priestley2012-11-131-1/+2
* staging: vt6656: [BUG] PIPEnsSendBulkOut free bBoolInUseMalcolm Priestley2012-10-221-0/+1
* Staging: vt6655-6: shift wrap in hostap_set_encryption()Dan Carpenter2012-10-221-3/+3
* Staging: vt6655-6: shift wrap buf in s_vFillTxKey()Dan Carpenter2012-10-221-1/+1
* staging: vt6656: Keep firmware loading local and release firware.Malcolm Priestley2012-10-223-14/+10Star
* staging: vt6656: [BUG] out of bound array reference in RFbSetPower.Malcolm Priestley2012-10-221-0/+3
* Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman2012-09-172-20/+20
|\
| * staging: vt6656: [BUG] - Failed connection, incorrect endian.Malcolm Priestley2012-09-042-20/+20
* | Staging: vt6656: using is_broadcast_ether_addr() to simplify the codeWei Yongjun2012-09-041-6/+2Star
* | staging "vt6656" Typo rename Embeded to Embedded.Justin P. Mattock2012-09-042-27/+27
* | staging "vt6656" Typo rename Caculate to Calculate.Justin P. Mattock2012-09-044-36/+36
* | staging "vt6656" Fix typos in comments, and in a printk message.Justin P. Mattock2012-09-0425-75/+75
* | Merge 3.6-rc3 into staging-nextGreg Kroah-Hartman2012-08-271-1/+1
|\|
| * USB: vt6656: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-08-181-1/+1
* | staging: vt6656: Fix typo in vt6656Masanari Iida2012-08-144-8/+8
* | staging: vt6656: print small buffers with %*phAndy Shevchenko2012-08-141-5/+2Star
* | staging: vt6656: don't leak 'param' in vt6656_hostap_ioctl() when returning -...Jesper Juhl2012-08-141-6/+6
|/
* staging/vt6656: cleanup coding style in vResetCommandTimerDevendra Naga2012-07-171-14/+14
* staging/vt6656: remove unnecessary return in BSSvSecondTxDataDevendra Naga2012-07-171-1/+0Star
* staging/vt6656: coding style fix in BSSvSecondTxDataDevendra Naga2012-07-171-28/+28
* staging: vt6656: Remove unsed macrosMarcos Paulo de Souza2012-07-093-5/+0Star
* staging: vt6656: Remove all commented macrosMarcos Paulo de Souza2012-07-098-20/+0Star
* staging: vt6656: hostap.c: Remove commented codeMarcos Paulo de Souza2012-07-091-43/+0Star
* staging: vt6656: hostap.c: Remove unused macros and some useless commentsMarcos Paulo de Souza2012-07-091-20/+0Star
* staging: vt6656: desc.h: Remove commented macros and useless commentsMarcos Paulo de Souza2012-07-091-19/+0Star
* staging: vt6656: iwctl: remove a few remaining redundant newlinesJesper Juhl2012-07-091-5/+1Star
* staging: vt6656: iwctl: Fix up a few remaining brace issuesJesper Juhl2012-07-091-12/+11Star
* staging: vt6656: iwctl: fix up spacing around operatorsJesper Juhl2012-07-091-7/+6Star
* staging: vt6656: use %pM for the BSSIDAndy Shevchenko2012-07-071-4/+5