tests: Remove [PSMP] parameter
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 7 Apr 2014 19:05:02 +0000 (22:05 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 7 Apr 2014 19:05:02 +0000 (22:05 +0300)
This is not used anymore.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_ap_ht.py

index 1577b20..f0e9fdc 100644 (file)
@@ -453,7 +453,7 @@ def test_ap_ht_capab_not_supported(dev, apdev):
     """HT configuration with driver not supporting all ht_capab entries"""
     params = { "ssid": "test-ht40",
                "channel": "5",
-               "ht_capab": "[HT40-][LDPC][SMPS-STATIC][SMPS-DYNAMIC][GF][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][RX-STBC12][RX-STBC123][DELAYED-BA][MAX-AMSDU-7935][PSMP][DSSS_CCK-40][LSIG-TXOP-PROT]"}
+               "ht_capab": "[HT40-][LDPC][SMPS-STATIC][SMPS-DYNAMIC][GF][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][RX-STBC12][RX-STBC123][DELAYED-BA][MAX-AMSDU-7935][DSSS_CCK-40][LSIG-TXOP-PROT]"}
     hapd = hostapd.add_ap(apdev[0]['ifname'], params, no_enable=True)
     if "FAIL" not in hapd.request("ENABLE"):
         raise Exception("Unexpected ENABLE success")