aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/card.c
AgeCommit message (Expand)Author
2015-10-24staging: vt6655: Add space around '*'Burcin Akalin
2015-10-24staging: vt6655: Add space around '*'Burcin Akalin
2015-10-17staging: vt6655: card.c rename pDevice with privMalcolm Priestley
2015-10-17staging: vt6655: rename pOpts and sOpts to opts.Malcolm Priestley
2015-10-17staging: vt6655: replace typedef struct __device_optMalcolm Priestley
2015-10-16staging: vt6655: Prefer using BIT MacroAmitoj Kaur Chawla
2015-10-16staging: vt6655: Remove boolean comparisonsLuis de Bethencourt
2015-10-16staging: vt6655: Remove useless initialisationAmitoj Kaur Chawla
2015-10-08staging: vt6655: Remove true comparisonAmitoj Kaur Chawla
2015-09-12staging: vt6655: replace typedef struct tagSRxDescMalcolm Priestley
2015-09-12staging: vt6655: replace typedef struct tagRDES1Malcolm Priestley
2015-09-12staging: vt6655: replace typedef struct tagRDES0Malcolm Priestley
2015-08-14staging: vt6655: Replace typedef struct tagSTxDescMalcolm Priestley
2015-08-14staging: vt6655: desc.h replace typedef struct tagTDES0Malcolm Priestley
2015-07-22staging: vt6655: Fix wReqCount to __le16Malcolm Priestley
2015-07-22staging: vt6655: Remove ununsed macro ASSERTMalcolm Priestley
2015-05-08staging: vt6655: CARDbUpdateTSF bss timestamp correct tsf counter value.Malcolm Priestley
2015-01-28staging: vt6655: fix that open brace { should be on the previous lineMariam Mohamed Fawzy
2015-01-12staging: vt6655: [BUG] Protect MACvSelectPage1 with lock.Malcolm Priestley
2014-11-26staging: vt6655: card.c move __iomem into functions.Malcolm Priestley
2014-11-26staging: vt6655: card Remove function vUpdateIFSMalcolm Priestley
2014-11-26staging: vt6655: CARDbSetPhyParameter remove unused parametersMalcolm Priestley
2014-11-26staging: vt6655: s_vCalculateOFDMRParameter use bb_type for CARD_PHY_TYPEMalcolm Priestley
2014-11-26staging: vt6655: CARDvSetRSPINF us bb_type for CARD_PHY_TYPEMalcolm Priestley
2014-11-26staging: vt6655: CARDbSetPhyParameter change CARD_PHY_TYPE to bb_typeMalcolm Priestley
2014-11-26staging: vt6655: dead code remove CARDbAddBasicRateMalcolm Priestley
2014-11-26staging: vt6655: CARDvUpdateBasicTopRate use basic_rates to find top rateMalcolm Priestley
2014-11-07staging: vt6655: Fix issue of byPacketType is not set at all.Malcolm Priestley
2014-11-07staging: vt6655: BBbReadEmbedded replace __iomem with vnt_privateMalcolm Priestley
2014-11-07staging: vt6655: BBbWriteEmbedded replace __iomem with vnt_private for callersMalcolm Priestley
2014-11-07staging: vt6655: baseband replace __iomem where caller is priv dereferenced.Malcolm Priestley
2014-11-05staging: vt6655: remove fragmentation from driverMalcolm Priestley
2014-10-29staging: vt6655: card.c/h remove dead functionsMalcolm Priestley
2014-10-29staging: vt6655: CARDbSetPhyParameter replace s_vSetRSPINF with CARDvSetRSPINFMalcolm Priestley
2014-10-29staging: vt6655: mac80211 conversion: card.c use basic_ratesMalcolm Priestley
2014-10-29staging: vt6655: mac80211 conversion: changes to CARDbSetPhyParameterMalcolm Priestley
2014-10-28staging: vt6655: card.c: Comments fixesVeronika Kabatova
2014-10-20staging: vt6655: card.c: replace memcpy() by ether_addr_copy() using coccinelleAya Mahfouz
2014-08-30staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211...Malcolm Priestley
2014-08-30staging: vt6655: card.c change BBvCalculateParameter to vnt_get_phy_fieldMalcolm Priestley
2014-08-17staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches
2014-08-16staging: vt6655: card change PSDevice to struct vnt_privateMalcolm Priestley
2014-08-16staging: vt6655: CARDbSetBeaconPeriod call CARDbGetCurrentTSF to get TBTTMalcolm Priestley
2014-08-16staging: vt6655: CARDqGetNextTBTT calculate qwTSF using do_divMalcolm Priestley
2014-08-16staging: vt6655: Replace and remove typedef QWORD/ DQWORDMalcolm Priestley
2014-07-27staging: vt6655: break single line if statementsGuillaume Clement
2014-07-27staging: vt6655: Use pr_* functions instead of printkGuillaume Clement
2014-07-27staging: vt6655: Remove spaces before quoted newlinesGuillaume Clement
2014-07-27staging: vt6655: Add missing blank lines after declarationsGuillaume Clement
2014-07-27staging: vt6655: remove useless return statementsGuillaume Clement