summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Misc.c
Commit message (Expand)AuthorAgeFilesLines
* staging: bcm: remove driverJeff Kirsher2014-10-201-1587/+0Star
* drivers/staging/bcm/Misc.c: fix a checkAndrey Utkin2014-07-241-1/+1
* drivers/staging/bcm/Misc: style: removed void returnsRobin Schroer2014-06-201-6/+0Star
* drivers/staging/bcm/Misc: style: removed duplicate parenthesesRobin Schroer2014-06-201-3/+3
* drivers/staging/bcm/Misc: style: added blank lines after declarationsRobin Schroer2014-06-201-0/+13
* staging: bcm: Replace FALSE with falseLisa Nguyen2013-10-281-34/+34
* staging: bcm: Fix typo in commentsMasanari Iida2013-08-231-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | Staging: bcm: Remove typedef for eNVM_TYPE and call directly.Kevin McKinney2013-01-071-1/+1
* | Staging: bcm: Remove typedef for _TARGET_PARAMS and call directly.Kevin McKinney2013-01-071-4/+4
|/
* Staging: bcm: Remove typedef for _S_MIBS_EXTSERVICEFLOW_PARAMETERS and call d...Kevin McKinney2012-11-271-1/+1
* Staging: bcm: Remove typedef for _S_INTERFACE_ADAPTER and call directly.Kevin McKinney2012-11-021-6/+6
* Staging: bcm: Remove typedef for stLocalSFAddIndicationAlt and call directly.Kevin McKinney2012-10-311-1/+1
* Staging: bcm: Reverse condition in if statement in Misc.cKevin McKinney2012-10-191-2/+2
* Staging: bcm: Clean up function CopyBufferToControlPacket in Misc.cKevin McKinney2012-10-191-54/+56
* Staging: bcm: Rename INT to "int" in Misc.cKevin McKinney2012-10-191-12/+12
* Staging: bcm: Rename UINT to "unsigned int" in Misc.cKevin McKinney2012-10-191-28/+28
* Staging: bcm: Rename B_UINT32 to "unsigned int" in Misc.cKevin McKinney2012-10-191-1/+1
* Staging: bcm: Rename B_UINT8 to "unsigned char" in Misc.cKevin McKinney2012-10-191-1/+1
* Staging: bcm: Rename PUINT to "unsigned int *" in Misc.cKevin McKinney2012-10-191-8/+8
* Staging: bcm: Rename VOID to void in Misc.cKevin McKinney2012-10-191-11/+11
* Staging: bcm: Rename PVOID to "void *" in Misc.cKevin McKinney2012-10-191-2/+2
* staging: bcm: print small buffers with %*phAndy Shevchenko2012-08-141-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-26/+5Star
|\
| * slightly reduce idiocy in drivers/staging/bcm/Misc.cAl Viro2012-07-291-26/+5Star
* | staging: bcm: Misc.c: Remove unused macrosMarcos Paulo de Souza2012-07-121-3/+0Star
* | staging: bcm: Remove code that will never executeMarcos Paulo de Souza2012-07-121-63/+0Star
* | Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.Kevin McKinney2012-06-051-44/+44
* | Staging: bcm: Remove typedef for _LEADER and call directly.Kevin McKinney2012-06-051-3/+3
* | Staging: bcm: Remove typedef for link_request and call directly.Kevin McKinney2012-06-051-9/+9
* | Staging: bcm: Remove typedef for _S_CLASSIFIER_RULE and call directly.Kevin McKinney2012-06-051-2/+2
* | Staging: bcm: Remove typedef for _S_FRAGMENTED_PACKET_INFO and call directly.Kevin McKinney2012-06-051-4/+4
|/
* staging: Fix typo in multiple filesMasanari Iida2012-04-101-1/+1
* Staging: bcm: Fix information leak in ioctl: IOCTL_BCM_REGISTER_READ_PRIVATE,...Kevin McKinney2011-11-271-10/+22
* Staging: bcm: Fix assignment issue in if statement reported by checkpatch.pl.Kevin McKinney2011-10-111-1/+2
* Staging: bcm: Remove assignment in if condition reported by checkpatch.plKevin McKinney2011-10-111-1/+2
* Staging: bcm: Replace dated variable __FUNCTION__ reported by checkpatch.plKevin McKinney2011-10-111-6/+6
* Staging: bcm: Fix coding style issues reported by checkpatch.plKevin McKinney2011-10-111-1039/+788Star
* Staging: bcm: Add size maximum size restrictions for IOCTL_IDLE_REQKevin McKinney2011-09-191-0/+4
* staging: remove unnecessary codeGreg Dietsche2011-06-281-8/+2Star
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* staging: bcm: optimize kmalloc to kzallocAlexander Beregalov2011-03-101-4/+2Star
* Staging: Beceem: remove old kernel compatibility codeDan Carpenter2010-12-071-2/+0Star
* Staging: bcm: signedness bug in InitCardAndDownloadFirmware()Dan Carpenter2010-11-161-1/+1
* drivers/staging: Remove unnecessary semicolonsJoe Perches2010-11-161-2/+2
* Staging, bcm: Remove unnecessary casts of void ptr returning alloc function r...Jesper Juhl2010-11-111-9/+6Star
* beceem: change startup messagesStephen Hemminger2010-11-011-1/+1
* beceem: statistics and transmit queue changesStephen Hemminger2010-11-011-2/+0Star
* beceem: make local functions staticStephen Hemminger2010-11-011-38/+14Star