diff options
author | Rami Rosen <ramirose@gmail.com> | 2009-01-19 06:50:37 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 16:00:49 -0500 |
commit | 2182b830fe0258477d469429d2dfb5702b84587e (patch) | |
tree | 262a206212881aba167936bfd6aa94b8e9f55366 /net/mac80211/mesh_hwmp.c | |
parent | eb80ed8d1fc0f3005ab356fbd8d61d870e3038e6 (diff) |
mac80211: trivial documentation fix (mesh_nexthop_lookup()).
This patch fixes the documentation of mesh_nexthop_lookup() in mesh_hwmp.c.
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/mesh_hwmp.c')
-rw-r--r-- | net/mac80211/mesh_hwmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh_hwmp.c b/net/mac80211/mesh_hwmp.c index 3f1785c1bacb..4f862b2a0041 100644 --- a/net/mac80211/mesh_hwmp.c +++ b/net/mac80211/mesh_hwmp.c | |||
@@ -759,7 +759,7 @@ enddiscovery: | |||
759 | } | 759 | } |
760 | 760 | ||
761 | /** | 761 | /** |
762 | * ieee80211s_lookup_nexthop - put the appropriate next hop on a mesh frame | 762 | * mesh_nexthop_lookup - put the appropriate next hop on a mesh frame |
763 | * | 763 | * |
764 | * @skb: 802.11 frame to be sent | 764 | * @skb: 802.11 frame to be sent |
765 | * @sdata: network subif the frame will be sent through | 765 | * @sdata: network subif the frame will be sent through |