diff options
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 |