forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/ABI/stable/sysfs-class-rfkill
....@@ -1,8 +1,8 @@
11 rfkill - radio frequency (RF) connector kill switch support
22
3
-For details to this subsystem look at Documentation/rfkill.txt.
3
+For details to this subsystem look at Documentation/driver-api/rfkill.rst.
44
5
-For the deprecated /sys/class/rfkill/*/claim knobs of this interface look in
5
+For the deprecated ``/sys/class/rfkill/*/claim`` knobs of this interface look in
66 Documentation/ABI/removed/sysfs-class-rfkill.
77
88 What: /sys/class/rfkill
....@@ -36,9 +36,10 @@
3636 Contact: linux-wireless@vger.kernel.org
3737 Description: Whether the soft blocked state is initialised from non-volatile
3838 storage at startup.
39
-Values: A numeric value.
40
- 0: false
41
- 1: true
39
+Values: A numeric value:
40
+
41
+ - 0: false
42
+ - 1: true
4243
4344
4445 What: /sys/class/rfkill/rfkill[0-9]+/state
....@@ -54,6 +55,7 @@
5455 through this interface. There will likely be another attempt to
5556 remove it in the future.
5657 Values: A numeric value.
58
+
5759 0: RFKILL_STATE_SOFT_BLOCKED
5860 transmitter is turned off by software
5961 1: RFKILL_STATE_UNBLOCKED
....@@ -69,6 +71,7 @@
6971 Contact: linux-wireless@vger.kernel.org
7072 Description: Current hardblock state. This file is read only.
7173 Values: A numeric value.
74
+
7275 0: inactive
7376 The transmitter is (potentially) active.
7477 1: active
....@@ -82,7 +85,9 @@
8285 Contact: linux-wireless@vger.kernel.org
8386 Description: Current softblock state. This file is read and write.
8487 Values: A numeric value.
88
+
8589 0: inactive
8690 The transmitter is (potentially) active.
91
+
8792 1: active
8893 The transmitter is turned off by software.