Module Name: src
Committed By: martin
Date: Sun May 15 09:09:13 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
Ticket #1167
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.88 -r1.1.2.89 src/doc/CHANGES-7.1
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-7.1
diff -u src/doc/CHANGES-7.1:1.1.2.88 src/doc/CHANGES-7.1:1.1.2.89
--- src/doc/CHANGES-7.1:1.1.2.88 Thu May 12 08:49:49 2016
+++ src/doc/CHANGES-7.1 Sun May 15 09:09:13 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.88 2016/05/12 08:49:49 martin Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.89 2016/05/15 09:09:13 martin Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -4662,3 +4662,12 @@ external/bsd/ntp/scripts/mkver
[snj, ticket #1166]
+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 #1167]
+
+