summaryrefslogtreecommitdiff
path: root/drivers/staging/bcm
AgeCommit message (Expand)Author
2012-10-30Staging: bcm: Remove typedef stLocalSFAddRequestAlt.Kevin McKinney
2012-10-30Staging: bcm: Remove typedef for stLocalSFAddIndicationAlt and call directly.Kevin McKinney
2012-10-30Staging: bcm: Remove typedef stLocalSFAddConfirmationAlt.Kevin McKinney
2012-10-30Staging: bcm: Remove typedef stLocalSFChangeRequestAlt.Kevin McKinney
2012-10-30Staging: bcm: Remove typedef stLocalSFChangeConfirmationAlt.Kevin McKinney
2012-10-30Staging: bcm: Remove typedef for stLocalSFChangeIndicationAlt and call directly.Kevin McKinney
2012-10-30Staging: bcm: Change PVOID to void * in CmHost.hKevin McKinney
2012-10-30Staging: bcm: Change UINT to unsigned int in CmHost.hKevin McKinney
2012-10-30Staging: bcm: Change ULONG to unsigned long in CmHost.hKevin McKinney
2012-10-30Staging: bcm: Change INT to int in CmHost.hKevin McKinney
2012-10-30Staging: bcm: Change B_UINT8 to u8 in CmHost.hKevin McKinney
2012-10-30Staging: bcm: Change B_UINT16 to u16 in CmHost.hKevin McKinney
2012-10-30Staging: bcm: Fix all white space issues in CmHost.hKevin McKinney
2012-10-30Staging: bcm: Correctly format comments in CmHost.hKevin McKinney
2012-10-29Staging: bcm: Change B_UINT8 to u8 in cntrl_SignalingInterface.hKevin McKinney
2012-10-29Staging: bcm: Change B_UINT16 to u16 in cntrl_SignalingInterface.hKevin McKinney
2012-10-29Staging: bcm: Change B_UINT32 to u32 cntrl_SignalingInterface.hKevin McKinney
2012-10-23Staging: bcm: InterfaceIdleMode.h: Checkpatch fixesCeri James
2012-10-23Staging: bcm: LeakyBucket.c: Checkpatch fixesCeri James
2012-10-19Staging: bcm: Reverse condition in if statement in Misc.cKevin McKinney
2012-10-19Staging: bcm: Clean up function CopyBufferToControlPacket in Misc.cKevin McKinney
2012-10-19Staging: bcm: Rename INT to "int" in Misc.cKevin McKinney
2012-10-19Staging: bcm: Rename UINT to "unsigned int" in Misc.cKevin McKinney
2012-10-19Staging: bcm: Rename B_UINT32 to "unsigned int" in Misc.cKevin McKinney
2012-10-19Staging: bcm: Rename B_UINT8 to "unsigned char" in Misc.cKevin McKinney
2012-10-19Staging: bcm: Rename PUINT to "unsigned int *" in Misc.cKevin McKinney
2012-10-19Staging: bcm: Rename VOID to void in Misc.cKevin McKinney
2012-10-19Staging: bcm: Rename PVOID to "void *" in Misc.cKevin McKinney
2012-10-19Staging: bcm: Remove null dereference from InterfaceWRM.Kevin McKinney
2012-10-19Staging: bcm: Remove null dereference from InterfaceRDM.Kevin McKinney
2012-10-19Staging: bcm: Remove unneeded do while loop in InterfaceWRM.Kevin McKinney
2012-10-19Staging: bcm: Remove unneeded do while loop in InterfaceRDM.Kevin McKinney
2012-10-19Staging: bcm: Rename VOID to void in InterfaceMisc.cKevin McKinney
2012-10-19Staging: bcm: Change the style of comparing structures to null in InterfaceMi...Kevin McKinney
2012-10-19Staging: bcm: Rename PVOID to void * in InterfaceMisc.cKevin McKinney
2012-10-19Staging: bcm: Rename USHORT to unsigned short in InterfaceMisc.cKevin McKinney
2012-10-19Staging: bcm: Rename UINT to unsigned int in InterfaceMisc.cKevin McKinney
2012-10-19Staging: bcm: Rename INT to int in InterfaceMisc.cKevin McKinney
2012-10-19Staging: bcm: Rename all local variables in function GetNextTargetBufferLocat...Kevin McKinney
2012-09-26Staging: bcm: Remove typedef for _stCPacketClassificationRuleSI and call dire...Kevin McKinney
2012-09-26Staging: bcm: Remove typedef for _stPhsRuleSI and call directly.Kevin McKinney
2012-09-26Staging: bcm: Remove typedef for _stConvergenceSLTypes and call directly.Kevin McKinney
2012-09-26Staging: bcm: Remove typedef for _stServiceFlowParamSI and call directly.Kevin McKinney
2012-09-26Staging: bcm: Remove typedef for _stLocalSFAddRequest and call directly.Kevin McKinney
2012-09-26Staging: bcm: Remove typedef for _stLocalSFAddIndication and call directly.Kevin McKinney
2012-09-26Staging: bcm: Remove typedef for _stLocalSFDeleteRequest and call directly.Kevin McKinney
2012-09-26Staging: bcm: Remove typedef for stLocalSFDeleteIndication and call directly.Kevin McKinney
2012-09-21Staging: bcm: Remove typedef for _stIM_sfHostNotify and call directly.Kevin McKinney
2012-09-19Staging: bcm: Properly format braces in cntrl_SignalingInterface.hKevin McKinney
2012-09-19Staging: bcm: Properly format comments in cntrl_SignalingInterface.hKevin McKinney