1WIMAX_DEV_RM(9) Linux Networking WIMAX_DEV_RM(9)
2
3
4
6 wimax_dev_rm - Unregister an existing WiMAX device
7
9 void wimax_dev_rm(struct wimax_dev * wimax_dev);
10
12 wimax_dev
13 WiMAX device descriptor
14
16 Unregisters a WiMAX device previously registered for use with
17 wimax_add_rm.
18
19 IMPORTANT! Must call before calling unregister_netdev.
20
21 After this function returns, you will not get any more user space
22 control requests (via netlink or debugfs) and thus to wimax_dev->ops.
23
24 Reentrancy control is ensured by setting the state to
25 __WIMAX_ST_QUIESCING. rfkill operations coming through wimax_*rfkill*()
26 will be stopped by the quiescing state; ops coming from the rfkill
27 subsystem will be stopped by the support being removed by
28 wimax_rfkill_rm.
29
31Kernel Hackers Manual 2.6. June 2019 WIMAX_DEV_RM(9)