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:
Bernhard Schmidt 2012-03-23 18:12:25 +00:00
parent 2a4f7a57fe
commit 4b25863e5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233382

View File

@ -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