o11s / open80211s

open80211s
Other
242 stars 55 forks source link

open80211s: move open80211s/master branch to latest stable #35

Closed jasonabele closed 10 years ago

jasonabele commented 10 years ago

zotac iperf test: 40.531533 Mbps http://boo.local:8080/job/zotac-iperf/49/

hwsim test: 47/92 Passed (19/92 Passed with current master) http://boo.local:8080/job/distro11s-hwsim-test/292/


hwsim tests which switch to passing: +test-001-auth-count.sh PASS +test-006-better-path-discovery.sh PASS +test-007-path-recovery-2.sh PASS +test-008-path-recovery-wmediumd.sh PASS +test-009-path-recovery-wmediumd-2.sh PASS +test-010-blocked-peers.sh PASS +test-011-gateway-announcements.sh PASS +test-012-forward-to-gateway.sh PASS +test-013-forward-to-two-gateways.sh PASS +test-014-proxy-forwarding.sh PASS +test-016-fast-healing.sh PASS +test-019-perr-spam.sh PASS +test-020-graceful-peering-shutdown.sh PASS +test-024-frame-fwd-perr.sh PASS +test-025-mpath-loop.sh PASS +test-030-sync-two-nodes.sh PASS +test-031-sync-four-nodes.sh PASS +test-032-sync-big-jump.sh PASS +test-033-ht-non-ht-establish.sh PASS +test-034-metric-test-simplest.sh PASS +test-037-reconnect.sh PASS +test-044-ht-mixedmode-operation.sh PASS +test-046-probe-response.sh PASS +test-047-different-id-probe.sh PASS +test-048-different-channel-probe.sh PASS +test-049-non-joined-probe.sh PASS +test-050-directed-scan.sh PASS +test-051-check-auth-protocol.sh PASS +secure-authsae-test-010-blocked-peers.sh PASS +secure-authsae-test-015-proxy-forwarding-sec.sh PASS +secure-authsae-test-046-probe-response.sh PASS +secure-authsae-test-050-directed-scan.sh PASS +secure-wpasupp-test-050-directed-scan.sh PASS


hwsim tests which switch to failing: +secure-authsae-test-001-auth-count.sh FAIL +secure-authsae-test-003-match-pairwaise-keys.sh FAIL +secure-authsae-test-020-graceful-peering-shutdown.sh FAIL +secure-authsae-test-031-sync-four-nodes.sh FAIL +secure-authsae-test-052-encryption-conn.sh FAIL


Cherry-picked patches:

commit 6f1f41ad9b891c564bc32b2d8a914bd5a63a6ed7 Author: Thomas Pedersen thomas@cozybit.com Date: Mon Jan 7 16:25:04 2013 -0800

mac80211: make CONFIG_MAC80211_MESH=y default

Signed-off-by: Thomas Pedersen <thomas@cozybit.com>

commit a03f798e536ba1f440bbeeddd8a854b278a21f17 Author: Javier Cardona javier@cozybit.com Date: Thu Feb 9 16:48:13 2012 -0800

ath9k_htc: claim support for MFP and per-sta GTK

XXX: Antonio disabled hw support for per-sta GTK in
d7d312cab41b2c973951fcc7f752411cbaaf8338, so need to revert and test
that hw per-sta GTK actually works and the driver doesn't just fall back
to software after failing to set the keys in firmware.

Advertise support for management frame protection and per-sta GTK in
hardware.

Signed-off-by: Javier Cardona <javier@cozybit.com>

commit a3b3e1d75a55462513cee7fda4196380f3ceec2e Author: Javier Cardona javier@cozybit.com Date: Wed Dec 7 11:46:02 2011 -0800

ath9k_htc: Add support for mesh interfaces

More specifically, enable AP-style beaconing on mesh ifaces, honor
FIF_OTHER_BSS filter and change the hw capabilities to reflect mesh
support.

Coexistence with a virtual STA interface was tested as working fine.

Signed-off-by: Javier Cardona <javier@cozybit.com>