From 0f151de79d9d2fec77f51d4114040d2567b8f6bc Mon Sep 17 00:00:00 2001 From: Kevin McKinney Date: Sun, 25 Nov 2012 19:29:02 -0500 Subject: [PATCH] --- yaml --- r: 338201 b: refs/heads/master c: 86758b7557d5c094b922c5b958886706576ee74a h: refs/heads/master i: 338199: ff546c8a4ed1778e29530a5b3b09be3c3e1ae371 v: v3 --- [refs] | 2 +- trunk/drivers/staging/bcm/HostMIBSInterface.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index df9c73899369..e11a31c912a4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4aca284f1a0d0b86a0105558a2599937ee32a5b7 +refs/heads/master: 86758b7557d5c094b922c5b958886706576ee74a diff --git a/trunk/drivers/staging/bcm/HostMIBSInterface.h b/trunk/drivers/staging/bcm/HostMIBSInterface.h index d803ff12f568..355905e6c0a6 100644 --- a/trunk/drivers/staging/bcm/HostMIBSInterface.h +++ b/trunk/drivers/staging/bcm/HostMIBSInterface.h @@ -43,7 +43,7 @@ typedef union _U_MIBS_IP_ADDRESS { }; } U_MIBS_IP_ADDRESS; -typedef struct _S_MIBS_HOST_INFO { +struct bcm_mibs_host_info { u64 GoodTransmits; u64 GoodReceives; /* this to keep track of the Tx and Rx MailBox Registers. */ @@ -62,7 +62,7 @@ typedef struct _S_MIBS_HOST_INFO { u32 u32TotalDSD; u32 aTxPktSizeHist[MIBS_MAX_HIST_ENTRIES]; u32 aRxPktSizeHist[MIBS_MAX_HIST_ENTRIES]; -} S_MIBS_HOST_INFO; +}; struct bcm_mibs_classifier_rule { unsigned long ulSFID; @@ -182,7 +182,7 @@ struct bcm_mibs_dropped_cntrl_msg { }; struct bcm_host_stats_mibs { - S_MIBS_HOST_INFO stHostInfo; + struct bcm_mibs_host_info stHostInfo; struct bcm_mibs_classifier_rule astClassifierTable[MIBS_MAX_CLASSIFIERS]; struct bcm_mibs_table astSFtable[MIBS_MAX_SERVICEFLOWS]; struct bcm_mibs_phs_rule astPhsRulesTable[MIBS_MAX_PHSRULES];