netpoll queue cleanup
The beast had a long and not very happy history. At one point, a friend (netdump) had asked that he open up a little. Well, the friend was long gone now, and the beast had this dangling piece hanging (netpoll_queue). It wasn't hard to stitch the netpoll_queue back in where it belonged and make everything tidy. Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
This commit is contained in:

committed by
David S. Miller

parent
2bdfe0baec
commit
5de4a473bd
@@ -60,7 +60,6 @@ static struct netpoll np = {
|
||||
.local_port = 6665,
|
||||
.remote_port = 6666,
|
||||
.remote_mac = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
|
||||
.drop = netpoll_queue,
|
||||
};
|
||||
static int configured = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user