#include <linux/module.h>
#include <linux/ctype.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/ethtool.h>
#include <linux/slab.h>
#include <linux/mii.h>
#include <linux/usb.h>
#include <linux/usb/usbnet.h>
Go to the source code of this file.
#define INT51X1_PRODUCT_ID 0x5121 |
#define INT51X1_VENDOR_ID 0x09e1 |
#define PACKET_TYPE_ALL_MULTICAST (1 << 1) /* no filter */ |
#define PACKET_TYPE_BROADCAST (1 << 3) |
#define PACKET_TYPE_DIRECTED (1 << 2) |
#define PACKET_TYPE_MULTICAST (1 << 4) /* filtered */ |
#define PACKET_TYPE_PROMISCUOUS (1 << 0) |
#define SET_ETHERNET_PACKET_FILTER 0x43 |
MODULE_AUTHOR |
( |
"Peter Holik" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Intellon usb powerline adapter" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
products |
|
|
) |
| |
module_usb_driver |
( |
int51x1_driver |
| ) |
|