diff options
author | Thomas Pugliese <thomas.pugliese@gmail.com> | 2014-09-16 17:10:51 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-24 01:05:26 -0400 |
commit | 534574bb462d044bd6e19471597672302625bd5e (patch) | |
tree | bf33fbd4d8b23baf2ec2be69ba732ee48b43ccf1 /Documentation/ABI/testing/sysfs-class-uwb_rc | |
parent | d08e1ad994afb70daf4ebf340f50425c1c5a2b75 (diff) |
uwb: doc: add documentation for ASIE sysfs attribute
Document the /sys/class/uwb_rc/uwbN/ASIE sysfs attribute
Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-class-uwb_rc')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-uwb_rc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-uwb_rc b/Documentation/ABI/testing/sysfs-class-uwb_rc index 6a5fd072849d..85f4875d16ac 100644 --- a/Documentation/ABI/testing/sysfs-class-uwb_rc +++ b/Documentation/ABI/testing/sysfs-class-uwb_rc | |||
@@ -43,6 +43,19 @@ Description: | |||
43 | Reading returns the currently active channel, or -1 if | 43 | Reading returns the currently active channel, or -1 if |
44 | the radio controller is not beaconing. | 44 | the radio controller is not beaconing. |
45 | 45 | ||
46 | What: /sys/class/uwb_rc/uwbN/ASIE | ||
47 | Date: August 2014 | ||
48 | KernelVersion: 3.18 | ||
49 | Contact: linux-usb@vger.kernel.org | ||
50 | Description: | ||
51 | |||
52 | The application-specific information element (ASIE) | ||
53 | included in this device's beacon, in space separated | ||
54 | hex octets. | ||
55 | |||
56 | Reading returns the current ASIE. Writing replaces | ||
57 | the current ASIE with the one written. | ||
58 | |||
46 | What: /sys/class/uwb_rc/uwbN/scan | 59 | What: /sys/class/uwb_rc/uwbN/scan |
47 | Date: July 2008 | 60 | Date: July 2008 |
48 | KernelVersion: 2.6.27 | 61 | KernelVersion: 2.6.27 |