aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/LeakyBucket.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
| | | | | | Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
* beceem: eliminate unused bcm_jiffiesStephen Hemminger2010-11-011-21/+3
| | | | | | Unused, unneeded, and bogus. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
* beceem: fix printf format stringsStephen Hemminger2010-11-011-5/+5
| | | | Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
* beceem: remove dead codeStephen Hemminger2010-11-011-3/+0
| | | | | | Remove commented out with '#if 0' Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
* beceem: get rid of unnecessary inline usageStephen Hemminger2010-11-011-30/+5
| | | | | | | Many routines were tagged with inline_ but GCC does a better job of deciding this. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
* staging/bcm: add sparse annotationsArnd Bergmann2010-10-051-1/+1
| | | | | | | | | | | | This marks up the code where sparse complains in most cases. Most of the changes are in the ioctl handling code, which gets __user annotations, finding one unchecked user access. The rest is mostly about marking functions static when they are only used in one file. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging/bcm: fix most build warningsArnd Bergmann2010-10-051-10/+10
| | | | | | | | | This removes all warnings I get on a 64 bit build except for those that look unfixable, where we convert a pointer to a 32 bit integer and change its byte order! Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: Beeceem USB Wimax driverStephen Hemminger2010-09-081-0/+399
The Sprint 4G network uses a Wimax dongle with Beecem chipset. The driver is typical of out of tree drivers, but maybe useful for people, and the hardware is readily available. Here is a staging ready version (i.e warts and all) 0. Started with Rel_5.2.7.3P1_USB from Sprint4GDeveloperPack-1.1 1. Consolidated files in staging 2. Remove Dos cr/lf 3. Remove unnecessary ioctl from usbbcm_fops Applied patches that were in the developer pack, surprising there were ones for 2.6.35 already. This is compile tested only, see TODO for what still needs to be done. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>