Remove unneeded iface parameter from if_add() driver op

This commit is contained in:
Jouni Malinen 2010-03-07 10:05:05 +02:00
parent 17557ebe30
commit 7ab68865c0
4 changed files with 11 additions and 13 deletions

View file

@ -4683,8 +4683,7 @@ static enum nl80211_iftype wpa_driver_nl80211_if_type(
}
static int wpa_driver_nl80211_if_add(const char *iface, void *priv,
enum wpa_driver_if_type type,
static int wpa_driver_nl80211_if_add(void *priv, enum wpa_driver_if_type type,
const char *ifname, const u8 *addr,
void *bss_ctx, void **drv_priv)
{