summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/card.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: Change return type of function and remove variableNishka Dasgupta2019-06-031-6/+2Star
* Staging: vt6655: Align a static function declarationMadhumitha Prabakaran2019-03-011-8/+3Star
* Staging: vt6655: Alignment of function declarationMadhumitha Prabakaran2019-02-281-4/+1Star
* staging: vt6655: remove unnecessary line breaks in function definition.Danilo Alves2018-04-231-4/+1Star
* 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-3/+3
* staging: vt6655: add spaces around '%' operatorMarko Stankovic2017-05-251-1/+1
* staging: vt6655: Remove unnecessary parenthesesSreya Mittal2017-03-091-10/+10
* staging: vt6655: Compress return logicsimran singhal2017-03-061-4/+1Star
* staging: vt6655: card.c: Fixing multiple assignmentsNick Rosbrook2016-11-071-2/+5
* Staging: vt6655: Replace dwIoBase by iobaseVarsha Rao2016-10-171-15/+15
* staging: vt6655: Adding space around '*'Varsha Rao2016-10-161-2/+2
* staging: vt6655: Removes the FSF mailing address.Varsha Rao2016-10-161-4/+0Star
* Staging: vt6655: card: Remove unnecessary space after a castSandhya Bankar2016-09-201-2/+2
* staging: vt6655: fix style violations for lines over 80 charactersKathryn Hampton2016-03-281-31/+64
* Staging: vt6655: remove unnecessary blank lines from card.cBen Marsh2016-03-111-4/+0Star
* staging: vt6655: mac.c replace void __iomem * with struct vnt_privateMalcolm Priestley2016-02-081-12/+6Star
* staging: vt6655: Add space around '*'Burcin Akalin2015-10-251-1/+1
* staging: vt6655: Add space around '*'Burcin Akalin2015-10-251-1/+1
* staging: vt6655: card.c rename pDevice with privMalcolm Priestley2015-10-171-193/+193
* staging: vt6655: rename pOpts and sOpts to opts.Malcolm Priestley2015-10-171-4/+4
* staging: vt6655: replace typedef struct __device_optMalcolm Priestley2015-10-171-4/+4
* staging: vt6655: Prefer using BIT MacroAmitoj Kaur Chawla2015-10-171-1/+1
* staging: vt6655: Remove boolean comparisonsLuis de Bethencourt2015-10-171-4/+4
* staging: vt6655: Remove useless initialisationAmitoj Kaur Chawla2015-10-171-1/+1
* staging: vt6655: Remove true comparisonAmitoj Kaur Chawla2015-10-081-1/+1
* staging: vt6655: replace typedef struct tagSRxDescMalcolm Priestley2015-09-131-1/+1
* staging: vt6655: replace typedef struct tagRDES1Malcolm Priestley2015-09-131-2/+2
* staging: vt6655: replace typedef struct tagRDES0Malcolm Priestley2015-09-131-4/+4
* staging: vt6655: Replace typedef struct tagSTxDescMalcolm Priestley2015-08-151-1/+1
* staging: vt6655: desc.h replace typedef struct tagTDES0Malcolm Priestley2015-08-151-2/+2
* staging: vt6655: Fix wReqCount to __le16Malcolm Priestley2015-07-231-4/+4
* staging: vt6655: Remove ununsed macro ASSERTMalcolm Priestley2015-07-231-1/+0Star
* staging: vt6655: CARDbUpdateTSF bss timestamp correct tsf counter value.Malcolm Priestley2015-05-081-3/+7
* staging: vt6655: fix that open brace { should be on the previous lineMariam Mohamed Fawzy2015-01-281-2/+2
* staging: vt6655: [BUG] Protect MACvSelectPage1 with lock.Malcolm Priestley2015-01-131-0/+5
* staging: vt6655: card.c move __iomem into functions.Malcolm Priestley2014-11-261-6/+12
* staging: vt6655: card Remove function vUpdateIFSMalcolm Priestley2014-11-261-65/+0Star
* staging: vt6655: CARDbSetPhyParameter remove unused parametersMalcolm Priestley2014-11-261-3/+1Star
* staging: vt6655: s_vCalculateOFDMRParameter use bb_type for CARD_PHY_TYPEMalcolm Priestley2014-11-261-10/+10
* staging: vt6655: CARDvSetRSPINF us bb_type for CARD_PHY_TYPEMalcolm Priestley2014-11-261-10/+10
* staging: vt6655: CARDbSetPhyParameter change CARD_PHY_TYPE to bb_typeMalcolm Priestley2014-11-261-4/+4
* staging: vt6655: dead code remove CARDbAddBasicRateMalcolm Priestley2014-11-261-12/+0Star
* staging: vt6655: CARDvUpdateBasicTopRate use basic_rates to find top rateMalcolm Priestley2014-11-261-2/+2
* staging: vt6655: Fix issue of byPacketType is not set at all.Malcolm Priestley2014-11-071-1/+3
* staging: vt6655: BBbReadEmbedded replace __iomem with vnt_privateMalcolm Priestley2014-11-071-6/+6
* staging: vt6655: BBbWriteEmbedded replace __iomem with vnt_private for callersMalcolm Priestley2014-11-071-12/+12
* staging: vt6655: baseband replace __iomem where caller is priv dereferenced.Malcolm Priestley2014-11-071-2/+2
* staging: vt6655: remove fragmentation from driverMalcolm Priestley2014-11-051-3/+0Star