This patch changes B_UINT8 to unsigned char
in cntrl_SignalingInterface.h.

Signed-off-by: Kevin McKinney <[email protected]>
---
 drivers/staging/bcm/cntrl_SignalingInterface.h |  172 ++++++++++++------------
 1 file changed, 86 insertions(+), 86 deletions(-)

diff --git a/drivers/staging/bcm/cntrl_SignalingInterface.h 
b/drivers/staging/bcm/cntrl_SignalingInterface.h
index 10891af..bf2765b 100644
--- a/drivers/staging/bcm/cntrl_SignalingInterface.h
+++ b/drivers/staging/bcm/cntrl_SignalingInterface.h
@@ -42,85 +42,85 @@ struct bcm_packet_class_rules {
        /* 16bit Packet Classification RuleIndex Of The Service Flow */
        unsigned short u16PacketClassificationRuleIndex;
        /* 8bit Classifier Rule Priority Of The Service Flow */
-       B_UINT8 u8ClassifierRulePriority;
+       unsigned char u8ClassifierRulePriority;
        /* Length of IP TypeOfService field */
-       B_UINT8 u8IPTypeOfServiceLength;
+       unsigned char u8IPTypeOfServiceLength;
        /* 3bytes IP TypeOfService */
-       B_UINT8 u8IPTypeOfService[TYPE_OF_SERVICE_LENGTH];
+       unsigned char u8IPTypeOfService[TYPE_OF_SERVICE_LENGTH];
        /* Protocol used in classification of Service Flow */
-       B_UINT8 u8Protocol;
+       unsigned char u8Protocol;
        /* Length of IP Masked Source Address */
-       B_UINT8 u8IPMaskedSourceAddressLength;
+       unsigned char u8IPMaskedSourceAddressLength;
        /* IP Masked Source Address used in classification for the Service Flow 
*/
-       B_UINT8 u8IPMaskedSourceAddress[IP_MASKED_SRC_ADDRESS_LENGTH];
+       unsigned char u8IPMaskedSourceAddress[IP_MASKED_SRC_ADDRESS_LENGTH];
        /* Length of IP Destination Address */
-       B_UINT8 u8IPDestinationAddressLength;
+       unsigned char u8IPDestinationAddressLength;
        /* IP Destination Address used in classification for the Service Flow */
-       B_UINT8 u8IPDestinationAddress[IP_MASKED_DEST_ADDRESS_LENGTH];
+       unsigned char u8IPDestinationAddress[IP_MASKED_DEST_ADDRESS_LENGTH];
        /* Length of Protocol Source Port Range */
-       B_UINT8 u8ProtocolSourcePortRangeLength;
+       unsigned char u8ProtocolSourcePortRangeLength;
        /* Protocol Source Port Range used in the Service Flow */
-       B_UINT8 u8ProtocolSourcePortRange[PROTOCOL_SRC_PORT_RANGE_LENGTH];
+       unsigned char u8ProtocolSourcePortRange[PROTOCOL_SRC_PORT_RANGE_LENGTH];
        /* Length of Protocol Dest Port Range */
-       B_UINT8 u8ProtocolDestPortRangeLength;
+       unsigned char u8ProtocolDestPortRangeLength;
        /* Protocol Dest Port Range used in the Service Flow */
-       B_UINT8 u8ProtocolDestPortRange[PROTOCOL_DEST_PORT_RANGE_LENGTH];
+       unsigned char u8ProtocolDestPortRange[PROTOCOL_DEST_PORT_RANGE_LENGTH];
        /* Length of Ethernet Destination MAC Address */
-       B_UINT8 u8EthernetDestMacAddressLength;
+       unsigned char u8EthernetDestMacAddressLength;
        /* Ethernet Destination MAC Address  used in classification of the 
Service Flow */
-       B_UINT8 u8EthernetDestMacAddress[ETHERNET_DEST_MAC_ADDR_LENGTH];
+       unsigned char u8EthernetDestMacAddress[ETHERNET_DEST_MAC_ADDR_LENGTH];
        /* Length of Ethernet Source MAC Address */
-       B_UINT8 u8EthernetSourceMACAddressLength;
+       unsigned char u8EthernetSourceMACAddressLength;
        /* Ethernet Source MAC Address  used in classification of the Service 
Flow */
-       B_UINT8 u8EthernetSourceMACAddress[ETHERNET_SRC_MAC_ADDR_LENGTH];
+       unsigned char u8EthernetSourceMACAddress[ETHERNET_SRC_MAC_ADDR_LENGTH];
        /* Length of Ethertype */
-       B_UINT8 u8EthertypeLength;
+       unsigned char u8EthertypeLength;
        /* 3bytes Ethertype Of The Service Flow */
-       B_UINT8 u8Ethertype[NUM_ETHERTYPE_BYTES];
+       unsigned char u8Ethertype[NUM_ETHERTYPE_BYTES];
        /* 8bit Associated PHSI Of The Service Flow */
-       B_UINT8 u8AssociatedPHSI;
+       unsigned char u8AssociatedPHSI;
        /* Length of Vendor Specific Classifier Param length Of The Service 
Flow */
-       B_UINT8 u8VendorSpecificClassifierParamLength;
+       unsigned char u8VendorSpecificClassifierParamLength;
        /* Vendor Specific Classifier Param Of The Service Flow */
-       B_UINT8 u8VendorSpecificClassifierParam[VENDOR_CLASSIFIER_PARAM_LENGTH];
+       unsigned char 
u8VendorSpecificClassifierParam[VENDOR_CLASSIFIER_PARAM_LENGTH];
        /* Length Of IPv6 Flow Lable of the Service Flow */
-       B_UINT8 u8IPv6FlowLableLength;
+       unsigned char u8IPv6FlowLableLength;
        /* IPv6 Flow Lable Of The Service Flow */
-       B_UINT8 u8IPv6FlowLable[NUM_IPV6_FLOWLABLE_BYTES];
+       unsigned char u8IPv6FlowLable[NUM_IPV6_FLOWLABLE_BYTES];
        /* Action associated with the classifier rule */
-       B_UINT8 u8ClassifierActionRule;
+       unsigned char u8ClassifierActionRule;
        unsigned short u16ValidityBitMap;
 };
 
 struct bcm_phs_rules {
        /* 8bit PHS Index Of The Service Flow */
-       B_UINT8 u8PHSI;
+       unsigned char u8PHSI;
        /* PHSF Length Of The Service Flow */
-       B_UINT8 u8PHSFLength;
+       unsigned char u8PHSFLength;
        /* String of bytes containing header information to be suppressed by 
the sending CS and reconstructed by the receiving CS */
-       B_UINT8 u8PHSF[MAX_PHS_LENGTHS];
+       unsigned char u8PHSF[MAX_PHS_LENGTHS];
        /* PHSM Length Of The Service Flow */
-       B_UINT8 u8PHSMLength;
+       unsigned char u8PHSMLength;
        /* PHS Mask for the SF */
-       B_UINT8 u8PHSM[MAX_PHS_LENGTHS];
+       unsigned char u8PHSM[MAX_PHS_LENGTHS];
        /* 8bit Total number of bytes to be suppressed for the Service Flow */
-       B_UINT8 u8PHSS;
+       unsigned char u8PHSS;
        /* 8bit Indicates whether or not Packet Header contents need to be 
verified prior to suppression */
-       B_UINT8 u8PHSV;
+       unsigned char u8PHSV;
        /* Vendor Specific PHS param Length Of The Service Flow */
-       B_UINT8 u8VendorSpecificPHSParamsLength;
+       unsigned char u8VendorSpecificPHSParamsLength;
        /* Vendor Specific PHS param Of The Service Flow */
-       B_UINT8 u8VendorSpecificPHSParams[VENDOR_PHS_PARAM_LENGTH];
-       B_UINT8 u8Padding[2];
+       unsigned char u8VendorSpecificPHSParams[VENDOR_PHS_PARAM_LENGTH];
+       unsigned char u8Padding[2];
 };
 
 struct bcm_convergence_types {
        /* 8bit Phs Classfier Action Of The Service Flow */
-       B_UINT8 u8ClassfierDSCAction;
+       unsigned char u8ClassfierDSCAction;
        /* 8bit Phs DSC Action Of The Service Flow */
-       B_UINT8 u8PhsDSCAction;
+       unsigned char u8PhsDSCAction;
        /* 16bit Padding */
-       B_UINT8 u8Padding[2];
+       unsigned char u8Padding[2];
        /* Packet classification rules structure */
        struct bcm_packet_class_rules cCPacketClassificationRule;
        /* Payload header suppression rules structure */
@@ -174,73 +174,73 @@ struct bcm_connect_mgr_params {
        /* MBS contents Identifier */
        unsigned short u16MBSContentsID[MBS_CONTENTS_ID_LENGTH];
        /* MBS contents Identifier length */
-       B_UINT8 u8MBSContentsIDLength;
+       unsigned char u8MBSContentsIDLength;
        /* ServiceClassName Length Of The Service Flow */
-       B_UINT8 u8ServiceClassNameLength;
+       unsigned char u8ServiceClassNameLength;
        /* 32bytes ServiceClassName Of The Service Flow */
-       B_UINT8 u8ServiceClassName[32];
+       unsigned char u8ServiceClassName[32];
        /* 8bit Indicates whether or not MBS service is requested for this 
Serivce Flow */
-       B_UINT8 u8MBSService;
+       unsigned char u8MBSService;
        /* 8bit QOS Parameter Set specifies proper application of QoS 
parameters to Provisioned, Admitted and Active sets */
-       B_UINT8 u8QosParamSet;
+       unsigned char u8QosParamSet;
        /* 8bit Traffic Priority Of the Service Flow */
-       B_UINT8 u8TrafficPriority;
+       unsigned char u8TrafficPriority;
        /* 8bit Uplink Grant Scheduling Type of The Service Flow */
-       B_UINT8 u8ServiceFlowSchedulingType;
+       unsigned char u8ServiceFlowSchedulingType;
        /* 8bit Request transmission Policy of the Service Flow */
-       B_UINT8 u8RequesttransmissionPolicy;
+       unsigned char u8RequesttransmissionPolicy;
        /* 8bit Specifies whether SDUs for this Service flow are of FixedLength 
or Variable length */
-       B_UINT8 u8FixedLengthVSVariableLengthSDUIndicator;
+       unsigned char u8FixedLengthVSVariableLengthSDUIndicator;
        /* 8bit Length of the SDU for a fixed length SDU service flow */
-       B_UINT8 u8SDUSize;
+       unsigned char u8SDUSize;
        /* 8bit Indicates whether or not ARQ is requested for this connection */
-       B_UINT8 u8ARQEnable;
+       unsigned char u8ARQEnable;
        /* < 8bit Indicates whether or not data has tobe delivered in order to 
higher layer */
-       B_UINT8 u8ARQDeliverInOrder;
+       unsigned char u8ARQDeliverInOrder;
        /* 8bit Receiver ARQ ACK processing time */
-       B_UINT8 u8RxARQAckProcessingTime;
+       unsigned char u8RxARQAckProcessingTime;
        /* 8bit Convergence Sublayer Specification Of The Service Flow */
-       B_UINT8 u8CSSpecification;
+       unsigned char u8CSSpecification;
        /* 8 bit Type of data delivery service */
-       B_UINT8 u8TypeOfDataDeliveryService;
+       unsigned char u8TypeOfDataDeliveryService;
        /* 8bit Specifies whether a service flow may generate Paging */
-       B_UINT8 u8PagingPreference;
+       unsigned char u8PagingPreference;
        /* 8bit Indicates the MBS Zone through which the connection or virtual 
connection is valid */
-       B_UINT8 u8MBSZoneIdentifierassignment;
+       unsigned char u8MBSZoneIdentifierassignment;
        /* 8bit Specifies whether traffic on SF should generate MOB_TRF_IND to 
MS in sleep mode */
-       B_UINT8 u8TrafficIndicationPreference;
+       unsigned char u8TrafficIndicationPreference;
        /* 8bit Speciifes the length of predefined Global QoS parameter set 
encoding for this SF */
-       B_UINT8 u8GlobalServicesClassNameLength;
+       unsigned char u8GlobalServicesClassNameLength;
        /* 6 byte Speciifes the predefined Global QoS parameter set encoding 
for this SF */
-       B_UINT8 u8GlobalServicesClassName[GLOBAL_SF_CLASSNAME_LENGTH];
+       unsigned char u8GlobalServicesClassName[GLOBAL_SF_CLASSNAME_LENGTH];
        /* 8bit Indicates whether or not SN feedback is enabled for the conn */
-       B_UINT8 u8SNFeedbackEnabled;
+       unsigned char u8SNFeedbackEnabled;
        /* Indicates the size of the Fragment Sequence Number for the 
connection */
-       B_UINT8 u8FSNSize;
+       unsigned char u8FSNSize;
        /* 8bit Number of CIDs in active BS list */
-       B_UINT8 u8CIDAllocation4activeBSsLength;
+       unsigned char u8CIDAllocation4activeBSsLength;
        /* CIDs of BS in the active list */
-       B_UINT8 u8CIDAllocation4activeBSs[MAX_NUM_ACTIVE_BS];
+       unsigned char u8CIDAllocation4activeBSs[MAX_NUM_ACTIVE_BS];
        /* Specifies if PDU extended subheader should be applied on every PDU 
on this conn */
-       B_UINT8 u8PDUSNExtendedSubheader4HarqReordering;
+       unsigned char u8PDUSNExtendedSubheader4HarqReordering;
        /* 8bit Specifies whether the connection uses HARQ or not */
-       B_UINT8 u8HARQServiceFlows;
+       unsigned char u8HARQServiceFlows;
        /* Specifies the length of Authorization token */
-       B_UINT8 u8AuthTokenLength;
+       unsigned char u8AuthTokenLength;
        /* Specifies the Authorization token */
-       B_UINT8 u8AuthToken[AUTH_TOKEN_LENGTH];
+       unsigned char u8AuthToken[AUTH_TOKEN_LENGTH];
        /* specifes Number of HARQ channels used to carry data length */
-       B_UINT8 u8HarqChannelMappingLength;
+       unsigned char u8HarqChannelMappingLength;
        /* specifes HARQ channels used to carry data */
-       B_UINT8 u8HARQChannelMapping[NUM_HARQ_CHANNELS];
+       unsigned char u8HARQChannelMapping[NUM_HARQ_CHANNELS];
        /* 8bit Length of Vendor Specific QoS Params */
-       B_UINT8 u8VendorSpecificQoSParamLength;
+       unsigned char u8VendorSpecificQoSParamLength;
        /* 1byte  Vendor Specific QoS Param Of The Service Flow */
-       B_UINT8 u8VendorSpecificQoSParam[VENDOR_SPECIF_QOS_PARAM];
+       unsigned char u8VendorSpecificQoSParam[VENDOR_SPECIF_QOS_PARAM];
        /* indicates total classifiers in the SF */
-       B_UINT8 u8TotalClassifiers;  /* < Total number of valid classifiers */
-       B_UINT8 bValid; /* < Validity flag */
-       B_UINT8 u8Padding;       /* < Padding byte */
+       unsigned char u8TotalClassifiers;  /* < Total number of valid 
classifiers */
+       unsigned char bValid;   /* < Validity flag */
+       unsigned char u8Padding;         /* < Padding byte */
        /*
         * Structure for Convergence SubLayer Types with a maximum of 4 
classifiers
         */
@@ -248,8 +248,8 @@ struct bcm_connect_mgr_params {
 };
 
 struct bcm_add_request {
-       B_UINT8 u8Type; /* < Type */
-       B_UINT8 eConnectionDir; /* < Connection direction */
+       unsigned char u8Type;   /* < Type */
+       unsigned char eConnectionDir; /* < Connection direction */
        /* brief 16 bit TID */
        unsigned short u16TID; /* < 16bit TID */
        /* brief 16bitCID */
@@ -260,8 +260,8 @@ struct bcm_add_request {
 };
 
 struct bcm_add_indication {
-       B_UINT8 u8Type; /* < Type */
-       B_UINT8 eConnectionDir; /* < Connection Direction */
+       unsigned char u8Type;   /* < Type */
+       unsigned char eConnectionDir;   /* < Connection Direction */
        /* brief 16 bit TID */
        unsigned short u16TID; /* < TID */
        /* brief 16bitCID */
@@ -271,22 +271,22 @@ struct bcm_add_indication {
        struct bcm_connect_mgr_params *psfAuthorizedSet; /* Authorized set of 
connection manager parameters */
        struct bcm_connect_mgr_params *psfAdmittedSet; /* Admitted set of 
connection manager parameters */
        struct bcm_connect_mgr_params *psfActiveSet; /* Activeset of connection 
manager parameters */
-       B_UINT8 u8CC; /* <Confirmation Code */
-       B_UINT8 u8Padd; /* < 8-bit Padding */
+       unsigned char u8CC; /* <Confirmation Code */
+       unsigned char u8Padd; /* < 8-bit Padding */
        unsigned short u16Padd; /* < 16 bit Padding */
 };
 
 struct bcm_del_request {
-       B_UINT8 u8Type; /* < Type */
-       B_UINT8 u8Padding; /* < Padding byte */
+       unsigned char u8Type; /* < Type */
+       unsigned char u8Padding; /* < Padding byte */
        unsigned short u16TID; /* < TID */
        /* brief 32bitSFID */
        unsigned int u32SFID; /* < SFID */
 };
 
 struct bcm_del_indication {
-       B_UINT8 u8Type; /* < Type */
-       B_UINT8 u8Padding; /* < Padding */
+       unsigned char u8Type;   /* < Type */
+       unsigned char u8Padding; /* < Padding */
        unsigned short u16TID; /* < TID */
        /* brief 16bitCID */
        unsigned short u16CID; /* < CID */
@@ -295,16 +295,16 @@ struct bcm_del_indication {
        /* brief 32bitSFID */
        unsigned int u32SFID; /* < SFID */
        /* brief 8bit Confirmation code */
-       B_UINT8 u8ConfirmationCode; /* < Confirmation code */
-       B_UINT8 u8Padding1[3]; /* < 3 byte Padding */
+       unsigned char u8ConfirmationCode; /* < Confirmation code */
+       unsigned char u8Padding1[3]; /* < 3 byte Padding */
 };
 
 struct bcm_stim_sfhostnotify {
        unsigned int SFID; /* SFID of the service flow */
        unsigned short newCID; /* the new/changed CID */
        unsigned short VCID; /* Get new Vcid if the flow has been made active 
in CID update TLV, but was inactive earlier or the orig vcid */
-       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 */
+       unsigned char RetainSF; /* Indication to Host if the SF is to be 
retained or deleted; if TRUE-retain else delete */
+       unsigned char QoSParamSet; /* QoS paramset of the retained SF */
        unsigned short u16reserved; /* For byte alignment */
 };
 
-- 
1.7.9.5

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to