Skip to content

Commit 296f91a

Browse files
abhinavnxpkartben
authored andcommitted
drivers: wifi: nxp: fix ap status ACS channel shown as 0
Update wifi ap status command to reflect acs channel correctly. Signed-off-by: Abhinav Kulkarni <[email protected]>
1 parent 82bdc15 commit 296f91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/wifi/nxp/nxp_wifi_drv.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ static int nxp_wifi_uap_status(const struct device *dev, struct wifi_iface_statu
10891089

10901090
status->rssi = nxp_wlan_uap_network.rssi;
10911091

1092-
status->channel = nxp_wlan_uap_network.channel;
1092+
wlan_get_uap_channel(&status->channel);
10931093

10941094
status->beacon_interval = nxp_wlan_uap_network.beacon_period;
10951095

0 commit comments

Comments
 (0)