31 Mar, 2011
1 commit
-
Fixes generated by 'codespell' and manually reviewed.
Signed-off-by: Lucas De Marchi
11 Nov, 2010
1 commit
-
Switching to UINT because that's what the rest of this codebase uses.
Signed-off-by: Alejandro R. Sedeño
Signed-off-by: Greg Kroah-Hartman
02 Nov, 2010
4 commits
-
Unused, unneeded, and bogus.
Signed-off-by: Stephen Hemminger
-
Use standard network statistics variables and routines.
Transmit counters are per queue, and skb mapping is already in
skb and does not need to be recomputed. Move SearchVcId to only
place it is used.Signed-off-by: Stephen Hemminger
-
Provide standard interface to control verbosity of debug messages
Signed-off-by: Stephen Hemminger
-
Remove dead fields, change fields that only have true/false to boolean;
and rearrange to save space.Signed-off-by: Stephen Hemminger
01 Nov, 2010
4 commits
-
Signed-off-by: Stephen Hemminger
-
Remove commented out with '#if 0'
Signed-off-by: Stephen Hemminger
-
Allocate Adapter structure as part of network device.
Signed-off-by: Stephen Hemminber
-
Start with carrier off.
Don't track up/down status in driver private flag.Signed-off-by: Stephen Hemminger
30 Oct, 2010
3 commits
-
The only part of this structure still used was the network
device stats, and in recent kernel these are available in
network device itself.Signed-off-by: Stephen Hemminger
-
Just use presence of pointer
Signed-off-by: Stephen Hemminger
-
Network device should not be messing with refcounts directly.
See Documentation/networking/netdevices.txtSigned-off-by: Stephen Hemminger
08 Oct, 2010
1 commit
-
We assume that major is signed in register_control_device_interface().
Signed-off-by: Dan Carpenter
Signed-off-by: Greg Kroah-Hartman
05 Oct, 2010
1 commit
-
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
Signed-off-by: Greg Kroah-Hartman
09 Sep, 2010
1 commit
-
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_fopsApplied 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
Signed-off-by: Greg Kroah-Hartman