From 0b1e84425ac15230f236733aff9f976df4285f98 Mon Sep 17 00:00:00 2001 From: sam Date: Sat, 30 Jul 2005 03:30:29 +0000 Subject: oops, revert previous change --- sbin/ifconfig/ifieee80211.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sbin/ifconfig/ifieee80211.c') diff --git a/sbin/ifconfig/ifieee80211.c b/sbin/ifconfig/ifieee80211.c index 8481a55..a32a2ab 100644 --- a/sbin/ifconfig/ifieee80211.c +++ b/sbin/ifconfig/ifieee80211.c @@ -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) { -- cgit v1.1