From 08160b606c2127ea0c9030fcfec27ab458d933e4 Mon Sep 17 00:00:00 2001 From: Damien Bergamini Date: Mon, 23 Nov 2009 17:14:51 +0000 Subject: remove a global that i used to test protection modes. --- sys/dev/ic/athn.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/dev/ic') 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 @@ -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) { -- cgit v1.2.3