diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2009-11-23 17:14:51 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2009-11-23 17:14:51 +0000 |
commit | 08160b606c2127ea0c9030fcfec27ab458d933e4 (patch) | |
tree | a88674ad0eeccc8f23f724405a36aeb67e9d47fd /sys/dev/ic | |
parent | 91dc3c9f50a9fe7c0a2eb68c3ef9097ecffdad9c (diff) |
remove a global that i used to test protection modes.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/athn.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/athn.c b/sys/dev/ic/athn.c index 50e292d05be..66c9ce7f97c 100644 --- a/sys/dev/ic/athn.c +++ b/sys/dev/ic/athn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: athn.c,v 1.14 2009/11/22 08:52:45 damien Exp $ */ +/* $OpenBSD: athn.c,v 1.15 2009/11/23 17:14:50 damien Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -3259,8 +3259,6 @@ athn_txtime(struct athn_softc *sc, int len, int ridx, u_int flags) #undef divround } -int athn_prot = 0; - int athn_tx(struct athn_softc *sc, struct mbuf *m, struct ieee80211_node *ni) { |