--- 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