diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-02-26 16:34:06 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-06 23:30:47 +0300 |
commit | dbbea6713d6096cd1c411cb453a6b71292c78b33 (patch) | |
tree | 6e824acc2b680350c4c4ebebaccf32b9b01c0e96 /Documentation/DocBook/Makefile | |
parent | 7c8076bd8be3fd2a9a94f9687cf39e3505f0e4ec (diff) | |
download | linux-dbbea6713d6096cd1c411cb453a6b71292c78b33.tar.xz |
mac80211: add documentation book
Quite a while ago I started this book. The required kernel-doc
patches have since gone into the tree so it is now possible to
build the book in mainline.
The actual documentation is still rather incomplete and not all
things are linked into the book, but this enables us to edit
the documentation collaboratively, hopefully driver authors can
add documentation based on their experience with mac80211.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'Documentation/DocBook/Makefile')
-rw-r--r-- | Documentation/DocBook/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index 300e1707893f..9ebd1f00c6e7 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -11,7 +11,8 @@ DOCBOOKS := wanbook.xml z8530book.xml mcabook.xml videobook.xml \ procfs-guide.xml writing_usb_driver.xml networking.xml \ kernel-api.xml filesystems.xml lsm.xml usb.xml \ gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \ - genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml + genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \ + mac80211.xml ### # The build process is as follows (targets): |