summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/card.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* staging: vt6655: card.c/h remove dead functionsMalcolm Priestley2014-10-291-724/+0Star
* staging: vt6655: CARDbSetPhyParameter replace s_vSetRSPINF with CARDvSetRSPINFMalcolm Priestley2014-10-291-119/+1Star
* 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/+11Star
* staging: vt6655: card.c: Comments fixesVeronika Kabatova2014-10-281-170/+126Star
* 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-311-6/+6
* staging: vt6655: card.c change BBvCalculateParameter to vnt_get_phy_fieldMalcolm Priestley2014-08-301-84/+70Star
* 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/+43Star
* staging: vt6655: CARDbSetBeaconPeriod call CARDbGetCurrentTSF to get TBTTMalcolm Priestley2014-08-161-20/+2Star
* staging: vt6655: CARDqGetNextTBTT calculate qwTSF using do_divMalcolm Priestley2014-08-161-19/+10Star
* staging: vt6655: Replace and remove typedef QWORD/ DQWORDMalcolm Priestley2014-08-161-70/+46Star
* staging: vt6655: break single line if statementsGuillaume Clement2014-07-271-2/+4
* staging: vt6655: Use pr_* functions instead of printkGuillaume Clement2014-07-271-6/+6
* staging: vt6655: Remove spaces before quoted newlinesGuillaume Clement2014-07-271-1/+1
* staging: vt6655: Add missing blank lines after declarationsGuillaume Clement2014-07-271-0/+1
* staging: vt6655: remove useless return statementsGuillaume Clement2014-07-271-4/+0Star