Commit 12070578 authored by Stephen Hemminger's avatar Stephen Hemminger

[NET]: Update bpqether for 2.6

This patch fixes several issues with drivers/net/hamradio/bpqether.c in 2.6.0-test3.

1. Fix encapsulation of net_device structure relative to private data (bpqdev)
2. Convert from single-linked list to the list macros.
3. Convert to using seq_file for the /proc interface
4. Fix up locking by switching to RCU and the rtnl semaphore supplied
   by the network layer.
5. Fix removal cases of ethernet device and bpqether device to work
   without deadlock.
6. Get rid of MOD_INC/MOD_DEC
7. Get rid of bogus check_devices method of cleanup, just cleanup correctly
   when device changes state.
parent 3dfdabda
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment