Also fix the parameter usage in set80211meshpeering().
Submitted by: Monthadar Al Jaberi MFC after: 1 week X-MFC after: r233328
This commit is contained in:
parent
2a4f7a57fe
commit
4b25863e5c
@ -1885,7 +1885,7 @@ DECL_CMD_FUNC(set80211meshforward, val, d)
|
||||
static
|
||||
DECL_CMD_FUNC(set80211meshpeering, val, d)
|
||||
{
|
||||
set80211(s, IEEE80211_IOC_MESH_AP, atoi(val), 0, NULL);
|
||||
set80211(s, IEEE80211_IOC_MESH_AP, d, 0, NULL);
|
||||
}
|
||||
|
||||
static
|
||||
|
Loading…
x
Reference in New Issue
Block a user