diff options
author | Luis Carlos Cobo <luisca@cozybit.com> | 2008-02-29 18:46:08 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-06 16:40:52 -0500 |
commit | b4e08ea141e6d663dec31b31d6289baeaaa2a3a2 (patch) | |
tree | f6ca4b30e480f803f5f83c2d60e0df29fb2177ea /net/mac80211/mesh.c | |
parent | cfa22c716f65b4d286a68aeacee4a7361a4035e6 (diff) |
mac80211: add PLINK_ prefix and kernel doc to enum plink_state
Signed-off-by: Luis Carlos Cobo <luisca@cozybit.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/mesh.c')
-rw-r--r-- | net/mac80211/mesh.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/mac80211/mesh.c b/net/mac80211/mesh.c index 54d5ced566ef..594a3356a508 100644 --- a/net/mac80211/mesh.c +++ b/net/mac80211/mesh.c | |||
@@ -91,9 +91,9 @@ void mesh_accept_plinks_update(struct ieee80211_sub_if_data *sdata) | |||
91 | 91 | ||
92 | /* In case mesh_plink_free_count > 0 and mesh_plinktbl_capacity == 0, | 92 | /* In case mesh_plink_free_count > 0 and mesh_plinktbl_capacity == 0, |
93 | * the mesh interface might be able to establish plinks with peers that | 93 | * the mesh interface might be able to establish plinks with peers that |
94 | * are already on the table but are not on ESTAB state. However, in | 94 | * are already on the table but are not on PLINK_ESTAB state. However, |
95 | * general the mesh interface is not accepting peer link requests from | 95 | * in general the mesh interface is not accepting peer link requests |
96 | * new peers, and that must be reflected in the beacon | 96 | * from new peers, and that must be reflected in the beacon |
97 | */ | 97 | */ |
98 | free_plinks = mesh_plink_availables(sdata); | 98 | free_plinks = mesh_plink_availables(sdata); |
99 | 99 | ||