aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireless/nl80211.c')
-rw-r--r--net/wireless/nl80211.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c
index 8c8e4eae6a17..7c1999872503 100644
--- a/net/wireless/nl80211.c
+++ b/net/wireless/nl80211.c
@@ -2116,9 +2116,9 @@ static int nl80211_send_mpath(struct sk_buff *msg, u32 pid, u32 seq,
2116 if (pinfo->filled & MPATH_INFO_FRAME_QLEN) 2116 if (pinfo->filled & MPATH_INFO_FRAME_QLEN)
2117 NLA_PUT_U32(msg, NL80211_MPATH_INFO_FRAME_QLEN, 2117 NLA_PUT_U32(msg, NL80211_MPATH_INFO_FRAME_QLEN,
2118 pinfo->frame_qlen); 2118 pinfo->frame_qlen);
2119 if (pinfo->filled & MPATH_INFO_DSN) 2119 if (pinfo->filled & MPATH_INFO_SN)
2120 NLA_PUT_U32(msg, NL80211_MPATH_INFO_DSN, 2120 NLA_PUT_U32(msg, NL80211_MPATH_INFO_SN,
2121 pinfo->dsn); 2121 pinfo->sn);
2122 if (pinfo->filled & MPATH_INFO_METRIC) 2122 if (pinfo->filled & MPATH_INFO_METRIC)
2123 NLA_PUT_U32(msg, NL80211_MPATH_INFO_METRIC, 2123 NLA_PUT_U32(msg, NL80211_MPATH_INFO_METRIC,
2124 pinfo->metric); 2124 pinfo->metric);