Commit 8f413fe6 authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman

Staging: bcm: Fix all white space issues in cntrl_SignalingInterface.h

This patch fixes all white space issues
as reported by checkpatch.pl.
Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 687bcca0
#ifndef CNTRL_SIGNALING_INTERFACE_ #ifndef CNTRL_SIGNALING_INTERFACE_
#define CNTRL_SIGNALING_INTERFACE_ #define CNTRL_SIGNALING_INTERFACE_
#define DSA_REQ 11 #define DSA_REQ 11
#define DSA_RSP 12 #define DSA_RSP 12
#define DSA_ACK 13 #define DSA_ACK 13
...@@ -15,7 +12,6 @@ ...@@ -15,7 +12,6 @@
#define DSD_ACK 19 #define DSD_ACK 19
#define MAX_CLASSIFIERS_IN_SF 4 #define MAX_CLASSIFIERS_IN_SF 4
#define MAX_STRING_LEN 20 #define MAX_STRING_LEN 20
#define MAX_PHS_LENGTHS 255 #define MAX_PHS_LENGTHS 255
#define VENDOR_PHS_PARAM_LENGTH 10 #define VENDOR_PHS_PARAM_LENGTH 10
...@@ -38,13 +34,11 @@ ...@@ -38,13 +34,11 @@
#define NUM_ETHERTYPE_BYTES 3 #define NUM_ETHERTYPE_BYTES 3
#define NUM_IPV6_FLOWLABLE_BYTES 3 #define NUM_IPV6_FLOWLABLE_BYTES 3
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
////////////////////////structure Definitions/////////////////////////////////// ////////////////////////structure Definitions///////////////////////////////////
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
/// \brief class cCPacketClassificationRule /// \brief class cCPacketClassificationRule
struct _stCPacketClassificationRuleSI{ struct _stCPacketClassificationRuleSI {
/** 16bit UserPriority Of The Service Flow*/ /** 16bit UserPriority Of The Service Flow*/
B_UINT16 u16UserPriority; B_UINT16 u16UserPriority;
/** 16bit VLANID Of The Service Flow*/ /** 16bit VLANID Of The Service Flow*/
...@@ -101,7 +95,7 @@ struct _stCPacketClassificationRuleSI{ ...@@ -101,7 +95,7 @@ struct _stCPacketClassificationRuleSI{
B_UINT8 u8ClassifierActionRule; B_UINT8 u8ClassifierActionRule;
B_UINT16 u16ValidityBitMap; B_UINT16 u16ValidityBitMap;
}; };
typedef struct _stCPacketClassificationRuleSI CCPacketClassificationRuleSI,stCPacketClassificationRuleSI, *pstCPacketClassificationRuleSI; typedef struct _stCPacketClassificationRuleSI CCPacketClassificationRuleSI, stCPacketClassificationRuleSI, *pstCPacketClassificationRuleSI;
/// \brief class CPhsRuleSI /// \brief class CPhsRuleSI
typedef struct _stPhsRuleSI { typedef struct _stPhsRuleSI {
...@@ -123,13 +117,12 @@ typedef struct _stPhsRuleSI { ...@@ -123,13 +117,12 @@ typedef struct _stPhsRuleSI {
B_UINT8 u8VendorSpecificPHSParamsLength; B_UINT8 u8VendorSpecificPHSParamsLength;
/** Vendor Specific PHS param Of The Service Flow*/ /** Vendor Specific PHS param Of The Service Flow*/
B_UINT8 u8VendorSpecificPHSParams[VENDOR_PHS_PARAM_LENGTH]; B_UINT8 u8VendorSpecificPHSParams[VENDOR_PHS_PARAM_LENGTH];
B_UINT8 u8Padding[2]; B_UINT8 u8Padding[2];
}stPhsRuleSI,*pstPhsRuleSI; } stPhsRuleSI, *pstPhsRuleSI;
typedef stPhsRuleSI CPhsRuleSI; typedef stPhsRuleSI CPhsRuleSI;
/// \brief structure cConvergenceSLTypes /// \brief structure cConvergenceSLTypes
struct _stConvergenceSLTypes{ struct _stConvergenceSLTypes {
/** 8bit Phs Classfier Action Of The Service Flow*/ /** 8bit Phs Classfier Action Of The Service Flow*/
B_UINT8 u8ClassfierDSCAction; B_UINT8 u8ClassfierDSCAction;
/** 8bit Phs DSC Action Of The Service Flow*/ /** 8bit Phs DSC Action Of The Service Flow*/
...@@ -141,177 +134,122 @@ struct _stConvergenceSLTypes{ ...@@ -141,177 +134,122 @@ struct _stConvergenceSLTypes{
/// \brief class CPhsRuleSI /// \brief class CPhsRuleSI
struct _stPhsRuleSI cPhsRule; struct _stPhsRuleSI cPhsRule;
}; };
typedef struct _stConvergenceSLTypes stConvergenceSLTypes,CConvergenceSLTypes, *pstConvergenceSLTypes; typedef struct _stConvergenceSLTypes stConvergenceSLTypes, CConvergenceSLTypes, *pstConvergenceSLTypes;
/// \brief structure CServiceFlowParamSI /// \brief structure CServiceFlowParamSI
typedef struct _stServiceFlowParamSI{ typedef struct _stServiceFlowParamSI {
/** 32bitSFID Of The Service Flow*/ /** 32bitSFID Of The Service Flow*/
B_UINT32 u32SFID; B_UINT32 u32SFID;
/** 32bit Maximum Sustained Traffic Rate of the Service Flow*/ /** 32bit Maximum Sustained Traffic Rate of the Service Flow*/
B_UINT32 u32MaxSustainedTrafficRate; B_UINT32 u32MaxSustainedTrafficRate;
/** 32bit Maximum Traffic Burst allowed for the Service Flow*/ /** 32bit Maximum Traffic Burst allowed for the Service Flow*/
B_UINT32 u32MaxTrafficBurst; B_UINT32 u32MaxTrafficBurst;
/** 32bit Minimum Reserved Traffic Rate of the Service Flow*/ /** 32bit Minimum Reserved Traffic Rate of the Service Flow*/
B_UINT32 u32MinReservedTrafficRate; B_UINT32 u32MinReservedTrafficRate;
/** 32bit Tolerated Jitter of the Service Flow*/ /** 32bit Tolerated Jitter of the Service Flow*/
B_UINT32 u32ToleratedJitter; B_UINT32 u32ToleratedJitter;
/** 32bit Maximum Latency of the Service Flow*/ /** 32bit Maximum Latency of the Service Flow*/
B_UINT32 u32MaximumLatency; B_UINT32 u32MaximumLatency;
/** 16bitCID Of The Service Flow*/ /** 16bitCID Of The Service Flow*/
B_UINT16 u16CID; B_UINT16 u16CID;
/** 16bit SAID on which the service flow being set up shall be mapped*/ /** 16bit SAID on which the service flow being set up shall be mapped*/
B_UINT16 u16TargetSAID; B_UINT16 u16TargetSAID;
/** 16bit ARQ window size negotiated*/ /** 16bit ARQ window size negotiated*/
B_UINT16 u16ARQWindowSize; B_UINT16 u16ARQWindowSize;
/** 16bit Total Tx delay incl sending, receiving & processing delays */ /** 16bit Total Tx delay incl sending, receiving & processing delays */
B_UINT16 u16ARQRetryTxTimeOut; B_UINT16 u16ARQRetryTxTimeOut;
/** 16bit Total Rx delay incl sending, receiving & processing delays */ /** 16bit Total Rx delay incl sending, receiving & processing delays */
B_UINT16 u16ARQRetryRxTimeOut; B_UINT16 u16ARQRetryRxTimeOut;
/** 16bit ARQ block lifetime */ /** 16bit ARQ block lifetime */
B_UINT16 u16ARQBlockLifeTime; B_UINT16 u16ARQBlockLifeTime;
/** 16bit ARQ Sync loss timeout*/ /** 16bit ARQ Sync loss timeout*/
B_UINT16 u16ARQSyncLossTimeOut; B_UINT16 u16ARQSyncLossTimeOut;
/** 16bit ARQ Purge timeout */ /** 16bit ARQ Purge timeout */
B_UINT16 u16ARQRxPurgeTimeOut; B_UINT16 u16ARQRxPurgeTimeOut;
//TODO::Remove this once we move to a new CORR2 driver //TODO::Remove this once we move to a new CORR2 driver
/// \brief Size of an ARQ block /// \brief Size of an ARQ block
B_UINT16 u16ARQBlockSize; B_UINT16 u16ARQBlockSize;
//#endif //#endif
/** 16bit Nominal interval b/w consecutive SDU arrivals at MAC SAP*/ /** 16bit Nominal interval b/w consecutive SDU arrivals at MAC SAP*/
B_UINT16 u16SDUInterArrivalTime; B_UINT16 u16SDUInterArrivalTime;
/** 16bit Specifies the time base for rate measurement */ /** 16bit Specifies the time base for rate measurement */
B_UINT16 u16TimeBase; B_UINT16 u16TimeBase;
/** 16bit Interval b/w Successive Grant oppurtunities*/ /** 16bit Interval b/w Successive Grant oppurtunities*/
B_UINT16 u16UnsolicitedGrantInterval; B_UINT16 u16UnsolicitedGrantInterval;
/** 16bit Interval b/w Successive Polling grant oppurtunities*/ /** 16bit Interval b/w Successive Polling grant oppurtunities*/
B_UINT16 u16UnsolicitedPollingInterval; B_UINT16 u16UnsolicitedPollingInterval;
/** internal var to get the overhead */ /** internal var to get the overhead */
B_UINT16 u16MacOverhead; B_UINT16 u16MacOverhead;
/** MBS contents Identifier*/ /** MBS contents Identifier*/
B_UINT16 u16MBSContentsID[MBS_CONTENTS_ID_LENGTH]; B_UINT16 u16MBSContentsID[MBS_CONTENTS_ID_LENGTH];
/** MBS contents Identifier length*/ /** MBS contents Identifier length*/
B_UINT8 u8MBSContentsIDLength; B_UINT8 u8MBSContentsIDLength;
/** ServiceClassName Length Of The Service Flow*/ /** ServiceClassName Length Of The Service Flow*/
B_UINT8 u8ServiceClassNameLength; B_UINT8 u8ServiceClassNameLength;
/** 32bytes ServiceClassName Of The Service Flow*/ /** 32bytes ServiceClassName Of The Service Flow*/
B_UINT8 u8ServiceClassName[32]; B_UINT8 u8ServiceClassName[32];
/** 8bit Indicates whether or not MBS service is requested for this Serivce Flow*/ /** 8bit Indicates whether or not MBS service is requested for this Serivce Flow*/
B_UINT8 u8MBSService; B_UINT8 u8MBSService;
/** 8bit QOS Parameter Set specifies proper application of QoS parameters to Provisioned, Admitted and Active sets*/ /** 8bit QOS Parameter Set specifies proper application of QoS parameters to Provisioned, Admitted and Active sets*/
B_UINT8 u8QosParamSet; B_UINT8 u8QosParamSet;
/** 8bit Traffic Priority Of the Service Flow */ /** 8bit Traffic Priority Of the Service Flow */
B_UINT8 u8TrafficPriority; B_UINT8 u8TrafficPriority;
/** 8bit Uplink Grant Scheduling Type of The Service Flow */ /** 8bit Uplink Grant Scheduling Type of The Service Flow */
B_UINT8 u8ServiceFlowSchedulingType; B_UINT8 u8ServiceFlowSchedulingType;
/** 8bit Request transmission Policy of the Service Flow*/ /** 8bit Request transmission Policy of the Service Flow*/
B_UINT8 u8RequesttransmissionPolicy; B_UINT8 u8RequesttransmissionPolicy;
/** 8bit Specifies whether SDUs for this Service flow are of FixedLength or Variable length */ /** 8bit Specifies whether SDUs for this Service flow are of FixedLength or Variable length */
B_UINT8 u8FixedLengthVSVariableLengthSDUIndicator; B_UINT8 u8FixedLengthVSVariableLengthSDUIndicator;
/** 8bit Length of the SDU for a fixed length SDU service flow*/ /** 8bit Length of the SDU for a fixed length SDU service flow*/
B_UINT8 u8SDUSize; B_UINT8 u8SDUSize;
/** 8bit Indicates whether or not ARQ is requested for this connection*/ /** 8bit Indicates whether or not ARQ is requested for this connection*/
B_UINT8 u8ARQEnable; B_UINT8 u8ARQEnable;
/**< 8bit Indicates whether or not data has tobe delivered in order to higher layer*/ /**< 8bit Indicates whether or not data has tobe delivered in order to higher layer*/
B_UINT8 u8ARQDeliverInOrder; B_UINT8 u8ARQDeliverInOrder;
/** 8bit Receiver ARQ ACK processing time */ /** 8bit Receiver ARQ ACK processing time */
B_UINT8 u8RxARQAckProcessingTime; B_UINT8 u8RxARQAckProcessingTime;
/** 8bit Convergence Sublayer Specification Of The Service Flow*/ /** 8bit Convergence Sublayer Specification Of The Service Flow*/
B_UINT8 u8CSSpecification; B_UINT8 u8CSSpecification;
/** 8 bit Type of data delivery service*/ /** 8 bit Type of data delivery service*/
B_UINT8 u8TypeOfDataDeliveryService; B_UINT8 u8TypeOfDataDeliveryService;
/** 8bit Specifies whether a service flow may generate Paging */ /** 8bit Specifies whether a service flow may generate Paging */
B_UINT8 u8PagingPreference; B_UINT8 u8PagingPreference;
/** 8bit Indicates the MBS Zone through which the connection or virtual connection is valid */ /** 8bit Indicates the MBS Zone through which the connection or virtual connection is valid */
B_UINT8 u8MBSZoneIdentifierassignment; B_UINT8 u8MBSZoneIdentifierassignment;
/** 8bit Specifies whether traffic on SF should generate MOB_TRF_IND to MS in sleep mode*/ /** 8bit Specifies whether traffic on SF should generate MOB_TRF_IND to MS in sleep mode*/
B_UINT8 u8TrafficIndicationPreference; B_UINT8 u8TrafficIndicationPreference;
/** 8bit Speciifes the length of predefined Global QoS parameter set encoding for this SF */ /** 8bit Speciifes the length of predefined Global QoS parameter set encoding for this SF */
B_UINT8 u8GlobalServicesClassNameLength; B_UINT8 u8GlobalServicesClassNameLength;
/** 6 byte Speciifes the predefined Global QoS parameter set encoding for this SF */ /** 6 byte Speciifes the predefined Global QoS parameter set encoding for this SF */
B_UINT8 u8GlobalServicesClassName[GLOBAL_SF_CLASSNAME_LENGTH]; B_UINT8 u8GlobalServicesClassName[GLOBAL_SF_CLASSNAME_LENGTH];
/** 8bit Indicates whether or not SN feedback is enabled for the conn */ /** 8bit Indicates whether or not SN feedback is enabled for the conn */
B_UINT8 u8SNFeedbackEnabled; B_UINT8 u8SNFeedbackEnabled;
/** Indicates the size of the Fragment Sequence Number for the connection */ /** Indicates the size of the Fragment Sequence Number for the connection */
B_UINT8 u8FSNSize; B_UINT8 u8FSNSize;
/** 8bit Number of CIDs in active BS list */ /** 8bit Number of CIDs in active BS list */
B_UINT8 u8CIDAllocation4activeBSsLength; B_UINT8 u8CIDAllocation4activeBSsLength;
/** CIDs of BS in the active list */ /** CIDs of BS in the active list */
B_UINT8 u8CIDAllocation4activeBSs[MAX_NUM_ACTIVE_BS]; B_UINT8 u8CIDAllocation4activeBSs[MAX_NUM_ACTIVE_BS];
/** Specifies if PDU extended subheader should be applied on every PDU on this conn*/ /** Specifies if PDU extended subheader should be applied on every PDU on this conn*/
B_UINT8 u8PDUSNExtendedSubheader4HarqReordering; B_UINT8 u8PDUSNExtendedSubheader4HarqReordering;
/** 8bit Specifies whether the connection uses HARQ or not */ /** 8bit Specifies whether the connection uses HARQ or not */
B_UINT8 u8HARQServiceFlows; B_UINT8 u8HARQServiceFlows;
/** Specifies the length of Authorization token*/ /** Specifies the length of Authorization token*/
B_UINT8 u8AuthTokenLength; B_UINT8 u8AuthTokenLength;
/** Specifies the Authorization token*/ /** Specifies the Authorization token*/
B_UINT8 u8AuthToken[AUTH_TOKEN_LENGTH]; B_UINT8 u8AuthToken[AUTH_TOKEN_LENGTH];
/** specifes Number of HARQ channels used to carry data length*/ /** specifes Number of HARQ channels used to carry data length*/
B_UINT8 u8HarqChannelMappingLength; B_UINT8 u8HarqChannelMappingLength;
/** specifes HARQ channels used to carry data*/ /** specifes HARQ channels used to carry data*/
B_UINT8 u8HARQChannelMapping[NUM_HARQ_CHANNELS]; B_UINT8 u8HARQChannelMapping[NUM_HARQ_CHANNELS];
/** 8bit Length of Vendor Specific QoS Params */ /** 8bit Length of Vendor Specific QoS Params */
B_UINT8 u8VendorSpecificQoSParamLength; B_UINT8 u8VendorSpecificQoSParamLength;
/** 1byte Vendor Specific QoS Param Of The Service Flow*/ /** 1byte Vendor Specific QoS Param Of The Service Flow*/
B_UINT8 u8VendorSpecificQoSParam[VENDOR_SPECIF_QOS_PARAM]; B_UINT8 u8VendorSpecificQoSParam[VENDOR_SPECIF_QOS_PARAM];
// indicates total classifiers in the SF // indicates total classifiers in the SF
B_UINT8 u8TotalClassifiers; /**< Total number of valid classifiers*/ B_UINT8 u8TotalClassifiers; /**< Total number of valid classifiers*/
B_UINT8 bValid; /**< Validity flag */ B_UINT8 bValid; /**< Validity flag */
B_UINT8 u8Padding; /**< Padding byte*/ B_UINT8 u8Padding; /**< Padding byte*/
/** /**
Structure for Convergence SubLayer Types with a maximum of 4 classifiers Structure for Convergence SubLayer Types with a maximum of 4 classifiers
*/ */
...@@ -323,8 +261,7 @@ typedef stServiceFlowParamSI CServiceFlowParamSI; ...@@ -323,8 +261,7 @@ typedef stServiceFlowParamSI CServiceFlowParamSI;
/** /**
structure stLocalSFAddRequest structure stLocalSFAddRequest
*/ */
typedef struct _stLocalSFAddRequest{ typedef struct _stLocalSFAddRequest {
B_UINT8 u8Type; /**< Type*/ B_UINT8 u8Type; /**< Type*/
B_UINT8 eConnectionDir; /**< Connection direction*/ B_UINT8 eConnectionDir; /**< Connection direction*/
/// \brief 16 bit TID /// \brief 16 bit TID
...@@ -334,17 +271,14 @@ typedef struct _stLocalSFAddRequest{ ...@@ -334,17 +271,14 @@ typedef struct _stLocalSFAddRequest{
/// \brief 16bitVCID /// \brief 16bitVCID
B_UINT16 u16VCID; /**< 16bit VCID*/ B_UINT16 u16VCID; /**< 16bit VCID*/
/// \brief structure ParameterSet /// \brief structure ParameterSet
stServiceFlowParamSI *psfParameterSet; /**< structure ParameterSet */
stServiceFlowParamSI *psfParameterSet; /**< structure ParameterSet*/ } stLocalSFAddRequest, *pstLocalSFAddRequest;
}stLocalSFAddRequest, *pstLocalSFAddRequest;
/** /**
structure stLocalSFAddIndication structure stLocalSFAddIndication
*/ */
typedef struct _stLocalSFAddIndication{ typedef struct _stLocalSFAddIndication {
B_UINT8 u8Type; /**< Type*/ B_UINT8 u8Type; /**< Type*/
B_UINT8 eConnectionDir; /**< Connection Direction*/ B_UINT8 eConnectionDir; /**< Connection Direction*/
/// \brief 16 bit TID /// \brief 16 bit TID
...@@ -353,22 +287,18 @@ typedef struct _stLocalSFAddIndication{ ...@@ -353,22 +287,18 @@ typedef struct _stLocalSFAddIndication{
B_UINT16 u16CID; /**< 16bitCID*/ B_UINT16 u16CID; /**< 16bitCID*/
/// \brief 16bitVCID /// \brief 16bitVCID
B_UINT16 u16VCID; /**< 16bitVCID*/ B_UINT16 u16VCID; /**< 16bitVCID*/
/// \brief structure AuthorizedSet /// \brief structure AuthorizedSet
/// \brief structure AuthorizedSet /// \brief structure AuthorizedSet
stServiceFlowParamSI *psfAuthorizedSet; /**< AuthorizedSet of type stServiceFlowParamSI*/ stServiceFlowParamSI *psfAuthorizedSet; /**< AuthorizedSet of type stServiceFlowParamSI */
/// \brief structure AdmittedSet /// \brief structure AdmittedSet
stServiceFlowParamSI *psfAdmittedSet; /**< AdmittedSet of type stServiceFlowParamSI*/ stServiceFlowParamSI *psfAdmittedSet; /**< AdmittedSet of type stServiceFlowParamSI */
/// \brief structure ActiveSet /// \brief structure ActiveSet
stServiceFlowParamSI *psfActiveSet; /**< sfActiveSet of type stServiceFlowParamSI*/ stServiceFlowParamSI *psfActiveSet; /**< sfActiveSet of type stServiceFlowParamSI */
B_UINT8 u8CC; /**< Confirmation Code*/ B_UINT8 u8CC; /**<Confirmation Code */
B_UINT8 u8Padd; /**< 8-bit Padding */ B_UINT8 u8Padd; /**< 8-bit Padding */
B_UINT16 u16Padd; /**< 16 bit Padding */ B_UINT16 u16Padd; /**< 16 bit Padding */
}stLocalSFAddIndication; } stLocalSFAddIndication;
typedef struct _stLocalSFAddIndication *pstLocalSFAddIndication; typedef struct _stLocalSFAddIndication *pstLocalSFAddIndication;
/** /**
...@@ -383,18 +313,18 @@ typedef struct _stLocalSFAddIndication stLocalSFChangeIndication, *pstLocalSFCha ...@@ -383,18 +313,18 @@ typedef struct _stLocalSFAddIndication stLocalSFChangeIndication, *pstLocalSFCha
/** /**
structure stLocalSFDeleteRequest structure stLocalSFDeleteRequest
*/ */
typedef struct _stLocalSFDeleteRequest{ typedef struct _stLocalSFDeleteRequest {
B_UINT8 u8Type; /**< Type*/ B_UINT8 u8Type; /**< Type*/
B_UINT8 u8Padding; /**< Padding byte*/ B_UINT8 u8Padding; /**< Padding byte*/
B_UINT16 u16TID; /**< TID*/ B_UINT16 u16TID; /**< TID*/
/// \brief 32bitSFID /// \brief 32bitSFID
B_UINT32 u32SFID; /**< SFID*/ B_UINT32 u32SFID; /**< SFID*/
}stLocalSFDeleteRequest, *pstLocalSFDeleteRequest; } stLocalSFDeleteRequest, *pstLocalSFDeleteRequest;
/** /**
structure stLocalSFDeleteIndication structure stLocalSFDeleteIndication
*/ */
typedef struct stLocalSFDeleteIndication{ typedef struct stLocalSFDeleteIndication {
B_UINT8 u8Type; /**< Type */ B_UINT8 u8Type; /**< Type */
B_UINT8 u8Padding; /**< Padding */ B_UINT8 u8Padding; /**< Padding */
B_UINT16 u16TID; /**< TID */ B_UINT16 u16TID; /**< TID */
...@@ -407,7 +337,7 @@ typedef struct stLocalSFDeleteIndication{ ...@@ -407,7 +337,7 @@ typedef struct stLocalSFDeleteIndication{
/// \brief 8bit Confirmation code /// \brief 8bit Confirmation code
B_UINT8 u8ConfirmationCode; /**< Confirmation code */ B_UINT8 u8ConfirmationCode; /**< Confirmation code */
B_UINT8 u8Padding1[3]; /**< 3 byte Padding */ B_UINT8 u8Padding1[3]; /**< 3 byte Padding */
}stLocalSFDeleteIndication; } stLocalSFDeleteIndication;
typedef struct _stIM_SFHostNotify typedef struct _stIM_SFHostNotify
{ {
...@@ -417,7 +347,6 @@ typedef struct _stIM_SFHostNotify ...@@ -417,7 +347,6 @@ typedef struct _stIM_SFHostNotify
B_UINT8 RetainSF; //Indication to Host if the SF is to be retained or deleted; if TRUE-retain else delete B_UINT8 RetainSF; //Indication to Host if the SF is to be retained or deleted; if TRUE-retain else delete
B_UINT8 QoSParamSet; //QoS paramset of the retained SF B_UINT8 QoSParamSet; //QoS paramset of the retained SF
B_UINT16 u16reserved; //For byte alignment B_UINT16 u16reserved; //For byte alignment
} stIM_SFHostNotify; } stIM_SFHostNotify;
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment