table of contents
WIMAX_DEV_ADD(9) | Linux Networking | WIMAX_DEV_ADD(9) |
NAME¶
wimax_dev_add - Register a new WiMAX device
SYNOPSIS¶
int wimax_dev_add(struct wimax_dev * wimax_dev, struct net_device * net_dev);
ARGUMENTS¶
struct wimax_dev * wimax_dev
struct net_device * net_dev
DESCRIPTION¶
Registers the new WiMAX device, sets up the user-kernel control interface (generic netlink) and common WiMAX infrastructure.
Note that the parts that will allow interaction with user space are setup at the very end, when the rest is in place, as once that happens, the driver might get user space control requests via netlink or from debugfs that might translate into calls into wimax_dev->op_*().
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |