aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/mesh.c')
-rw-r--r--net/mac80211/mesh.c6
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