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.
This commit is contained in:
James Prestwood 2024-04-15 12:29:48 -07:00 committed by Denis Kenzior
parent e5816b024f
commit 88d3261bc2
1 changed files with 1 additions and 1 deletions

View File

@ -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,