From: Jouni Malinen Date: Sat, 26 Nov 2022 18:48:21 +0000 (+0200) Subject: Fix a typo in driver ops poll() documentation X-Git-Tag: hostap_2_11~1481 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7fd891c70df0971b81837bc895666ece526b7df;p=thirdparty%2Fhostap.git Fix a typo in driver ops poll() documentation Signed-off-by: Jouni Malinen --- diff --git a/src/drivers/driver.h b/src/drivers/driver.h index 9d81eda15..1c5b2f896 100644 --- a/src/drivers/driver.h +++ b/src/drivers/driver.h @@ -2978,9 +2978,9 @@ struct wpa_driver_ops { * poll - Poll driver for association information * @priv: private driver interface data * - * This is an option callback that can be used when the driver does not - * provide event mechanism for association events. This is called when - * receiving WPA EAPOL-Key messages that require association + * This is an optional callback that can be used when the driver does + * not provide event mechanism for association events. This is called + * when receiving WPA/RSN EAPOL-Key messages that require association * information. The driver interface is supposed to generate associnfo * event before returning from this callback function. In addition, the * driver interface should generate an association event after having