summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/dpc.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-28staging: vt6656: Replace dev_alloc_skb with netdev_alloc_skb.Malcolm Priestley1-6/+3
2014-02-28staging: vt6656: Clean up RXvFreeRCB.Malcolm Priestley1-26/+27
2014-02-28staging: vt6656: Clean up RXvWorkItemMalcolm Priestley1-16/+20
2014-02-18staging: vt6656: Replace typedef enum _CARD_OP_MODEMalcolm Priestley1-1/+1
2014-01-13staging: vt6656: sparse fixes: dpc.c missing dpc.hMalcolm Priestley1-0/+1
2013-12-17staging: vt6656: Remove unused scStatistic data/functions from driver.Malcolm Priestley1-43/+0
2013-12-10staging: vt6656: s_uCalculateLinkQual use netstats rx valuesMalcolm Priestley1-0/+3
2013-11-10staging: vt6656: Fix (most) sparse warnings regarding static functions/variablesValentina Manea1-1/+1
2013-10-15staging: vt6656: return from workqueues on fMP_DISCONNECTEDMalcolm Priestley1-0/+6
2013-09-30staging: vt6656: covert RXvMngWorkItem to work queueMalcolm Priestley1-2/+4
2013-09-30staging: vt6656: convert RXvWorkItem to work queueMalcolm Priestley1-2/+4
2013-09-17Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches1-7/+6
2013-08-28staging: vt6656: device.h Replace typedef struct _RCBMalcolm Priestley1-5/+5
2013-07-25staging: vt6656: Remove dead code macro ASSERTMalcolm Priestley1-6/+0
2013-03-28staging: vt6656: remove consecutive newlinesAndres More1-37/+0
2013-03-25staging: vt6656: remove code placeholdersAndres More1-7/+0
2013-03-25staging: vt6656: removed custom 802.11 header usageAndres More1-40/+40
2013-03-25staging: vt6656: removed usage of custom Ethernet headerAndres More1-14/+14
2013-03-11staging: vt6656: replaced custom DWORD definition with u32Andres More1-20/+20
2013-03-11staging: vt6656: replaced custom WORD definition with u16Andres More1-13/+13
2013-03-11staging: vt6656: replaced custom BYTE definition with u8Andres More1-28/+28
2013-02-15staging: vt6656: replaced custom TRUE definition with trueAndres More1-38/+38
2013-02-15staging: vt6656: replaced custom FALSE definition with falseAndres More1-51/+51
2013-02-15staging: vt6656: replace custom BOOL definition with boolAndres More1-1/+1
2013-01-25staging: vt6656: Revert: 64bit fixes: dpc.c incorrect addressing of void stru...Malcolm Priestley1-2/+2
2013-01-18staging: vt6656: staging: vt6656 change remaining to vnt_mgmt and remove type...Malcolm Priestley1-5/+5
2013-01-18staging: vt6656: datarate/dpc/hostap/power use new structures.Malcolm Priestley1-194/+93
2013-01-07staging: vt6656: Remove QWORD from source and replace with u64.Malcolm Priestley1-5/+4
2012-11-26staging: vt6656: remove wpahdr from driver.Malcolm Priestley1-25/+0
2012-11-13staging: vt6656: Remove WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT macroMalcolm Priestley1-2/+0
2012-11-13staging: vt6656: 64 bit fixes: fix long warning messages.Malcolm Priestley1-2/+2
2012-11-13staging: vt6656: 64 bit fixes: RXbBulkInProcessData FramesizeMalcolm Priestley1-10/+10
2012-11-13staging: vt6656: 64bit fixes: dpc.c incorrect addressing of void structure.Malcolm Priestley1-3/+3
2012-11-13staging: vt6656: free skbuff and relocate on bReAllocSkb == FALSE.Malcolm Priestley1-2/+7
2012-09-16Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman1-1/+1
2012-09-04staging "vt6656" Fix typos in comments, and in a printk message.Justin P. Mattock1-1/+1
2012-09-04staging: vt6656: [BUG] - Failed connection, incorrect endian.Malcolm Priestley1-1/+1
2012-05-09staging: Remove test of is_broadcast with is_multicastJoe Perches1-1/+1
2011-08-23staging: vt6656: use %pM for printing MACsAndy Shevchenko1-24/+6
2011-04-25staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches1-5/+5
2010-11-09staging: vt6656: resolved checkpatch findingFelipe Andres Besoain Pino1-2/+2
2010-08-31staging: vt6656: removed macro to test bitsAndres More1-2/+3
2010-08-31staging: vt6656: removed custom definitions of Ethernet packet typesAndres More1-4/+3
2010-08-31staging: vt6656: removed not useful commentsAndres More1-1/+0
2010-08-31staging: vt6656: added spaces around '||'Andres More1-2/+2
2010-08-02staging: vt6656: removed NTSTATUS definitionAndres More1-1/+1
2010-08-02Staging: vt6656: Remove PUINT from ttype.hRoel Van Nyen1-4/+4
2010-07-22staging: vt6656: replaced U_CRC_LEN with ETH_FCS_LENAndres More1-2/+2
2010-07-22staging: vt6656: removed Calcu_LinkQual definitionAndres More1-6/+0
2010-06-24staging: vt6656: replace IS_ETH_ADDRESS_EQUAL with compare_ether_addrAndres More1-7/+8