diff options
| author | Paolo Abeni <pabeni@redhat.com> | 2025-10-21 10:57:47 +0200 |
|---|---|---|
| committer | Paolo Abeni <pabeni@redhat.com> | 2025-10-21 10:57:47 +0200 |
| commit | 3dc835a66e039fbb46c82a50725c40a5cdbfb32f (patch) | |
| tree | 74b08651088b7859768bb2d90801ec0c41a3d841 | |
| parent | ebc742edc99825889fb2a94ec3a5c990468e1a36 (diff) | |
| parent | 97aa8ecb573213b79667a40b5fe5345417dfe961 (diff) | |
| download | linux-3dc835a66e039fbb46c82a50725c40a5cdbfb32f.tar.gz linux-3dc835a66e039fbb46c82a50725c40a5cdbfb32f.zip | |
Merge branch 'networking-docs-section-headings-cleanup'
Bagas Sanjaya says:
====================
networking docs section headings cleanup
Just two net docs patches cleaning up section headings. The shortlog below
should be self-explanatory.
====================
Link: https://patch.msgid.link/20251017064525.28836-2-bagasdotme@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
| -rw-r--r-- | Documentation/networking/6pack.rst | 2 | ||||
| -rw-r--r-- | Documentation/networking/nfc.rst | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/networking/6pack.rst b/Documentation/networking/6pack.rst index bc5bf1f1a98f..66d5fd4fc821 100644 --- a/Documentation/networking/6pack.rst +++ b/Documentation/networking/6pack.rst @@ -94,7 +94,7 @@ kernels may lead to a compilation error because the interface to a kernel function has been changed in the 2.1.8x kernels. How to turn on 6pack support: -============================= +----------------------------- - In the linux kernel configuration program, select the code maturity level options menu and turn on the prompting for development drivers. diff --git a/Documentation/networking/nfc.rst b/Documentation/networking/nfc.rst index 9aab3a88c9b2..401735006143 100644 --- a/Documentation/networking/nfc.rst +++ b/Documentation/networking/nfc.rst @@ -71,7 +71,8 @@ Userspace interface The userspace interface is divided in control operations and low-level data exchange operation. -CONTROL OPERATIONS: +Control operations +------------------ Generic netlink is used to implement the interface to the control operations. The operations are composed by commands and events, all listed below: @@ -100,7 +101,8 @@ relevant information such as the supported NFC protocols. All polling operations requested through one netlink socket are stopped when it's closed. -LOW-LEVEL DATA EXCHANGE: +Low-level data exchange +----------------------- The userspace must use PF_NFC sockets to perform any data communication with targets. All NFC sockets use AF_NFC:: |
