aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Misc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-20staging: bcm: remove driverJeff Kirsher1-1587/+0
2014-07-23drivers/staging/bcm/Misc.c: fix a checkAndrey Utkin1-1/+1
2014-06-19drivers/staging/bcm/Misc: style: removed void returnsRobin Schroer1-6/+0
2014-06-19drivers/staging/bcm/Misc: style: removed duplicate parenthesesRobin Schroer1-3/+3
2014-06-19drivers/staging/bcm/Misc: style: added blank lines after declarationsRobin Schroer1-0/+13
2013-10-28staging: bcm: Replace FALSE with falseLisa Nguyen1-34/+34
2013-08-23staging: bcm: Fix typo in commentsMasanari Iida1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-01-07Staging: bcm: Remove typedef for eNVM_TYPE and call directly.Kevin McKinney1-1/+1
2013-01-07Staging: bcm: Remove typedef for _TARGET_PARAMS and call directly.Kevin McKinney1-4/+4
2012-11-26Staging: bcm: Remove typedef for _S_MIBS_EXTSERVICEFLOW_PARAMETERS and call directly.Kevin McKinney1-1/+1
2012-11-02Staging: bcm: Remove typedef for _S_INTERFACE_ADAPTER and call directly.Kevin McKinney1-6/+6
2012-10-30Staging: bcm: Remove typedef for stLocalSFAddIndicationAlt and call directly.Kevin McKinney1-1/+1
2012-10-19Staging: bcm: Reverse condition in if statement in Misc.cKevin McKinney1-2/+2
2012-10-19Staging: bcm: Clean up function CopyBufferToControlPacket in Misc.cKevin McKinney1-54/+56
2012-10-19Staging: bcm: Rename INT to "int" in Misc.cKevin McKinney1-12/+12
2012-10-19Staging: bcm: Rename UINT to "unsigned int" in Misc.cKevin McKinney1-28/+28
2012-10-19Staging: bcm: Rename B_UINT32 to "unsigned int" in Misc.cKevin McKinney1-1/+1
2012-10-19Staging: bcm: Rename B_UINT8 to "unsigned char" in Misc.cKevin McKinney1-1/+1
2012-10-19Staging: bcm: Rename PUINT to "unsigned int *" in Misc.cKevin McKinney1-8/+8
2012-10-19Staging: bcm: Rename VOID to void in Misc.cKevin McKinney1-11/+11
2012-10-19Staging: bcm: Rename PVOID to "void *" in Misc.cKevin McKinney1-2/+2
2012-08-13staging: bcm: print small buffers with %*phAndy Shevchenko1-1/+4
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-26/+5
2012-07-29slightly reduce idiocy in drivers/staging/bcm/Misc.cAl Viro1-26/+5
2012-07-11staging: bcm: Misc.c: Remove unused macrosMarcos Paulo de Souza1-3/+0
2012-07-11staging: bcm: Remove code that will never executeMarcos Paulo de Souza1-63/+0
2012-06-04Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.Kevin McKinney1-44/+44
2012-06-04Staging: bcm: Remove typedef for _LEADER and call directly.Kevin McKinney1-3/+3
2012-06-04Staging: bcm: Remove typedef for link_request and call directly.Kevin McKinney1-9/+9
2012-06-04Staging: bcm: Remove typedef for _S_CLASSIFIER_RULE and call directly.Kevin McKinney1-2/+2
2012-06-04Staging: bcm: Remove typedef for _S_FRAGMENTED_PACKET_INFO and call directly.Kevin McKinney1-4/+4
2012-04-10staging: Fix typo in multiple filesMasanari Iida1-1/+1
2011-11-26Staging: bcm: Fix information leak in ioctl: IOCTL_BCM_REGISTER_READ_PRIVATE, IOCTL_BCM_EEPROM_REGISTER_READKevin McKinney1-10/+22
2011-10-11Staging: bcm: Fix assignment issue in if statement reported by checkpatch.pl.Kevin McKinney1-1/+2
2011-10-11Staging: bcm: Remove assignment in if condition reported by checkpatch.plKevin McKinney1-1/+2
2011-10-11Staging: bcm: Replace dated variable __FUNCTION__ reported by checkpatch.plKevin McKinney1-6/+6
2011-10-11Staging: bcm: Fix coding style issues reported by checkpatch.plKevin McKinney1-1039/+788
2011-09-19Staging: bcm: Add size maximum size restrictions for IOCTL_IDLE_REQKevin McKinney1-0/+4
2011-06-28staging: remove unnecessary codeGreg Dietsche1-8/+2
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-03-09staging: bcm: optimize kmalloc to kzallocAlexander Beregalov1-4/+2
2010-12-06Staging: Beceem: remove old kernel compatibility codeDan Carpenter1-2/+0
2010-11-16Staging: bcm: signedness bug in InitCardAndDownloadFirmware()Dan Carpenter1-1/+1
2010-11-16drivers/staging: Remove unnecessary semicolonsJoe Perches1-2/+2
2010-11-10Staging, bcm: Remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl1-9/+6
2010-11-01beceem: change startup messagesStephen Hemminger1-1/+1
2010-11-01beceem: statistics and transmit queue changesStephen Hemminger1-2/+0
2010-11-01beceem: make local functions staticStephen Hemminger1-38/+14