2013-02-15 09:12:25

by Johannes Berg

[permalink] [raw]
Subject: [PATCH] cfg80211: add correct docbook entries

From: Johannes Berg <[email protected]>

Update the 802.11 book to list the correct
data structures.

Signed-off-by: Johannes Berg <[email protected]>
---
Documentation/DocBook/80211.tmpl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/DocBook/80211.tmpl b/Documentation/DocBook/80211.tmpl
index 42e7f03..284ced7 100644
--- a/Documentation/DocBook/80211.tmpl
+++ b/Documentation/DocBook/80211.tmpl
@@ -107,8 +107,8 @@
!Finclude/net/cfg80211.h key_params
!Finclude/net/cfg80211.h survey_info_flags
!Finclude/net/cfg80211.h survey_info
-!Finclude/net/cfg80211.h beacon_parameters
-!Finclude/net/cfg80211.h plink_actions
+!Finclude/net/cfg80211.h cfg80211_beacon_data
+!Finclude/net/cfg80211.h cfg80211_ap_settings
!Finclude/net/cfg80211.h station_parameters
!Finclude/net/cfg80211.h station_info_flags
!Finclude/net/cfg80211.h rate_info_flags
--
1.8.0



2013-02-18 12:45:45

by Johannes Berg

[permalink] [raw]
Subject: Re: [PATCH] cfg80211: add correct docbook entries

On Fri, 2013-02-15 at 10:12 +0100, Johannes Berg wrote:
> From: Johannes Berg <[email protected]>
>
> Update the 802.11 book to list the correct
> data structures.

Applied.

johannes