summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/mac.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: Remove unused function prototype and definitionMadhumitha Prabakaran2019-03-181-24/+0Star
* staging: vt6655: Remove unnecessary blank lineMadhumitha Prabakaran2019-03-181-1/+0Star
* 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: Fixing coding style warningsSimo Koskinen2017-07-181-1/+1
* staging: vt6655: Adding space around '+'Varsha Rao2016-10-161-1/+1
* staging: vt6655: Removes the FSF mailing address.Varsha Rao2016-10-161-5/+0Star
* staging: vt6655: Removes unnecessary blank lines.Varsha Rao2016-10-161-1/+0Star
* staging: vt6655: fix style violations for lines over 80 charactersKathryn Hampton2016-03-281-5/+10
* staging: vt6655: mac.c replace dwData with data.Malcolm Priestley2016-03-111-19/+19
* staging: vt6655: mac.c replace wOffset with offset.Malcolm Priestley2016-03-111-21/+21
* staging: vt6655: mac.c replace byOrgDMACtl with org_dma_ctlMalcolm Priestley2016-03-111-16/+16
* staging: vt6655: mac Replace dwCurrDescAddr with curr_desc_addr.Malcolm Priestley2016-03-111-15/+15
* staging: vt6655: mac.c replace VNSvInPortB with ioread8Malcolm Priestley2016-03-111-5/+5
* staging: vt6655: MACvSetLoopbackMode replace byOrgValue with ioread8Malcolm Priestley2016-03-111-5/+2Star
* staging: vt6655: MACbPSWakeup replace VNSvInPortB byOrgValue with ioread8Malcolm Priestley2016-03-111-3/+1Star
* staging: vt6655: mac.c replace VNSvOutPortB with iowrite8Malcolm Priestley2016-03-111-22/+22
* staging: vt6655: mac.c replace VNSvOutPortW with iowrite16Malcolm Priestley2016-03-111-10/+10
* staging: vt6655: mac.c replace VNSvOutPortD with iowrite32.Malcolm Priestley2016-03-111-27/+25Star
* staging: vt6655: mac.c/h resize all unsigned long to u32Malcolm Priestley2016-03-111-11/+11
* staging: vt6655: MACvRestoreContext replace for loops with memcpy_toio.Malcolm Priestley2016-03-111-10/+8Star
* staging: vt6655: mac.c rename pbyCxtBuf to cxt_bufMalcolm Priestley2016-03-111-16/+16
* staging: vt6655: MACvSaveContext use memcpy_fromio to read context.Malcolm Priestley2016-03-111-6/+3Star
* staging: vt6655: replace VNSvInPortD dwData reads with ioread32Malcolm Priestley2016-03-111-13/+5Star
* staging: vt6655: mac.c Replace VNSvInPortB byData reads with ioread8.Malcolm Priestley2016-03-111-27/+9Star
* staging: vt6655: mac.c rename dwIoBase to io_baseMalcolm Priestley2016-03-111-137/+137
* staging: vt6655: Add missing blank line after declarationJanani Ravichandran2016-02-151-0/+1
* staging: vt6655: mac.c replace void __iomem * with struct vnt_privateMalcolm Priestley2016-02-081-41/+67
* Staging: vt6655: mac: Remove extra bracesShivani Bhardwaj2015-10-131-2/+1Star
* staging: vt6655: remove unused DBG_PORT80 and VIAWET_DEBUGMalcolm Priestley2015-07-231-17/+0Star
* staging: vt6655: Remove ununsed macro ASSERTMalcolm Priestley2015-07-231-1/+0Star
* staging: vt6655: Checkpatch fix: lines longer than 80 columnsGuillaume Brogi2015-05-081-17/+32
* Staging: vt6655: fix C99 commentsMatteo Semenzato2015-03-071-41/+41
* staging: vt6655: fix space prohibited before that ','Heba Aamer2015-01-251-1/+1
* Staging: vt6655: Fixed a typoGustavo A. R. Silva2015-01-131-2/+2
* staging: vt6655: remove unused function in mac.cFred Chou2015-01-131-19/+0Star
* staging: vt6655: remove duplicate MACvSetPacketFilterMalcolm Priestley2014-12-031-66/+0Star
* staging: vt6655: mac.c and mac.h remove dead functions.Malcolm Priestley2014-11-051-702/+0Star
* staging: vt6655: mac.c/h remove member type commentsMalcolm Priestley2014-11-051-10/+0Star
* staging: vt6655: mac remove dead variable TxRate_iwconfigMalcolm Priestley2014-11-051-1/+0Star
* staging: vt6655: dead code remove tether.hMalcolm Priestley2014-10-291-1/+0Star
* staging: vt6655: MACvSetDefaultKeyEntry replace WLAN_WEP104_KEYLENMalcolm Priestley2014-10-291-1/+1
* staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches2014-08-171-30/+35
* staging: vt6655: change type of PortOffset to void __iomem *Guillaume Clement2014-07-231-52/+52
* staging: vt6655: fix checkpatch bracing issuesGuido Martínez2014-05-151-49/+39Star
* staging: vt6655: remove dead codeGuido Martínez2014-05-151-8/+0Star
* staging: vt6655: 64 bit fixes: MACvSetKeyEntry correct sizeof long,Malcolm Priestley2014-03-091-5/+5
* staging: vt6655: delete explicit comparison to boolTeodora Baluta2013-11-101-2/+2
* staging: vt6655: Remove unnecessary blank linesJoe Perches2013-03-251-33/+0Star
* staging: vt6655: Remove commented out if()sJoe Perches2013-03-251-10/+0Star