diff options
| author | 2007-06-16 13:21:44 +0000 | |
|---|---|---|
| committer | 2007-06-16 13:21:44 +0000 | |
| commit | faa265e7e6ff9aa2a72ebf254dc60d17c318b3b2 (patch) | |
| tree | d8ea15f6cc116004b03946836ddbb48013a599b1 /sys/net80211/ieee80211_node.h | |
| parent | constify (diff) | |
| download | wireguard-openbsd-faa265e7e6ff9aa2a72ebf254dc60d17c318b3b2.tar.xz wireguard-openbsd-faa265e7e6ff9aa2a72ebf254dc60d17c318b3b2.zip | |
ieee80211_lookup_node() does not exist.
remove prototype in .h and ref in man pages.
Diffstat (limited to 'sys/net80211/ieee80211_node.h')
| -rw-r--r-- | sys/net80211/ieee80211_node.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/net80211/ieee80211_node.h b/sys/net80211/ieee80211_node.h index 071fe84763d..d2ac93973fc 100644 --- a/sys/net80211/ieee80211_node.h +++ b/sys/net80211/ieee80211_node.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_node.h,v 1.13 2007/06/16 13:17:05 damien Exp $ */ +/* $OpenBSD: ieee80211_node.h,v 1.14 2007/06/16 13:21:44 damien Exp $ */ /* $NetBSD: ieee80211_node.h,v 1.9 2004/04/30 22:57:32 dyoung Exp $ */ /*- @@ -187,8 +187,6 @@ extern struct ieee80211_node * ieee80211_find_node_for_beacon(struct ieee80211com *, const u_int8_t *, const struct ieee80211_channel *, const char *, u_int8_t); -extern struct ieee80211_node * ieee80211_lookup_node(struct ieee80211com *, - u_int8_t *, struct ieee80211_channel *); extern void ieee80211_release_node(struct ieee80211com *, struct ieee80211_node *); extern void ieee80211_free_allnodes(struct ieee80211com *); |
