Module Name: src
Committed By: bouyer
Date: Wed Aug 31 15:16:28 UTC 2016
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
ticket #1382
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.261 -r1.1.2.262 src/doc/CHANGES-6.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.261 src/doc/CHANGES-6.2:1.1.2.262
--- src/doc/CHANGES-6.2:1.1.2.261 Sun Aug 28 10:50:37 2016
+++ src/doc/CHANGES-6.2 Wed Aug 31 15:16:28 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.261 2016/08/28 10:50:37 bouyer Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.262 2016/08/31 15:16:28 bouyer Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -14764,3 +14764,12 @@ sys/netinet/ip_carp.c 1.75
environemnts, not for pure-IPv6 yet. A real fix is still needed.
[is, ticket #1393]
+sys/net80211/ieee80211_input.c 1.83, 1.84
+
+ Don't check sequence number on multicast packets in station mode.
+ Handle overflow of 12bit sequence number.
+
+ In station mode filter packets that or not for us in case the
+ interface is in promiscous mode or doesn't filter packets itself.
+ [mlelstv, ticket #1382]
+