mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 04:57:25 +01:00 
			
		
		
		
	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:
		
							parent
							
								
									e5816b024f
								
							
						
					
					
						commit
						88d3261bc2
					
				| @ -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, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 James Prestwood
						James Prestwood