Usb Lan Driver 21 | Jp1081b

static int jp1081b_open(struct net_device *netdev)

netif_stop_queue(netdev); return NETDEV_TX_OK; Jp1081b Usb Lan Driver 21

static netdev_tx_t jp1081b_start_xmit(struct sk_buff *skb, struct net_device *netdev) static netdev_tx_t jp1081b_start_xmit(struct sk_buff *skb

static int jp1081b_stop(struct net_device *netdev) Jp1081b Usb Lan Driver 21

module_usb_driver(jp1081b_driver); obj-m += jp1081b.o jp1081b-objs := jp1081b.o KERNEL_DIR ?= /lib/modules/$(shell uname -r)/build PWD := $(shell pwd)