diff options
author | florian@mickler.org <florian@mickler.org> | 2010-03-13 07:31:05 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-03-19 15:48:25 -0400 |
commit | 819bfecc4fc6b6e5a793f719a45b7146ce423b79 (patch) | |
tree | a7e646bf8032c29d7a1187301cdfa0d5b726473b /Documentation | |
parent | 09a08cff3d13315c948e6aee5cf912f8f1db54e7 (diff) |
rename new rfkill sysfs knobs
This patch renames the (never officially released) sysfs-knobs
"blocked_hw" and "blocked_sw" to "hard" and "soft", as the hardware vs
software conotation is misleading.
It also gets rid of not needed locks around u32-read-access.
Signed-off-by: Florian Mickler <florian@mickler.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/stable/sysfs-class-rfkill | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/ABI/stable/sysfs-class-rfkill b/Documentation/ABI/stable/sysfs-class-rfkill index b91c3f37453a..097f522c33bb 100644 --- a/Documentation/ABI/stable/sysfs-class-rfkill +++ b/Documentation/ABI/stable/sysfs-class-rfkill | |||
@@ -4,7 +4,7 @@ For details to this subsystem look at Documentation/rfkill.txt. | |||
4 | 4 | ||
5 | For the deprecated /sys/class/rfkill/*/state and | 5 | For the deprecated /sys/class/rfkill/*/state and |
6 | /sys/class/rfkill/*/claim knobs of this interface look in | 6 | /sys/class/rfkill/*/claim knobs of this interface look in |
7 | Documentation/ABI/obsolte/sysfs-class-rfkill. | 7 | Documentation/ABI/obsolete/sysfs-class-rfkill. |
8 | 8 | ||
9 | What: /sys/class/rfkill | 9 | What: /sys/class/rfkill |
10 | Date: 09-Jul-2007 | 10 | Date: 09-Jul-2007 |
@@ -42,8 +42,8 @@ Values: A numeric value. | |||
42 | 1: true | 42 | 1: true |
43 | 43 | ||
44 | 44 | ||
45 | What: /sys/class/rfkill/rfkill[0-9]+/blocked_hw | 45 | What: /sys/class/rfkill/rfkill[0-9]+/hard |
46 | Date: 23-Feb-2010 | 46 | Date: 12-March-2010 |
47 | KernelVersion v2.6.34 | 47 | KernelVersion v2.6.34 |
48 | Contact: linux-wireless@vger.kernel.org | 48 | Contact: linux-wireless@vger.kernel.org |
49 | Description: Current hardblock state. This file is read only. | 49 | Description: Current hardblock state. This file is read only. |
@@ -55,8 +55,8 @@ Values: A numeric value. | |||
55 | the driver's control. | 55 | the driver's control. |
56 | 56 | ||
57 | 57 | ||
58 | What: /sys/class/rfkill/rfkill[0-9]+/blocked_sw | 58 | What: /sys/class/rfkill/rfkill[0-9]+/soft |
59 | Date: 23-Feb-2010 | 59 | Date: 12-March-2010 |
60 | KernelVersion v2.6.34 | 60 | KernelVersion v2.6.34 |
61 | Contact: linux-wireless@vger.kernel.org | 61 | Contact: linux-wireless@vger.kernel.org |
62 | Description: Current softblock state. This file is read and write. | 62 | Description: Current softblock state. This file is read and write. |