1WIMAX_RESET(9)                 Linux Networking                 WIMAX_RESET(9)
2
3
4

NAME

6       wimax_reset - Reset a WiMAX device
7

SYNOPSIS

9       int wimax_reset(struct wimax_dev * wimax_dev);
10

ARGUMENTS

12       wimax_dev
13           WiMAX device descriptor
14

RETURNS

16       0 if ok and a warm reset was done (the device still exists in the
17       system).
18
19       -ENODEV if a cold/bus reset had to be done (device has disconnected and
20       reconnected, so current handle is not valid any more).
21
22       -EINVAL if the device is not even registered.
23
24       Any other negative error code shall be considered as non-recoverable.
25

DESCRIPTION

27       Called when wanting to reset the device for any reason. Device is taken
28       back to power on status.
29
30       This call blocks; on successful return, the device has completed the
31       reset process and is ready to operate.
32
34Kernel Hackers Manual 3.10         June 2019                    WIMAX_RESET(9)
Impressum