The patch "mac80211: stringify mesh peering events" missed
an opportunity to print the peering state as a string.

Signed-off-by: Thomas Pedersen <[email protected]>
---
 net/mac80211/mesh_plink.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c
index 937e06f..cdd4183 100644
--- 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]);
        reason = 0;
        llid = sta->llid;
        plid = sta->plid;
-- 
1.7.10.4

_______________________________________________
Devel mailing list
[email protected]
http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel

Reply via email to