summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/InterfaceInit.c
AgeCommit message (Expand)AuthorLines
2014-10-20staging: bcm: remove driverJeff Kirsher-729/+0
2014-10-20staging: bcm: fix sparse warning in module_paramRahul Bedarkar-1/+1
2014-07-09staging: bcm: add missing blank lines after declarationsPawel Lebioda-0/+1
2014-06-26Staging: bcm: Line length cleanupMatthias Beyer-6/+19
2014-06-26Staging: bcm: Shortened some lines in select_alternate_setting_for_highspeed_...Matthias Beyer-29/+18
2014-06-26Staging: bcm: Outsourced selecting of alternate settingMatthias Beyer-95/+112
2014-06-26Staging: bcm: Merged some lines which got shorter by the latest patchMatthias Beyer-26/+17
2014-06-26Staging: bcm: Replaced member accessing with variable in InterfaceAdapterInit()Matthias Beyer-26/+27
2014-06-26Staging: bcm: Replaced member accessing with variable in device_run()Matthias Beyer-11/+9
2014-06-26Staging: bcm: replaced member accessing by variableMatthias Beyer-9/+9
2014-06-26Staging: bcm: Shortened some linesMatthias Beyer-2/+4
2014-03-18staging: bcm: Remove unneeded boolean comparisons and reflow linesJade Bilkey-9/+14
2014-03-18staging: bcm: Fix space before semicolonJade Bilkey-6/+6
2014-03-18staging: bcm: Fix lines over 80 charactersJade Bilkey-112/+200
2014-02-27Staging: bcm: Replace bcm functions with equivalentsHimangi Saraogi-84/+9
2014-01-09staging: bcm: clean up a type issue in ConfigureEndPointTypesThroughEEPROM()Dan Carpenter-5/+5
2013-10-28staging: bcm: Replace FALSE with falseLisa Nguyen-10/+10
2013-10-28staging: bcm: Replace BOOLEAN with boolLisa Nguyen-1/+1
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches-10/+4
2012-11-13Staging: bcm: Add two products and remove an existing product.Kevin McKinney-1/+2
2012-11-02Staging: bcm: Remove typedef for _S_INTERFACE_ADAPTER and call directly.Kevin McKinney-11/+11
2012-09-12Staging: bcm: Create and initialize new device id in InterfaceInitKevin McKinney-0/+1
2012-09-04staging: bcm: use pr_info and pr_err rather than printkAlexey Khoroshilov-4/+4
2012-09-04staging: bcm: fix error handling in bcm_init()Alexey Khoroshilov-1/+9
2012-06-04Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.Kevin McKinney-4/+4
2011-11-26Staging: bcm: Fix information leak in ioctl: IOCTL_BCM_REGISTER_READ_PRIVATE,...Kevin McKinney-5/+7
2011-10-11Staging: bcm: Remove assignment from if conditions reported by checkpatch.plKevin McKinney-6/+10
2011-10-11Staging: bcm: Fix coding style issues reported by checkpatch.plKevin McKinney-12/+11
2011-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-516/+338
2010-12-06Staging: Beceem: more checkpatch.pl changes to InterfaceInit.cDan Carpenter-12/+12
2010-12-06Staging: Beceem: improve debug printk statementsDan Carpenter-23/+43
2010-12-06Staging: Beceem: use after free in bcm_exit()Dan Carpenter-2/+1
2010-12-06Staging: Beceem: remove old kernel compatibility codeDan Carpenter-14/+1
2010-12-06Staging: Beceem: white space changes to InterfaceInit.cDan Carpenter-299/+236
2010-12-06Staging: Beceem: use lower case "int" instead of "INT"Dan Carpenter-10/+10
2010-12-06Staging: Beceem: add USB id for BCSM250 Mobile WiMAXDan Carpenter-0/+1
2010-11-17USB: fix leftover references to udev->autosuspend_delayAlan Stern-1/+1
2010-11-16drivers/staging: Remove unnecessary semicolonsJoe Perches-1/+1
2010-11-10Staging: beceem: Move ZTE TU25's USB id to the beceem moduleAlejandro R. SedeƱo-1/+1
2010-11-01beceem: change startup messagesStephen Hemminger-16/+16
2010-11-01beceem: make local functions staticStephen Hemminger-3/+5
2010-11-01beceem: module initializationStephen Hemminger-64/+41
2010-11-01beceem: add network device message level controlStephen Hemminger-6/+1
2010-11-01beceem: create class on module installationStephen Hemminger-6/+8
2010-11-01beceem: remove unnecessary usb classStephen Hemminger-62/+1
2010-11-01beceem: reserve one queue for bit-bucketStephen Hemminger-1/+2
2010-11-01beceem: remove dead codeStephen Hemminger-26/+0
2010-11-01beceem: support multiple queuesStephen Hemminger-1/+1
2010-11-01beceem: get rid of unnecessary inline usageStephen Hemminger-1/+1
2010-11-01beceem: remove indirection to Adapter structureStephen Hemminger-24/+19