summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/dpc.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0Star
* staging: vt6655: add SPDX identifiers to all vt6655 driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: vt6655: Removes the FSF mailing address.Varsha Rao2016-10-161-4/+0Star
* staging: vt6655: replace typedef struct tagSRxDescMalcolm Priestley2015-09-131-1/+1
* staging: vt6655: replace typedef struct tagDEVICE_RD_INFOMalcolm Priestley2015-09-131-1/+1
* staging: vt6655: replace typedef struct tagRDES1Malcolm Priestley2015-09-131-1/+1
* staging: vt6655: replace typedef struct tagRDES0Malcolm Priestley2015-09-131-1/+1
* staging: vt6655: Fix wReqCount to __le16Malcolm Priestley2015-07-231-1/+1
* staging: vt6655: remove deprecated use of pci apiQuentin Lambert2015-03-201-2/+2
* staging: vt6655: vnt_rx_data add track rsr and new_rsr errorsMalcolm Priestley2015-02-071-1/+10
* staging: vt6655: remove antenna diversity functionsMalcolm Priestley2015-01-251-6/+0Star
* staging: vt6655: dpc.c/h remove dead functionsMalcolm Priestley2014-10-291-1286/+0Star
* staging: vt6655: dead code remove legacy hostap.c/hMalcolm Priestley2014-10-291-1/+0Star
* staging: vt6655: vnt_rx_data: uCurrRSSI should have the value of *rssiMalcolm Priestley2014-10-291-1/+1
* staging: vt6655: mac80211 conversion: add new rx functionsMalcolm Priestley2014-10-291-0/+123
* staging: vt6655: dpc.c: Comment fixesVeronika Kabatova2014-10-281-116/+125
* staging: remove unneeded parentheses around the right hand side of an assignmentJiayi Ye2014-10-271-1/+1
* staging: vt6655: dpc.c: replace memcpy() by ether_addr_copy() using coccinelleAya Mahfouz2014-10-201-1/+2
* staging: vt6655: Use net_device_stats from struct net_deviceTobias Klauser2014-09-111-1/+1
* staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211...Malcolm Priestley2014-08-311-1/+1
* staging: vt6655: remove remaining comments of PLICE_DEBUGMalcolm Priestley2014-08-301-4/+3Star
* staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches2014-08-171-62/+67
* staging: vt6655: bssdb/datarate/dpc/power/rxtx use struct vnt_privateMalcolm Priestley2014-08-161-11/+12
* staging: vt6655: Replace and remove typedef QWORD/ DQWORDMalcolm Priestley2014-08-161-5/+4Star
* staging: vt6655: deadcode remove undefined macro THREAD code.Malcolm Priestley2014-07-311-6/+1Star
* staging: vt6655: remove undefined TASK_LET codeMalcolm Priestley2014-07-311-24/+0Star
* staging: vt6655: Remove spaces before quoted newlinesGuillaume Clement2014-07-271-6/+7
* staging: vt6655: Add missing blank lines after declarationsGuillaume Clement2014-07-271-0/+3
* staging: vt6655: fix sparse warning for static declarationsJames A Shackleford2014-06-201-1/+2
* staging: vt6655: fix checkpatch bracing issuesGuido Martínez2014-05-151-35/+31Star
* staging: vt6655: remove dead codeGuido Martínez2014-05-151-70/+6Star
* staging: vt6655: 64 bit fixes TKIP mic correct sizeof long.Malcolm Priestley2014-03-091-16/+16
* staging: vt6655: 64 bit fixes :TKIP mode micheal.c sizeof long.Malcolm Priestley2014-03-091-2/+2
* staging: vt6655: remove unneeded semicolonTeodora Baluta2013-11-101-3/+3
* staging: vt6655: delete explicit comparison to boolTeodora Baluta2013-11-101-17/+17
* Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-171-3/+4
* staging: vt6655: Remove unnecessary blank linesJoe Perches2013-03-251-53/+0Star
* staging: vt6655: Remove commented out if()sJoe Perches2013-03-251-1/+0Star
* staging: vt6655: Convert to kernel brace styleJoe Perches2013-03-251-48/+24Star
* staging: vt6655: Remove commented out printksJoe Perches2013-03-251-14/+1Star
* staging:vt6655:dpc: Whitespace cleanupsJoe Perches2013-03-191-1220/+1220
* staging: "vt6655" Fix typos in comments.Justin P. Mattock2012-09-041-1/+1
* staging: vt6655: Remove all commented macrosMarcos Paulo de Souza2012-07-091-1/+0Star
* staging: vt6655: simplify MAC printing by using %pMAndy Shevchenko2011-08-231-24/+6Star
* staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches2011-04-261-5/+5
* Staging: vt6655: replace BOOL with in kernel boolCharles Clément2010-08-031-24/+24
* Staging: vt6655: replace FALSE with in kernel falseCharles Clément2010-08-031-44/+44
* Staging: vt6655: replace TRUE with in kernel trueCharles Clément2010-08-031-35/+35
* Staging: vt6655: simplify broadcast and multicast ethernet address testCharles Clément2010-07-081-1/+1
* Staging: vt6655: remove PUINT typedefCharles Clément2010-06-251-34/+14Star