mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
band: remove unneeded line break
This fits within 80 characters
This commit is contained in:
parent
650cac7979
commit
417b6fd022
@ -325,8 +325,7 @@ static bool find_best_mcs_vht(uint8_t max_index, enum ofdm_channel_width width,
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
for (i = max_index; i >= 0; i--)
|
for (i = max_index; i >= 0; i--)
|
||||||
if (band_ofdm_rate(i, width, rssi,
|
if (band_ofdm_rate(i, width, rssi, nss, sgi, out_data_rate))
|
||||||
nss, sgi, out_data_rate))
|
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user