summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm
Commit message (Expand)AuthorAgeFilesLines
* Staging: bcm: Remove typedef for _stCPacketClassificationRuleSI and call dire...Kevin McKinney2012-09-261-9/+3
* Staging: bcm: Remove typedef for _stPhsRuleSI and call directly.Kevin McKinney2012-09-261-6/+4
* Staging: bcm: Remove typedef for _stConvergenceSLTypes and call directly.Kevin McKinney2012-09-262-12/+10
* Staging: bcm: Remove typedef for _stServiceFlowParamSI and call directly.Kevin McKinney2012-09-265-64/+40
* Staging: bcm: Remove typedef for _stLocalSFAddRequest and call directly.Kevin McKinney2012-09-262-9/+5
* Staging: bcm: Remove typedef for _stLocalSFAddIndication and call directly.Kevin McKinney2012-09-262-23/+9
* Staging: bcm: Remove typedef for _stLocalSFDeleteRequest and call directly.Kevin McKinney2012-09-262-7/+4
* Staging: bcm: Remove typedef for stLocalSFDeleteIndication and call directly.Kevin McKinney2012-09-262-9/+6
* Staging: bcm: Remove typedef for _stIM_sfHostNotify and call directly.Kevin McKinney2012-09-212-4/+4
* Staging: bcm: Properly format braces in cntrl_SignalingInterface.hKevin McKinney2012-09-191-2/+1
* Staging: bcm: Properly format comments in cntrl_SignalingInterface.hKevin McKinney2012-09-191-181/+183
* Staging: bcm: Fix all white space issues in cntrl_SignalingInterface.hKevin McKinney2012-09-191-297/+226
* Staging: remove CONFIG_EXPERIMENTAL dependanciesGreg Kroah-Hartman2012-09-171-1/+1
* Staging: bcm: Fix udelay related compilation errorTushar Behera2012-09-131-1/+1
* Staging: bcm: Convert INT to int in Transmit.cKevin McKinney2012-09-131-2/+2
* Staging: bcm: Properly format comments in Transmit.cKevin McKinney2012-09-131-46/+46
* Staging: bcm: Remove initialization from if statement in Transmit.cKevin McKinney2012-09-131-1/+2
* Staging: bcm: Properly format braces in Transmit.cKevin McKinney2012-09-131-36/+17
* Staging: bcm: Fix all white space issues in Transmit.cKevin McKinney2012-09-131-60/+56
* Staging: bcm: Create and initialize new device id in InterfaceInitKevin McKinney2012-09-122-1/+3
* staging: bcm: use pr_info and pr_err rather than printkAlexey Khoroshilov2012-09-041-4/+4
* staging: bcm: fix error handling in bcm_init()Alexey Khoroshilov2012-09-041-1/+9
* Staging: bcm: Convert INT to int in InterfaceInit.hKevin McKinney2012-09-041-3/+3
* Staging: bcm: Fix white space issues in InterfaceInit.hKevin McKinney2012-09-041-14/+12
* staging: bcm: fix possible memory leak in bcm_char_ioctl()Wei Yongjun2012-09-041-0/+2
* staging: bcm: Fix typo in drivers/bcmMasanari Iida2012-08-174-5/+5
* staging: bcm: print small buffers with %*phAndy Shevchenko2012-08-132-47/+36
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-26/+5
|\
| * slightly reduce idiocy in drivers/staging/bcm/Misc.cAl Viro2012-07-291-26/+5
* | staging: bcm: Misc.c: Remove unused macrosMarcos Paulo de Souza2012-07-111-3/+0
* | staging: bcm: Remove all commented macrosMarcos Paulo de Souza2012-07-114-8/+0
* | staging: bcm: Remove code that will never executeMarcos Paulo de Souza2012-07-111-63/+0
* | staging: bcm: use %pM to print MAC addressesAndy Shevchenko2012-07-061-28/+16
* | Staging: bcm: Change order in if conditions to make more readable in nvm.cKevin McKinney2012-06-201-4/+4
* | Staging: bcm: Change conditions that check for NULL in nvm.cKevin McKinney2012-06-201-14/+14
* | Staging: bcm: Replace UINT with "unsigned int" in nvm.cKevin McKinney2012-06-201-206/+206
* | Staging: bcm: Replace INT with int in nvm.cKevin McKinney2012-06-201-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/+659
* | Staging: bcm: Fix all whitespace issues in nvm.cKevin McKinney2012-06-121-2087/+1980
* | Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.Kevin McKinney2012-06-0434-400/+399
* | Staging: bcm: Remove typedef for _LEADER and call directly.Kevin McKinney2012-06-047-18/+17
* | Staging: bcm: Remove typedef for _PACKETTOSEND and call directly.Kevin McKinney2012-06-042-5/+4
* | Staging: bcm: Remove typedef for _CONTROL_PACKET and call directly.Kevin McKinney2012-06-041-3/+2
* | Staging: bcm: Remove typedef for link_request and call directly.Kevin McKinney2012-06-044-15/+12