blob: 0af984cfb624264e0ac7ece4265edaa152bae1f5 [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{ "name":"CheckRxAmsdu",
"steps":[ # Channel 48
[ "create", { "type":"hostap" } ],
# XXX no guarantee that turning off ampdu will generate amsdu
[ "config", { "channel":"5240", "ht":None, "puren":None,
"-ampdu":None } ],
[ "connect", { "security":"none" } ],
[ "server_netperf", { "test":"TCP_STREAM" } ],
[ "destroy" ],
],
}