diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-11-03 14:59:56 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-11-03 14:59:56 +0000 |
commit | 3569bef6fb08fde3ba865ea9817bae1fb5634632 (patch) | |
tree | ba5eae78007bb3a81216668b1f6b6a786b3e1c63 /sys/net80211/ieee80211_var.h | |
parent | b1c67c8850d5f5e35e1f4fdfb3b73b0bad2bdb57 (diff) |
Revert last commit which added ieee80211_rate2plcp() and
ieee80211_plcp2rate() because I've got a late feedback from Damien that
he dislike the implementation method a lot.
Diffstat (limited to 'sys/net80211/ieee80211_var.h')
-rw-r--r-- | sys/net80211/ieee80211_var.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h index 5563be06d13..f086f7eb1ca 100644 --- a/sys/net80211/ieee80211_var.h +++ b/sys/net80211/ieee80211_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_var.h,v 1.34 2007/11/01 22:34:19 mglocker Exp $ */ +/* $OpenBSD: ieee80211_var.h,v 1.35 2007/11/03 14:59:55 mglocker Exp $ */ /* $NetBSD: ieee80211_var.h,v 1.7 2004/05/06 03:07:10 dyoung Exp $ */ /*- @@ -313,10 +313,6 @@ int ieee80211_fix_rate(struct ieee80211com *, struct ieee80211_node *, int); int ieee80211_rate2media(struct ieee80211com *, int, enum ieee80211_phymode); int ieee80211_media2rate(int); -u_int8_t - ieee80211_rate2plcp(struct ieee80211com *, int, enum ieee80211_phymode); -int ieee80211_plcp2rate(struct ieee80211com *, u_int8_t, - enum ieee80211_phymode mode); u_int ieee80211_mhz2ieee(u_int, u_int); u_int ieee80211_chan2ieee(struct ieee80211com *, const struct ieee80211_channel *); |