From eaa8e9880ee30c9e3591c356a53624e911d1b919 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Mon, 26 Jan 2009 13:41:54 -0800 Subject: [PATCH] add wifi-architecture figure to manual --- doc/manual/Makefile | 4 +++- doc/manual/wifi.texi | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/manual/Makefile b/doc/manual/Makefile index 7dc11ceef..6775f1f7a 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -7,6 +7,7 @@ CSS = --css-include=manual.css SPLIT = --split section FIGURES = figures +DOC_FIGURES = .. VPATH = $(FIGURES) IMAGES_EPS = \ @@ -18,7 +19,8 @@ IMAGES_EPS = \ $(FIGURES)/sockets-overview.eps \ $(FIGURES)/testbed.eps \ $(FIGURES)/emulated-channel.eps \ - $(FIGURES)/snir.eps + $(FIGURES)/snir.eps \ + $(DOC_FIGURES)/WifiArchitecture.eps IMAGES_PNG = ${IMAGES_EPS:.eps=.png} IMAGES_PDF = ${IMAGES_EPS:.eps=.pdf} diff --git a/doc/manual/wifi.texi b/doc/manual/wifi.texi index cd200f4d1..29f1e451e 100644 --- a/doc/manual/wifi.texi +++ b/doc/manual/wifi.texi @@ -83,6 +83,11 @@ is no model for cross-channel interference or coupling. The source code for the Wifi NetDevice lives in the directory @code{src/devices/wifi}. +@float Figure,fig:WifiArchitecture +@caption{Wifi NetDevice architecture.} +@image{../WifiArchitecture,5in} +@end float + @node Using the WifiNetDevice @section Using the WifiNetDevice