File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
drivers/wifi/nrf_wifi/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -852,7 +852,7 @@ static int nrf_wifi_drv_main_zep(const struct device *dev)
852
852
853
853
#ifndef CONFIG_NRF70_RADIO_TEST
854
854
#ifdef CONFIG_NET_L2_WIFI_MGMT
855
- static struct wifi_mgmt_ops nrf_wifi_mgmt_ops = {
855
+ static const struct wifi_mgmt_ops nrf_wifi_mgmt_ops = {
856
856
.scan = nrf_wifi_disp_scan_zep ,
857
857
#ifdef CONFIG_NET_STATISTICS_WIFI
858
858
.get_stats = nrf_wifi_stats_get ,
@@ -881,7 +881,7 @@ static struct wifi_mgmt_ops nrf_wifi_mgmt_ops = {
881
881
882
882
883
883
#ifdef CONFIG_NRF70_STA_MODE
884
- static struct zep_wpa_supp_dev_ops wpa_supp_ops = {
884
+ static const struct zep_wpa_supp_dev_ops wpa_supp_ops = {
885
885
.init = nrf_wifi_wpa_supp_dev_init ,
886
886
.deinit = nrf_wifi_wpa_supp_dev_deinit ,
887
887
.scan2 = nrf_wifi_wpa_supp_scan2 ,
You can’t perform that action at this time.
0 commit comments