1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

Remove this - it's not needed as it's defined in ieee80211_freebsd.h.

This commit is contained in:
Adrian Chadd 2012-03-19 13:54:15 +00:00
parent f1104f7190
commit b850e3b883
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233184

View File

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