diff options
author | David S. Miller <davem@davemloft.net> | 2009-07-27 14:29:31 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-07-27 14:29:31 -0400 |
commit | f004ec728bff3cf924ffc19387baca503cd73b01 (patch) | |
tree | d70d86b6697002cf4d71642185003d5e1bbf16f5 /Documentation/networking | |
parent | c685bfc6c6bcb9bcc42d1345a3650d3ce5185c52 (diff) | |
parent | 987b8816661332978efd0f85bedf9866fe2e3232 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/00-INDEX | 2 | ||||
-rw-r--r-- | Documentation/networking/ieee802154.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/networking/00-INDEX b/Documentation/networking/00-INDEX index 1634c6dcecae..50189bf07d53 100644 --- a/Documentation/networking/00-INDEX +++ b/Documentation/networking/00-INDEX | |||
@@ -60,6 +60,8 @@ framerelay.txt | |||
60 | - info on using Frame Relay/Data Link Connection Identifier (DLCI). | 60 | - info on using Frame Relay/Data Link Connection Identifier (DLCI). |
61 | generic_netlink.txt | 61 | generic_netlink.txt |
62 | - info on Generic Netlink | 62 | - info on Generic Netlink |
63 | ieee802154.txt | ||
64 | - Linux IEEE 802.15.4 implementation, API and drivers | ||
63 | ip-sysctl.txt | 65 | ip-sysctl.txt |
64 | - /proc/sys/net/ipv4/* variables | 66 | - /proc/sys/net/ipv4/* variables |
65 | ip_dynaddr.txt | 67 | ip_dynaddr.txt |
diff --git a/Documentation/networking/ieee802154.txt b/Documentation/networking/ieee802154.txt index a0280ad2edc9..1d4ed66b1b1c 100644 --- a/Documentation/networking/ieee802154.txt +++ b/Documentation/networking/ieee802154.txt | |||
@@ -69,7 +69,7 @@ We provide an example of simple HardMAC driver at drivers/ieee802154/fakehard.c | |||
69 | SoftMAC | 69 | SoftMAC |
70 | ======= | 70 | ======= |
71 | 71 | ||
72 | We are going to provide intermediate layer impelementing IEEE 802.15.4 MAC | 72 | We are going to provide intermediate layer implementing IEEE 802.15.4 MAC |
73 | in software. This is currently WIP. | 73 | in software. This is currently WIP. |
74 | 74 | ||
75 | See header include/net/ieee802154/mac802154.h and several drivers in | 75 | See header include/net/ieee802154/mac802154.h and several drivers in |