public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] drivers/usb/net/: remove two unused multicast_filter_limit variables
@ 2005-07-02 21:54 Adrian Bunk
  2005-07-04 13:04 ` Petko Manolov
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2005-07-02 21:54 UTC (permalink / raw)
  To: petkan; +Cc: linux-usb-devel, linux-kernel

The only uses of both variables were recently removed.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

 drivers/usb/net/pegasus.c |    1 -
 drivers/usb/net/rtl8150.c |    2 --
 2 files changed, 3 deletions(-)

--- linux-2.6.13-rc1-mm1-full/drivers/usb/net/pegasus.c.old	2005-07-02 22:44:10.000000000 +0200
+++ linux-2.6.13-rc1-mm1-full/drivers/usb/net/pegasus.c	2005-07-02 22:44:19.000000000 +0200
@@ -59,7 +59,6 @@
 
 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)	\
--- linux-2.6.13-rc1-mm1-full/drivers/usb/net/rtl8150.c.old	2005-07-02 22:44:31.000000000 +0200
+++ linux-2.6.13-rc1-mm1-full/drivers/usb/net/rtl8150.c	2005-07-02 22:44:35.000000000 +0200
@@ -167,8 +167,6 @@
 
 typedef struct rtl8150 rtl8150_t;
 
-static unsigned long multicast_filter_limit = 32;
-
 static void fill_skb_pool(rtl8150_t *);
 static void free_skb_pool(rtl8150_t *);
 static inline struct sk_buff *pull_skb(rtl8150_t *);


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [2.6 patch] drivers/usb/net/: remove two unused multicast_filter_limit variables
  2005-07-02 21:54 [2.6 patch] drivers/usb/net/: remove two unused multicast_filter_limit variables Adrian Bunk
@ 2005-07-04 13:04 ` Petko Manolov
  0 siblings, 0 replies; 3+ messages in thread
From: Petko Manolov @ 2005-07-04 13:04 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: petkan, linux-usb-devel, linux-kernel

ok, looks all right to me.


 		Petko



On Sat, 2 Jul 2005, Adrian Bunk wrote:

> The only uses of both variables were recently removed.
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
>
> ---
>
> drivers/usb/net/pegasus.c |    1 -
> drivers/usb/net/rtl8150.c |    2 --
> 2 files changed, 3 deletions(-)
>
> --- linux-2.6.13-rc1-mm1-full/drivers/usb/net/pegasus.c.old	2005-07-02 22:44:10.000000000 +0200
> +++ linux-2.6.13-rc1-mm1-full/drivers/usb/net/pegasus.c	2005-07-02 22:44:19.000000000 +0200
> @@ -59,7 +59,6 @@
>
> 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)	\
> --- linux-2.6.13-rc1-mm1-full/drivers/usb/net/rtl8150.c.old	2005-07-02 22:44:31.000000000 +0200
> +++ linux-2.6.13-rc1-mm1-full/drivers/usb/net/rtl8150.c	2005-07-02 22:44:35.000000000 +0200
> @@ -167,8 +167,6 @@
>
> typedef struct rtl8150 rtl8150_t;
>
> -static unsigned long multicast_filter_limit = 32;
> -
> static void fill_skb_pool(rtl8150_t *);
> static void free_skb_pool(rtl8150_t *);
> static inline struct sk_buff *pull_skb(rtl8150_t *);
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [2.6 patch] drivers/usb/net/: remove two unused multicast_filter_limit variables
@ 2005-07-12 20:27 Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2005-07-12 20:27 UTC (permalink / raw)
  To: Greg KH; +Cc: petkan, linux-usb-devel, linux-kernel

The only uses of both variables were recently removed.

This patch was already ACK'ed by Petko Manolov.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 2 Jul 2005

 drivers/usb/net/pegasus.c |    1 -
 drivers/usb/net/rtl8150.c |    2 --
 2 files changed, 3 deletions(-)

--- linux-2.6.13-rc1-mm1-full/drivers/usb/net/pegasus.c.old	2005-07-02 22:44:10.000000000 +0200
+++ linux-2.6.13-rc1-mm1-full/drivers/usb/net/pegasus.c	2005-07-02 22:44:19.000000000 +0200
@@ -59,7 +59,6 @@
 
 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)	\
--- linux-2.6.13-rc1-mm1-full/drivers/usb/net/rtl8150.c.old	2005-07-02 22:44:31.000000000 +0200
+++ linux-2.6.13-rc1-mm1-full/drivers/usb/net/rtl8150.c	2005-07-02 22:44:35.000000000 +0200
@@ -167,8 +167,6 @@
 
 typedef struct rtl8150 rtl8150_t;
 
-static unsigned long multicast_filter_limit = 32;
-
 static void fill_skb_pool(rtl8150_t *);
 static void free_skb_pool(rtl8150_t *);
 static inline struct sk_buff *pull_skb(rtl8150_t *);


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-07-12 20:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-02 21:54 [2.6 patch] drivers/usb/net/: remove two unused multicast_filter_limit variables Adrian Bunk
2005-07-04 13:04 ` Petko Manolov
  -- strict thread matches above, loose matches on Subject: below --
2005-07-12 20:27 Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox