diff options
author | Johannes Berg <johannes.berg@intel.com> | 2017-03-31 09:13:13 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-03-31 09:15:46 +0200 |
commit | a339e4c226c0f2ea0c138e9ffc419874d370f57b (patch) | |
tree | b95e0ba5a85853d3d9aff4c95d723d2ed5e3c0d5 /Documentation | |
parent | 2754867792edfc9a6f2f49294be278d9be533ce2 (diff) | |
download | linux-a339e4c226c0f2ea0c138e9ffc419874d370f57b.tar.bz2 |
cfg80211: add intro to documentation
This introduction section should be used in the documentation,
do that at the beginning of the cfg80211 chapter.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/driver-api/80211/cfg80211.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/driver-api/80211/cfg80211.rst b/Documentation/driver-api/80211/cfg80211.rst index b101bc0c195b..8ffac57e1f5b 100644 --- a/Documentation/driver-api/80211/cfg80211.rst +++ b/Documentation/driver-api/80211/cfg80211.rst @@ -2,6 +2,9 @@ cfg80211 subsystem ================== +.. kernel-doc:: include/net/cfg80211.h + :doc: Introduction + Device registration =================== |