[Zrouter-src-freebsd] ZRouter.org: push to FreeBSD HEAD tree
zrouter-src-freebsd at zrouter.org
zrouter-src-freebsd at zrouter.org
Thu Mar 22 14:38:09 UTC 2012
details: http://zrouter.org/hg/FreeBSD/head//rev/c16742439ae8
changeset: 447:c16742439ae8
user: Aleksandr Rybalko <ray at ddteam.net>
date: Thu Mar 22 16:38:22 2012 +0200
description:
Update net80211 to FreeBSD r233307.
diffstat:
head/sys/net80211/ieee80211_alq.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r eec9992d21ef -r c16742439ae8 head/sys/net80211/ieee80211_alq.c
--- a/head/sys/net80211/ieee80211_alq.c Tue Mar 20 14:06:36 2012 +0200
+++ b/head/sys/net80211/ieee80211_alq.c Thu Mar 22 16:38:22 2012 +0200
@@ -25,7 +25,7 @@
#include <sys/cdefs.h>
#ifdef __FreeBSD__
-__FBSDID("$FreeBSD: head/sys/net80211/ieee80211_alq.c 232530 2012-03-05 02:36:15Z adrian $");
+__FBSDID("$FreeBSD: head/sys/net80211/ieee80211_alq.c 233255 2012-03-21 03:19:50Z adrian $");
#endif
/*
@@ -152,7 +152,7 @@
r->r_version = 1;
r->r_wlan = htons(vap->iv_ifp->if_dunit);
r->r_op = op;
- r->r_threadid = (uint32_t) curthread->td_tid;
+ r->r_threadid = htonl((uint32_t) curthread->td_tid);
memcpy(&r->r_payload, p, MIN(l, sizeof(r->r_payload)));
alq_post(ieee80211_alq, ale);
}
More information about the Zrouter-src-freebsd
mailing list