Skip to content

libwifi: nlwifi: rename functions

Marek Puzyniak requested to merge r65_fix_compilation into release-6.5

Local functions:
_nlwifi_set_supp_stds
_nlwifi_set_supp_bandwidth
works as getter, so changing function name
to better reflect their purpose.

Revert back content of _nlwifi_set_supp_stds.

Signed-off-by: Marek Puzyniak marek.puzyniak@iopsys.eu

@anjancx @janusz @sukrus While porting patches from devel I introduced definition of WIFI_CAP_EHT_VALID which is not in release-6.5.
This caused compilation error. Issue can be fixed like this MR, or by adding definitions from devel
by cherry-picking patch:

commit 51b667298f04da464ed21112902ad193f5a2c56b
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date:   Mon Jan 2 12:00:56 2023 +0100

    libwifi: wifi.h add 802.11be
    
    Add EHT defines.
    
    Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>

Both ways will solve compilation issue.

Merge request reports