mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
oops, revert previous change
This commit is contained in:
parent
4e5771359e
commit
0c36e9bb67
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148554
@ -632,13 +632,6 @@ DECL_CMD_FUNC(set80211fragthreshold, val, d)
|
||||
isundefarg(val) ? IEEE80211_FRAG_MAX : atoi(val), 0, NULL);
|
||||
}
|
||||
|
||||
static
|
||||
DECL_CMD_FUNC(set80211fragthreshold, val, d)
|
||||
{
|
||||
set80211(s, IEEE80211_IOC_FRAGTHRESHOLD,
|
||||
isundefarg(val) ? IEEE80211_FRAG_MAX : atoi(val), 0, NULL);
|
||||
}
|
||||
|
||||
static int
|
||||
getmaxrate(uint8_t rates[15], uint8_t nrates)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user