diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2016-01-25 15:10:38 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2016-01-25 15:10:38 +0000 |
commit | 4c8e10bc8390da477e64975371bd8fc17db254cf (patch) | |
tree | 9b20d318abb46c87dd3f932af2da114595c9eb4f /sys/net80211/ieee80211_node.h | |
parent | 71953b628ac9e3df1ab83fefa8611b43d22dbc42 (diff) |
Don't try to interpret htprot data if the last beacon didn't contain such data.
ok mpi@ millert@
Diffstat (limited to 'sys/net80211/ieee80211_node.h')
-rw-r--r-- | sys/net80211/ieee80211_node.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_node.h b/sys/net80211/ieee80211_node.h index 74e1718f59f..92a35d64689 100644 --- a/sys/net80211/ieee80211_node.h +++ b/sys/net80211/ieee80211_node.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_node.h,v 1.52 2016/01/07 23:22:31 stsp Exp $ */ +/* $OpenBSD: ieee80211_node.h,v 1.53 2016/01/25 15:10:37 stsp Exp $ */ /* $NetBSD: ieee80211_node.h,v 1.9 2004/04/30 22:57:32 dyoung Exp $ */ /*- @@ -353,7 +353,7 @@ extern void ieee80211_clean_cached(struct ieee80211com *ic); extern void ieee80211_clean_nodes(struct ieee80211com *, int); void ieee80211_setup_htcaps(struct ieee80211_node *, const uint8_t *, uint8_t); -void ieee80211_setup_htop(struct ieee80211_node *, const uint8_t *, +int ieee80211_setup_htop(struct ieee80211_node *, const uint8_t *, uint8_t); extern int ieee80211_setup_rates(struct ieee80211com *, struct ieee80211_node *, const u_int8_t *, const u_int8_t *, int); |