summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/dpc.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: return from workqueues on fMP_DISCONNECTEDMalcolm Priestley2013-10-151-0/+6
* staging: vt6656: covert RXvMngWorkItem to work queueMalcolm Priestley2013-10-011-2/+4
* staging: vt6656: convert RXvWorkItem to work queueMalcolm Priestley2013-10-011-2/+4
* Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-171-7/+6Star
* staging: vt6656: device.h Replace typedef struct _RCBMalcolm Priestley2013-08-291-5/+5
* staging: vt6656: Remove dead code macro ASSERTMalcolm Priestley2013-07-251-6/+0Star
* staging: vt6656: remove consecutive newlinesAndres More2013-03-291-37/+0Star
* staging: vt6656: remove code placeholdersAndres More2013-03-251-7/+0Star
* staging: vt6656: removed custom 802.11 header usageAndres More2013-03-251-40/+40
* staging: vt6656: removed usage of custom Ethernet headerAndres More2013-03-251-14/+14
* staging: vt6656: replaced custom DWORD definition with u32Andres More2013-03-111-20/+20
* staging: vt6656: replaced custom WORD definition with u16Andres More2013-03-111-13/+13
* staging: vt6656: replaced custom BYTE definition with u8Andres More2013-03-111-28/+28
* staging: vt6656: replaced custom TRUE definition with trueAndres More2013-02-151-38/+38
* staging: vt6656: replaced custom FALSE definition with falseAndres More2013-02-151-51/+51
* staging: vt6656: replace custom BOOL definition with boolAndres More2013-02-151-1/+1
* staging: vt6656: Revert: 64bit fixes: dpc.c incorrect addressing of void stru...Malcolm Priestley2013-01-251-2/+2
* staging: vt6656: staging: vt6656 change remaining to vnt_mgmt and remove type...Malcolm Priestley2013-01-181-5/+5
* staging: vt6656: datarate/dpc/hostap/power use new structures.Malcolm Priestley2013-01-181-194/+93Star
* staging: vt6656: Remove QWORD from source and replace with u64.Malcolm Priestley2013-01-071-5/+4Star
* staging: vt6656: remove wpahdr from driver.Malcolm Priestley2012-11-271-25/+0Star
* staging: vt6656: Remove WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT macroMalcolm Priestley2012-11-131-2/+0Star
* staging: vt6656: 64 bit fixes: fix long warning messages.Malcolm Priestley2012-11-131-2/+2
* staging: vt6656: 64 bit fixes: RXbBulkInProcessData FramesizeMalcolm Priestley2012-11-131-10/+10
* staging: vt6656: 64bit fixes: dpc.c incorrect addressing of void structure.Malcolm Priestley2012-11-131-3/+3
* staging: vt6656: free skbuff and relocate on bReAllocSkb == FALSE.Malcolm Priestley2012-11-131-2/+7
* Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman2012-09-171-1/+1
|\
| * staging: vt6656: [BUG] - Failed connection, incorrect endian.Malcolm Priestley2012-09-041-1/+1
* | staging "vt6656" Fix typos in comments, and in a printk message.Justin P. Mattock2012-09-041-1/+1
|/
* staging: Remove test of is_broadcast with is_multicastJoe Perches2012-05-091-1/+1
* staging: vt6656: use %pM for printing MACsAndy Shevchenko2011-08-231-24/+6Star
* staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches2011-04-261-5/+5
* staging: vt6656: resolved checkpatch findingFelipe Andres Besoain Pino2010-11-101-2/+2
* staging: vt6656: removed macro to test bitsAndres More2010-08-311-2/+3
* staging: vt6656: removed custom definitions of Ethernet packet typesAndres More2010-08-311-4/+3Star
* staging: vt6656: removed not useful commentsAndres More2010-08-311-1/+0Star
* staging: vt6656: added spaces around '||'Andres More2010-08-311-2/+2
* staging: vt6656: removed NTSTATUS definitionAndres More2010-08-031-1/+1
* Staging: vt6656: Remove PUINT from ttype.hRoel Van Nyen2010-08-031-4/+4
* staging: vt6656: replaced U_CRC_LEN with ETH_FCS_LENAndres More2010-07-221-2/+2
* staging: vt6656: removed Calcu_LinkQual definitionAndres More2010-07-221-6/+0Star
* staging: vt6656: replace IS_ETH_ADDRESS_EQUAL with compare_ether_addrAndres More2010-06-241-7/+8
* Staging: vt6656: replaced IS_BROADCAST_ADDRESS with is_broadcast_ether_addrAndres More2010-06-241-2/+2
* Staging: vt6656: code cleanup, fixed 'for' statementsAndres More2010-06-181-4/+5
* Staging: vt6656: removed custom UCHAR/USHORT/UINT/ULONG/ULONGLONG typedefsAndres More2010-05-181-24/+25
* Staging: vt6656: removed custom CHAR/SHORT/INT/LONG typedefsAndres More2010-05-181-9/+9
* staging: vt6656: code cleanup, removed HANDLE definition in ttype.hAndres More2010-05-111-4/+10
* Staging: vt6656: code cleanup, removed OUT definitionAndres More2010-05-111-20/+20
* Staging: vt6656: removed VOID/PVOID definitionsAndres More2010-05-111-13/+7Star
* Staging: vt6656: Removed IN definitionAndres More2010-05-111-58/+57Star