projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d6d6f4
)
mac80211: stringify another plink state
author
Thomas Pedersen
<thomas@cozybit.com>
Mon, 8 Apr 2013 18:06:16 +0000
(11:06 -0700)
committer
Johannes Berg
<johannes.berg@intel.com>
Wed, 10 Apr 2013 18:24:15 +0000
(20:24 +0200)
The patch "mac80211: stringify mesh peering events" missed
an opportunity to print the peering state as a string.
Signed-off-by: Thomas Pedersen <thomas@cozybit.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mesh_plink.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/mesh_plink.c
b/net/mac80211/mesh_plink.c
index 937e06fe8f2ac87f0bd640e650877f097b8aa8e5..cdd41835334d18c2676aa6a81294aace6f59546e 100644
(file)
--- 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;