From 88d3261bc2448b17ea9ca61d43c0543678969032 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Mon, 15 Apr 2024 12:29:48 -0700 Subject: [PATCH] unit: fix test-band with new rate estimation returns -ENETUNREACH is the correct return to check as this indicates either the RSSI was too low or the local capabilities were not compatible. --- unit/test-band.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-band.c b/unit/test-band.c index 8140b272..855fb67f 100644 --- a/unit/test-band.c +++ b/unit/test-band.c @@ -444,7 +444,7 @@ const struct he_test_data he_all_mcs_unsupported = { .freq = BAND_FREQ_5_GHZ, .rssi = -20, .expected_rate = 1201000000ULL * 8ULL, - .expected_return = -EBADMSG, + .expected_return = -ENETUNREACH, .capabilities = { .he_mcs_set = { MCS_UNSUP, MCS_UNSUP, MCS_UNSUP, MCS_UNSUP,