aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm (follow)
AgeCommit message (Expand)AuthorFilesLines
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 all commented macrosMarcos Paulo de Souza4-8/+0
2012-07-11staging: bcm: Remove code that will never executeMarcos Paulo de Souza1-63/+0
2012-07-06staging: bcm: use %pM to print MAC addressesAndy Shevchenko1-28/+16
2012-06-20Staging: bcm: Change order in if conditions to make more readable in nvm.cKevin McKinney1-4/+4
2012-06-20Staging: bcm: Change conditions that check for NULL in nvm.cKevin McKinney1-14/+14
2012-06-20Staging: bcm: Replace UINT with "unsigned int" in nvm.cKevin McKinney1-206/+206
2012-06-20Staging: bcm: Replace INT with int in nvm.cKevin McKinney1-111/+111
2012-06-13staging bcm: spelling of suppress in codePeter Meerwald2-14/+14
2012-06-13staging bcm: spelling of suppress in commentsPeter Meerwald2-6/+6
2012-06-12Staging: bcm: Return -ENOMEM instead of -1 when memory not acquired in nmv.cKevin McKinney1-2/+2
2012-06-12Staging: bcm: Use udelay instead of msleep for delays in nvm.cKevin McKinney1-9/+9
2012-06-12Staging: bcm: Fix ERROR: return is not a function, parentheses are not required.Kevin McKinney1-2/+2
2012-06-12Staging: bcm: Correctly format all comments in nvm.cKevin McKinney1-940/+955
2012-06-12Staging: bcm: Properly format braces in nvm.cKevin McKinney1-1125/+659
2012-06-12Staging: bcm: Fix all whitespace issues in nvm.cKevin McKinney1-2087/+1980
2012-06-04Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.Kevin McKinney34-400/+399
2012-06-04Staging: bcm: Remove typedef for _LEADER and call directly.Kevin McKinney7-18/+17
2012-06-04Staging: bcm: Remove typedef for _PACKETTOSEND and call directly.Kevin McKinney2-5/+4
2012-06-04Staging: bcm: Remove typedef for _CONTROL_PACKET and call directly.Kevin McKinney1-3/+2
2012-06-04Staging: bcm: Remove typedef for link_request and call directly.Kevin McKinney4-15/+12
2012-06-04Staging: bcm: Remove typedef for _ADD_CONNECTION.Kevin McKinney1-20/+0
2012-06-04Staging: bcm: Remove typedef for _CLASSIFICATION_RULE.Kevin McKinney1-12/+0
2012-06-04Staging: bcm: Remove typedef for _CLASSIFICATION_ONLY.Kevin McKinney1-10/+0
2012-06-04Staging: bcm: Remove typedef for _S_HDR_SUPRESSION_CONTEXTINFO and call directly.Kevin McKinney1-3/+3
2012-06-04Staging: bcm: Remove typedef for _S_CLASSIFIER_RULE and call directly.Kevin McKinney8-43/+42
2012-06-04Staging: bcm: Remove typedef for _S_FRAGMENTED_PACKET_INFO and call directly.Kevin McKinney4-9/+9
2012-06-04Staging: bcm: Remove typedef for _packet_info and call directly.Kevin McKinney5-12/+10
2012-06-04Staging: bcm: Remove typedef for _PER_TARANG_DATA and call directly.Kevin McKinney5-14/+14
2012-06-04Staging: bcm: Remove condition check on macro REL_4_1 because it is not used.Kevin McKinney2-85/+0
2012-06-04Staging: bcm: Remove typedef for _STTARGETDSXBUFFER and call directly.Kevin McKinney1-3/+3
2012-06-04Staging: bcm: Remove typedef for _ETH_HEADER_STRUC and call directly.Kevin McKinney3-12/+11
2012-06-04Staging: bcm: Remove typedef for FirmwareInfo and call directly.Kevin McKinney4-7/+7
2012-06-04Staging: bcm: Remove typedef for _cntl_pkt in Adapter.hKevin McKinney1-4/+1
2012-06-04Staging: bcm: Remove typedef for _DDR_SETTING and call directly.Kevin McKinney2-34/+33
2012-06-04Staging: bcm: Remove typedef from "eInterface_setting" in Adapter.hKevin McKinney1-2/+2
2012-05-18Staging: bcm: Remove two unused variables from Adapter.hKevin McKinney1-2/+0
2012-05-18Staging: bcm: Removes the volatile type definition from Adapter.hKevin McKinney1-2/+2
2012-05-18Staging: bcm: Rename all "INT" to "int" in Adapter.hKevin McKinney1-11/+11
2012-05-18Staging: bcm: Fix warning: __packed vs. __attribute__((packed)) in Adapter.hKevin McKinney1-6/+6
2012-05-18Staging: bcm: Correctly format all comments in Adapter.hKevin McKinney1-62/+67
2012-05-18Staging: bcm: Fix all whitespace issues in Adapter.hKevin McKinney1-374/+342
2012-05-18Staging: bcm: Properly format braces in Adapter.hKevin McKinney1-52/+26
2012-04-10staging: replace open-coded ARRAY_SIZEsJim Cromie1-13/+13
2012-04-10Staging: bcm: IPv6Protocol.c: coding style fixMax Tottenham1-8/+4
2012-04-10Staging: bcm: IPv6Protocol.c: coding style fixMax Tottenham1-51/+111
2012-04-10Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham1-6/+6
2012-04-10Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham1-29/+30