aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rfkill.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/rfkill.h')
-rw-r--r--include/linux/rfkill.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h
index dcac724340d8..e73e2429a1b1 100644
--- a/include/linux/rfkill.h
+++ b/include/linux/rfkill.h
@@ -259,8 +259,9 @@ bool rfkill_set_sw_state(struct rfkill *rfkill, bool blocked);
259 * userspace) of their initial state. It should only be used before 259 * userspace) of their initial state. It should only be used before
260 * registration. 260 * registration.
261 * 261 *
262 * In addition, it marks the device as "persistent". Persistent devices 262 * In addition, it marks the device as "persistent", an attribute which
263 * are expected to preserve preserve their own state when suspended. 263 * can be read by userspace. Persistent devices are expected to preserve
264 * their own state when suspended.
264 */ 265 */
265void rfkill_init_sw_state(struct rfkill *rfkill, bool blocked); 266void rfkill_init_sw_state(struct rfkill *rfkill, bool blocked);
266 267