diff options
| author | 2007-11-03 14:59:55 +0000 | |
|---|---|---|
| committer | 2007-11-03 14:59:55 +0000 | |
| commit | 60e836efdbf77cce6e3d9c9d0c3f5904801ec2c3 (patch) | |
| tree | d336a9c5ed4e71735df465d50f473f2e0d919226 /sys/net80211/ieee80211_node.h | |
| parent | two fixes from FreeBSD: (diff) | |
| download | wireguard-openbsd-60e836efdbf77cce6e3d9c9d0c3f5904801ec2c3.tar.xz wireguard-openbsd-60e836efdbf77cce6e3d9c9d0c3f5904801ec2c3.zip | |
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_node.h')
| -rw-r--r-- | sys/net80211/ieee80211_node.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_node.h b/sys/net80211/ieee80211_node.h index 27ef087b9d0..f7d971a78e9 100644 --- a/sys/net80211/ieee80211_node.h +++ b/sys/net80211/ieee80211_node.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_node.h,v 1.24 2007/11/01 22:34:19 mglocker Exp $ */ +/* $OpenBSD: ieee80211_node.h,v 1.25 2007/11/03 14:59:55 mglocker Exp $ */ /* $NetBSD: ieee80211_node.h,v 1.9 2004/04/30 22:57:32 dyoung Exp $ */ /*- @@ -42,7 +42,6 @@ struct ieee80211_rateset { u_int8_t rs_nrates; u_int8_t rs_rates[IEEE80211_RATE_MAXSIZE]; - u_int8_t rs_plcp[IEEE80211_RATE_MAXSIZE]; }; extern const struct ieee80211_rateset ieee80211_std_rateset_11a; |
