Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net80211 Adjust caller for net/if_ieee80211subr.c rev 1....
details: https://anonhg.NetBSD.org/src/rev/2f912c22d9b3
branches: trunk
changeset: 569810:2f912c22d9b3
user: enami <enami%NetBSD.org@localhost>
date: Tue Sep 07 01:07:40 2004 +0000
description:
Adjust caller for net/if_ieee80211subr.c rev 1.11 change; the argument
`reassoc' is replaced with testing if the type is ..._REASSOC_REQ.
diffstat:
sys/net80211/ieee80211_proto.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6b6e3ef39578 -r 2f912c22d9b3 sys/net80211/ieee80211_proto.c
--- a/sys/net80211/ieee80211_proto.c Tue Sep 07 00:24:18 2004 +0000
+++ b/sys/net80211/ieee80211_proto.c Tue Sep 07 01:07:40 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ieee80211_proto.c,v 1.16 2004/08/10 00:57:22 dyoung Exp $ */
+/* $NetBSD: ieee80211_proto.c,v 1.17 2004/09/07 01:07:40 enami Exp $ */
/*-
* Copyright (c) 2001 Atsushi Onoe
* Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting
@@ -35,7 +35,7 @@
#ifdef __FreeBSD__
__FBSDID("$FreeBSD: src/sys/net80211/ieee80211_proto.c,v 1.8 2004/04/02 20:22:25 sam Exp $");
#else
-__KERNEL_RCSID(0, "$NetBSD: ieee80211_proto.c,v 1.16 2004/08/10 00:57:22 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ieee80211_proto.c,v 1.17 2004/09/07 01:07:40 enami Exp $");
#endif
/*
@@ -514,7 +514,7 @@
break;
case IEEE80211_S_RUN:
IEEE80211_SEND_MGMT(ic, ni,
- IEEE80211_FC0_SUBTYPE_ASSOC_REQ, 1);
+ IEEE80211_FC0_SUBTYPE_REASSOC_REQ, 0);
break;
}
break;
Home |
Main Index |
Thread Index |
Old Index