summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm
Commit message (Expand)AuthorAgeFilesLines
* Staging: bcm: Remove typedef for _stCPacketClassificationRuleSI and call dire...Kevin McKinney2012-09-261-9/+3Star
* Staging: bcm: Remove typedef for _stPhsRuleSI and call directly.Kevin McKinney2012-09-261-6/+4Star
* Staging: bcm: Remove typedef for _stConvergenceSLTypes and call directly.Kevin McKinney2012-09-262-12/+10Star
* Staging: bcm: Remove typedef for _stServiceFlowParamSI and call directly.Kevin McKinney2012-09-265-64/+40Star
* Staging: bcm: Remove typedef for _stLocalSFAddRequest and call directly.Kevin McKinney2012-09-262-9/+5Star
* Staging: bcm: Remove typedef for _stLocalSFAddIndication and call directly.Kevin McKinney2012-09-262-23/+9Star
* Staging: bcm: Remove typedef for _stLocalSFDeleteRequest and call directly.Kevin McKinney2012-09-262-7/+4Star
* Staging: bcm: Remove typedef for stLocalSFDeleteIndication and call directly.Kevin McKinney2012-09-262-9/+6Star
* 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/+1Star
* 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/+226Star
* Staging: remove CONFIG_EXPERIMENTAL dependanciesGreg Kroah-Hartman2012-09-181-1/+1
* Staging: bcm: Fix udelay related compilation errorTushar Behera2012-09-141-1/+1
* Staging: bcm: Convert INT to int in Transmit.cKevin McKinney2012-09-141-2/+2
* Staging: bcm: Properly format comments in Transmit.cKevin McKinney2012-09-141-46/+46
* Staging: bcm: Remove initialization from if statement in Transmit.cKevin McKinney2012-09-141-1/+2
* Staging: bcm: Properly format braces in Transmit.cKevin McKinney2012-09-141-36/+17Star
* Staging: bcm: Fix all white space issues in Transmit.cKevin McKinney2012-09-141-60/+56Star
* 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/+12Star
* 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-142-47/+36Star
* 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 all commented macrosMarcos Paulo de Souza2012-07-124-8/+0Star
* | staging: bcm: Remove code that will never executeMarcos Paulo de Souza2012-07-121-63/+0Star
* | staging: bcm: use %pM to print MAC addressesAndy Shevchenko2012-07-071-28/+16Star
* | 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