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

NAME

6       wimax_report_rfkill_hw - Reports changes in the hardware RF switch
7

SYNOPSIS

9       void wimax_report_rfkill_hw(struct wimax_dev * wimax_dev,
10                                   enum wimax_rf_state state);
11

ARGUMENTS

13       wimax_dev
14           WiMAX device descriptor
15
16       state
17           New state of the RF Kill switch.  WIMAX_RF_ON radio on,
18           WIMAX_RF_OFF radio off.
19

DESCRIPTION

21       When the device detects a change in the state of thehardware RF switch,
22       it must call this function to let the WiMAX kernel stack know that the
23       state has changed so it can be properly propagated.
24
25       The WiMAX stack caches the state (the driver doesn't need to). As well,
26       as the change is propagated it will come back as a request to change
27       the software state to mirror the hardware state.
28
29       If the device doesn't have a hardware kill switch, just report it on
30       initialization as always on (WIMAX_RF_ON, radio on).
31
33Kernel Hackers Manual 3.10         June 2019           WIMAX_REPORT_RFKILL_(9)
Impressum