Remove unnecessary ifname parameter to sta_set_flags() driver op
This commit is contained in:
parent
62847751e4
commit
3234cba40e
8 changed files with 11 additions and 14 deletions
|
@ -468,7 +468,7 @@ bsd_set_ieee8021x(void *priv, struct wpa_bss_params *params)
|
|||
}
|
||||
|
||||
static int
|
||||
bsd_set_sta_authorized(const char *ifname, void *priv, const u8 *addr,
|
||||
bsd_set_sta_authorized(void *priv, const u8 *addr,
|
||||
int total_flags, int flags_or, int flags_and)
|
||||
{
|
||||
int authorized = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue