mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 23:52:40 +00:00
mac80211: replace "destination" with "target" to follow the spec
Resulting object files have the same MD5 as before. Signed-off-by: Rui Paulo <rpaulo@gmail.com> Signed-off-by: Javier Cardona <javier@cozybit.com> Reviewed-by: Andrey Yurovsky <andrey@cozybit.com> Tested-by: Brian Cavagnolo <brian@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
be125c60e4
commit
d19b3bf638
9 changed files with 144 additions and 141 deletions
|
@ -2116,9 +2116,9 @@ static int nl80211_send_mpath(struct sk_buff *msg, u32 pid, u32 seq,
|
|||
if (pinfo->filled & MPATH_INFO_FRAME_QLEN)
|
||||
NLA_PUT_U32(msg, NL80211_MPATH_INFO_FRAME_QLEN,
|
||||
pinfo->frame_qlen);
|
||||
if (pinfo->filled & MPATH_INFO_DSN)
|
||||
NLA_PUT_U32(msg, NL80211_MPATH_INFO_DSN,
|
||||
pinfo->dsn);
|
||||
if (pinfo->filled & MPATH_INFO_SN)
|
||||
NLA_PUT_U32(msg, NL80211_MPATH_INFO_SN,
|
||||
pinfo->sn);
|
||||
if (pinfo->filled & MPATH_INFO_METRIC)
|
||||
NLA_PUT_U32(msg, NL80211_MPATH_INFO_METRIC,
|
||||
pinfo->metric);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue