diff options
author | Javier Cardona <javier@cozybit.com> | 2009-08-10 15:15:46 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-14 09:13:58 -0400 |
commit | fe58343461def0d376908a80cebd087b746a1483 (patch) | |
tree | ac888a0e19102fcf02a03b3f36cf1007350d0d00 /net/mac80211/mesh.h | |
parent | a3e14f3d2a55fa1268f64ec8a839b6dfa4ff9ea2 (diff) |
mac80211: Improve dequeing from mpath frame queue.
Also, fix typo in comment.
Signed-off-by: Javier Cardona <javier@cozybit.com>
Tested-by: Andrey Yurovsky <andrey@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/mesh.h')
-rw-r--r-- | net/mac80211/mesh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h index ce538814b9bd..6aaf1ecbcb63 100644 --- a/net/mac80211/mesh.h +++ b/net/mac80211/mesh.h | |||
@@ -61,7 +61,7 @@ enum mesh_path_flags { | |||
61 | * retry | 61 | * retry |
62 | * @discovery_retries: number of discovery retries | 62 | * @discovery_retries: number of discovery retries |
63 | * @flags: mesh path flags, as specified on &enum mesh_path_flags | 63 | * @flags: mesh path flags, as specified on &enum mesh_path_flags |
64 | * @state_lock: mesh pat state lock | 64 | * @state_lock: mesh path state lock |
65 | * | 65 | * |
66 | * | 66 | * |
67 | * The combination of dst and sdata is unique in the mesh path table. Since the | 67 | * The combination of dst and sdata is unique in the mesh path table. Since the |