Remove unneeded iface parameter from if_add() driver op
This commit is contained in:
parent
17557ebe30
commit
7ab68865c0
4 changed files with 11 additions and 13 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue