1WIMAX_REPORT_RFKILL_(9) Linux Networking WIMAX_REPORT_RFKILL_(9)
2
3
4
6 wimax_report_rfkill_sw - Reports changes in the software RF switch
7
9 void wimax_report_rfkill_sw(struct wimax_dev * wimax_dev,
10 enum wimax_rf_state state);
11
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
21 Reports changes in the software RF switch state to the the WiMAX stack.
22
23 The main use is during initialization, so the driver can query the
24 device for its current software radio kill switch state and feed it to
25 the system.
26
27 On the side, the device does not change the software state by itself.
28 In practice, this can happen, as the device might decide to switch (in
29 software) the radio off for different reasons.
30
32Kernel Hackers Manual 2.6. November 2011 WIMAX_REPORT_RFKILL_(9)