/spare/repo/netdev-2.6 branch 'master'
This commit is contained in:
@ -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) \
|
||||
|
@ -167,8 +167,6 @@ struct rtl8150 {
|
||||
|
||||
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 *);
|
||||
|
@ -29,6 +29,7 @@ static struct usb_device_id zd1201_table[] = {
|
||||
{USB_DEVICE(0x0ace, 0x1201)}, /* ZyDAS ZD1201 Wireless USB Adapter */
|
||||
{USB_DEVICE(0x050d, 0x6051)}, /* Belkin F5D6051 usb adapter */
|
||||
{USB_DEVICE(0x0db0, 0x6823)}, /* MSI UB11B usb adapter */
|
||||
{USB_DEVICE(0x1044, 0x8005)}, /* GIGABYTE GN-WLBZ201 usb adapter */
|
||||
{}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user