History log of /drivers/staging/bcm/PHSModule.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ceeb6fec707e88adc2d8faa65a67df8451d02f63 23-Jun-2011 Joe Perches <joe@perches.com> staging: Fix recieve/receive typos

Just spelling fixes.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/bcm/PHSModule.c
9dd47ee7dd535649a2c32d509631c7a3d793f2e1 01-Nov-2010 Stephen Hemminger <stephen.hemminger@vyatta.com> beceem: make local functions static

Use namespace tool from kernel scripts to identify dead code and
functions that should be static.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
/drivers/staging/bcm/PHSModule.c
45400554923867c8479621e55a76e0612192dafb 01-Nov-2010 Stephen Hemminger <stephen.hemminger@vyatta.com> beceem: remove unused code to dump header

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
/drivers/staging/bcm/PHSModule.c
082e889b475c46e71be6e779f15ab095f888e03f 01-Nov-2010 Stephen Hemminger <stephen.hemminger@vyatta.com> beceem: remove OS wrapper library

Use native kernel functions for kmalloc/kfree directly

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
/drivers/staging/bcm/PHSModule.c
44a17eff844d92421c8b568c84df29735e1e45f9 30-Sep-2010 Arnd Bergmann <arnd@arndb.de> staging/bcm: add sparse annotations

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>
/drivers/staging/bcm/PHSModule.c
f8942e07a3db9d82e8fb11d3d494876b8bae9ff9 08-Sep-2010 Stephen Hemminger <stephen.hemminger@vyatta.com> staging: Beeceem USB Wimax driver

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>
/drivers/staging/bcm/PHSModule.c