diff options
Diffstat (limited to 'wpa_supplicant/preauth_test.c')
-rw-r--r-- | wpa_supplicant/preauth_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa_supplicant/preauth_test.c b/wpa_supplicant/preauth_test.c index ed5708585be1d..f4bba98e2a825 100644 --- a/wpa_supplicant/preauth_test.c +++ b/wpa_supplicant/preauth_test.c @@ -27,7 +27,7 @@ #include "drivers/driver.h" -struct wpa_driver_ops *wpa_drivers[] = { NULL }; +const struct wpa_driver_ops *const wpa_drivers[] = { NULL }; struct preauth_test_data { |