[PATCH] USB: drivers/usb/net/: remove two unused multicast_filter_limit variables
The only uses of both variables were recently removed. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
fe0410c7f4
commit
4a0d73c463
@@ -59,7 +59,6 @@ static const char driver_name[] = "pegasus";
|
||||
|
||||
static int loopback = 0;
|
||||
static int mii_mode = 0;
|
||||
static int multicast_filter_limit = 32;
|
||||
|
||||
static struct usb_eth_dev usb_dev_id[] = {
|
||||
#define PEGASUS_DEV(pn, vid, pid, flags) \
|
||||
|
Reference in New Issue
Block a user