summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-03-19 13:54:15 +0000
committeradrian <adrian@FreeBSD.org>2012-03-19 13:54:15 +0000
commit5a1f537a9e4fefe934684e6e799b5bb1fb8d06c3 (patch)
treee8d066c5cf6c9b0c8359fc2c16a0236ab40cac6f /sys/dev
parent7049ead2d40bd6a140a0eeefaaf45b68bc22eedd (diff)
downloadFreeBSD-src-5a1f537a9e4fefe934684e6e799b5bb1fb8d06c3.zip
FreeBSD-src-5a1f537a9e4fefe934684e6e799b5bb1fb8d06c3.tar.gz
Remove this - it's not needed as it's defined in ieee80211_freebsd.h.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/wtap/if_wtap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/wtap/if_wtap.c b/sys/dev/wtap/if_wtap.c
index 948c1c4..5b5d355 100644
--- a/sys/dev/wtap/if_wtap.c
+++ b/sys/dev/wtap/if_wtap.c
@@ -305,9 +305,6 @@ wtap_bmiss(struct ieee80211vap *vap)
avp->av_bmiss(vap);
}
-/* XXX */
-#define msecs_to_ticks(ms) (((ms) * hz) / 1000)
-
static struct ieee80211vap *
wtap_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ],
int unit, enum ieee80211_opmode opmode, int flags,
@@ -349,7 +346,6 @@ wtap_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ],
vap->iv_bss->ni_txrate = 130;
return vap;
}
-#undef msecs_to_ticks
static void
wtap_vap_delete(struct ieee80211vap *vap)
OpenPOWER on IntegriCloud