summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm
Commit message (Expand)AuthorAgeFilesLines
* Staging: bcm: Change order in if conditions to make more readable in nvm.cKevin McKinney2012-06-211-4/+4
* Staging: bcm: Change conditions that check for NULL in nvm.cKevin McKinney2012-06-211-14/+14
* Staging: bcm: Replace UINT with "unsigned int" in nvm.cKevin McKinney2012-06-211-206/+206
* Staging: bcm: Replace INT with int in nvm.cKevin McKinney2012-06-211-111/+111
* staging bcm: spelling of suppress in codePeter Meerwald2012-06-132-14/+14
* staging bcm: spelling of suppress in commentsPeter Meerwald2012-06-132-6/+6
* Staging: bcm: Return -ENOMEM instead of -1 when memory not acquired in nmv.cKevin McKinney2012-06-121-2/+2
* Staging: bcm: Use udelay instead of msleep for delays in nvm.cKevin McKinney2012-06-121-9/+9
* Staging: bcm: Fix ERROR: return is not a function, parentheses are not required.Kevin McKinney2012-06-121-2/+2
* Staging: bcm: Correctly format all comments in nvm.cKevin McKinney2012-06-121-940/+955
* Staging: bcm: Properly format braces in nvm.cKevin McKinney2012-06-121-1125/+659Star
* Staging: bcm: Fix all whitespace issues in nvm.cKevin McKinney2012-06-121-2087/+1980Star
* Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.Kevin McKinney2012-06-0534-400/+399Star
* Staging: bcm: Remove typedef for _LEADER and call directly.Kevin McKinney2012-06-057-18/+17Star
* Staging: bcm: Remove typedef for _PACKETTOSEND and call directly.Kevin McKinney2012-06-052-5/+4Star
* Staging: bcm: Remove typedef for _CONTROL_PACKET and call directly.Kevin McKinney2012-06-051-3/+2Star
* Staging: bcm: Remove typedef for link_request and call directly.Kevin McKinney2012-06-054-15/+12Star
* Staging: bcm: Remove typedef for _ADD_CONNECTION.Kevin McKinney2012-06-051-20/+0Star
* Staging: bcm: Remove typedef for _CLASSIFICATION_RULE.Kevin McKinney2012-06-051-12/+0Star
* Staging: bcm: Remove typedef for _CLASSIFICATION_ONLY.Kevin McKinney2012-06-051-10/+0Star
* Staging: bcm: Remove typedef for _S_HDR_SUPRESSION_CONTEXTINFO and call direc...Kevin McKinney2012-06-051-3/+3
* Staging: bcm: Remove typedef for _S_CLASSIFIER_RULE and call directly.Kevin McKinney2012-06-058-43/+42Star
* Staging: bcm: Remove typedef for _S_FRAGMENTED_PACKET_INFO and call directly.Kevin McKinney2012-06-054-9/+9
* Staging: bcm: Remove typedef for _packet_info and call directly.Kevin McKinney2012-06-055-12/+10Star
* Staging: bcm: Remove typedef for _PER_TARANG_DATA and call directly.Kevin McKinney2012-06-055-14/+14
* Staging: bcm: Remove condition check on macro REL_4_1 because it is not used.Kevin McKinney2012-06-052-85/+0Star
* Staging: bcm: Remove typedef for _STTARGETDSXBUFFER and call directly.Kevin McKinney2012-06-051-3/+3
* Staging: bcm: Remove typedef for _ETH_HEADER_STRUC and call directly.Kevin McKinney2012-06-053-12/+11Star
* Staging: bcm: Remove typedef for FirmwareInfo and call directly.Kevin McKinney2012-06-054-7/+7
* Staging: bcm: Remove typedef for _cntl_pkt in Adapter.hKevin McKinney2012-06-051-4/+1Star
* Staging: bcm: Remove typedef for _DDR_SETTING and call directly.Kevin McKinney2012-06-052-34/+33Star
* Staging: bcm: Remove typedef from "eInterface_setting" in Adapter.hKevin McKinney2012-06-051-2/+2
* Staging: bcm: Remove two unused variables from Adapter.hKevin McKinney2012-05-191-2/+0Star
* Staging: bcm: Removes the volatile type definition from Adapter.hKevin McKinney2012-05-191-2/+2
* Staging: bcm: Rename all "INT" to "int" in Adapter.hKevin McKinney2012-05-191-11/+11
* Staging: bcm: Fix warning: __packed vs. __attribute__((packed)) in Adapter.hKevin McKinney2012-05-191-6/+6
* Staging: bcm: Correctly format all comments in Adapter.hKevin McKinney2012-05-191-62/+67
* Staging: bcm: Fix all whitespace issues in Adapter.hKevin McKinney2012-05-191-374/+342Star
* Staging: bcm: Properly format braces in Adapter.hKevin McKinney2012-05-191-52/+26Star
* staging: replace open-coded ARRAY_SIZEsJim Cromie2012-04-111-13/+13
* Staging: bcm: IPv6Protocol.c: coding style fixMax Tottenham2012-04-101-8/+4Star
* Staging: bcm: IPv6Protocol.c: coding style fixMax Tottenham2012-04-101-51/+111
* Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham2012-04-101-6/+6
* Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham2012-04-101-29/+30
* Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham2012-04-101-23/+23
* Staging: bcm: IPv6Protocol.c fix coding styleMax Tottenham2012-04-101-43/+43
* Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham2012-04-101-25/+49
* Staging: bcm: IPv6Protocol.c: Fix coding styleMax Tottenham2012-04-101-96/+62Star
* staging: Fix typo in multiple filesMasanari Iida2012-04-101-1/+1
* Staging: bcm: fix possible memory leak of 'pstAddIndication' in CmHost.c and ...Kevin McKinney2012-03-031-7/+20