add wifi-architecture figure to manual
authorTom Henderson <tomh@tomh.org>
Mon, 26 Jan 2009 13:41:54 -0800
changeset 4127 3c5cb537653f
parent 4126 0ba0346d655b
child 4128 4132bb61ab3c
add wifi-architecture figure to manual
doc/manual/Makefile
doc/manual/wifi.texi
--- a/doc/manual/Makefile	Sun Jan 25 21:57:24 2009 +0000
+++ b/doc/manual/Makefile	Mon Jan 26 13:41:54 2009 -0800
@@ -7,6 +7,7 @@
 SPLIT = --split section
 
 FIGURES = figures
+DOC_FIGURES = ..
 VPATH = $(FIGURES)
 
 IMAGES_EPS = \
@@ -18,7 +19,8 @@
 	$(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}
--- a/doc/manual/wifi.texi	Sun Jan 25 21:57:24 2009 +0000
+++ b/doc/manual/wifi.texi	Mon Jan 26 13:41:54 2009 -0800
@@ -83,6 +83,11 @@
 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