On Mon, 2013-04-08 at 11:06 -0700, Thomas Pedersen wrote: > The patch "mac80211: stringify mesh peering events" missed > an opportunity to print the peering state as a string. Perhaps it's better to use functions for these instead of indexing in case an index is somehow incorrectly set. > diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c [] > @@ -544,8 +544,8 @@ static void mesh_plink_timer(unsigned long data) > return; > } > mpl_dbg(sta->sdata, > - "Mesh plink timer for %pM fired on state %d\n", > - sta->sta.addr, sta->plink_state); > + "Mesh plink timer for %pM fired on state %s\n", > + sta->sta.addr, mplstates[sta->plink_state]); -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html