Remove unneeded ifname parameter from set_privacy() driver op

This commit is contained in:
Jouni Malinen 2010-03-07 11:29:17 +02:00
parent 044372a333
commit d5dd016a8a
7 changed files with 10 additions and 13 deletions

View file

@ -1219,7 +1219,7 @@ struct wpa_driver_ops {
* kernel driver for Beacon frames. This can be left undefined (set to
* %NULL) if the driver uses the Beacon template from set_beacon().
*/
int (*set_privacy)(const char *ifname, void *priv, int enabled);
int (*set_privacy)(void *priv, int enabled);
/**
* get_seqnum - Fetch the current TSC/packet number (AP only)