Skip to content

Commit

Permalink
trivial: fix typo in ieee802154 documentation and add it to index
Browse files Browse the repository at this point in the history
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Dmitry Eremin-Solenikov committed Jul 27, 2009
1 parent f0166e5 commit 987b881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Documentation/networking/00-INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ framerelay.txt
- info on using Frame Relay/Data Link Connection Identifier (DLCI).
generic_netlink.txt
- info on Generic Netlink
ieee802154.txt
- Linux IEEE 802.15.4 implementation, API and drivers
ip-sysctl.txt
- /proc/sys/net/ipv4/* variables
ip_dynaddr.txt
Expand Down
2 changes: 1 addition & 1 deletion Documentation/networking/ieee802154.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ We provide an example of simple HardMAC driver at drivers/ieee802154/fakehard.c
SoftMAC
=======

We are going to provide intermediate layer impelementing IEEE 802.15.4 MAC
We are going to provide intermediate layer implementing IEEE 802.15.4 MAC
in software. This is currently WIP.

See header include/net/ieee802154/mac802154.h and several drivers in
Expand Down

0 comments on commit 987b881

Please sign in to comment.