X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fmac80211%2Fmesh.c;h=594a3356a5082c3c33760c67254cac02133f42fb;hb=7524d7d6de5d5d3f081de8cf5479819fad339661;hp=54d5ced566ef9241c0e293838c7ecdbc4eeb2a52;hpb=3b091cd4941912081730ffa17948da6d148c822d;p=linux-2.6 diff --git a/net/mac80211/mesh.c b/net/mac80211/mesh.c index 54d5ced566..594a3356a5 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) /* In case mesh_plink_free_count > 0 and mesh_plinktbl_capacity == 0, * the mesh interface might be able to establish plinks with peers that - * are already on the table but are not on ESTAB state. However, in - * general the mesh interface is not accepting peer link requests from - * new peers, and that must be reflected in the beacon + * are already on the table but are not on PLINK_ESTAB state. However, + * in general the mesh interface is not accepting peer link requests + * from new peers, and that must be reflected in the beacon */ free_plinks = mesh_plink_availables(sdata);