summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/card.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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-101-4/+0
* staging: vt6655: mac.c replace void __iomem * with struct vnt_privateMalcolm Priestley2016-02-071-12/+6
* staging: vt6655: Add space around '*'Burcin Akalin2015-10-241-1/+1
* staging: vt6655: Add space around '*'Burcin Akalin2015-10-241-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-161-1/+1
* staging: vt6655: Remove boolean comparisonsLuis de Bethencourt2015-10-161-4/+4
* staging: vt6655: Remove useless initialisationAmitoj Kaur Chawla2015-10-161-1/+1
* staging: vt6655: Remove true comparisonAmitoj Kaur Chawla2015-10-081-1/+1
* staging: vt6655: replace typedef struct tagSRxDescMalcolm Priestley2015-09-121-1/+1
* staging: vt6655: replace typedef struct tagRDES1Malcolm Priestley2015-09-121-2/+2
* staging: vt6655: replace typedef struct tagRDES0Malcolm Priestley2015-09-121-4/+4
* staging: vt6655: Replace typedef struct tagSTxDescMalcolm Priestley2015-08-141-1/+1
* staging: vt6655: desc.h replace typedef struct tagTDES0Malcolm Priestley2015-08-141-2/+2
* staging: vt6655: Fix wReqCount to __le16Malcolm Priestley2015-07-221-4/+4
* staging: vt6655: Remove ununsed macro ASSERTMalcolm Priestley2015-07-221-1/+0
* 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-121-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/+0
* staging: vt6655: CARDbSetPhyParameter remove unused parametersMalcolm Priestley2014-11-261-3/+1
* 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/+0
* 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/+0
* staging: vt6655: card.c/h remove dead functionsMalcolm Priestley2014-10-291-724/+0
* staging: vt6655: CARDbSetPhyParameter replace s_vSetRSPINF with CARDvSetRSPINFMalcolm Priestley2014-10-291-119/+1
* staging: vt6655: mac80211 conversion: card.c use basic_ratesMalcolm Priestley2014-10-291-3/+3
* staging: vt6655: mac80211 conversion: changes to CARDbSetPhyParameterMalcolm Priestley2014-10-291-50/+11
* staging: vt6655: card.c: Comments fixesVeronika Kabatova2014-10-281-170/+126
* staging: vt6655: card.c: replace memcpy() by ether_addr_copy() using coccinelleAya Mahfouz2014-10-201-1/+1
* staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211...Malcolm Priestley2014-08-301-6/+6
* staging: vt6655: card.c change BBvCalculateParameter to vnt_get_phy_fieldMalcolm Priestley2014-08-301-84/+70
* staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches2014-08-171-15/+15
* staging: vt6655: card change PSDevice to struct vnt_privateMalcolm Priestley2014-08-161-68/+43