]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix CONFIG_AP=y build after driver_ops set_key merge
authorJouni Malinen <jouni.malinen@atheros.com>
Mon, 23 Nov 2009 15:15:45 +0000 (17:15 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 23 Nov 2009 15:15:45 +0000 (17:15 +0200)
wpa_supplicant/ap.c

index b41de0a76eea00f84592861b160889c0f433335d..039e64f644f1ee4b41f974e5fe0eb64770f94881 100644 (file)
@@ -262,7 +262,7 @@ struct wpa_driver_ops ap_driver_ops =
        .hapd_init = ap_driver_init,
        .hapd_deinit = ap_driver_deinit,
        .send_ether = ap_driver_send_ether,
-       .hapd_set_key = ap_driver_set_key,
+       .set_key = ap_driver_set_key,
        .get_seqnum = ap_driver_get_seqnum,
        .flush = ap_driver_flush,
        .read_sta_data = ap_driver_read_sta_data,