Fix a typo in driver ops poll() documentation
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
5f89fffb76
commit
f7fd891c70
1 changed files with 3 additions and 3 deletions
|
@ -2978,9 +2978,9 @@ struct wpa_driver_ops {
|
||||||
* poll - Poll driver for association information
|
* poll - Poll driver for association information
|
||||||
* @priv: private driver interface data
|
* @priv: private driver interface data
|
||||||
*
|
*
|
||||||
* This is an option callback that can be used when the driver does not
|
* This is an optional callback that can be used when the driver does
|
||||||
* provide event mechanism for association events. This is called when
|
* not provide event mechanism for association events. This is called
|
||||||
* receiving WPA EAPOL-Key messages that require association
|
* when receiving WPA/RSN EAPOL-Key messages that require association
|
||||||
* information. The driver interface is supposed to generate associnfo
|
* information. The driver interface is supposed to generate associnfo
|
||||||
* event before returning from this callback function. In addition, the
|
* event before returning from this callback function. In addition, the
|
||||||
* driver interface should generate an association event after having
|
* driver interface should generate an association event after having
|
||||||
|
|
Loading…
Add table
Reference in a new issue