artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8a0d08
)
indent IF_PURGE. pointed out by brad@
author
damien
<damien@openbsd.org>
Thu, 28 Aug 2008 16:02:14 +0000
(16:02 +0000)
committer
damien
<damien@openbsd.org>
Thu, 28 Aug 2008 16:02:14 +0000
(16:02 +0000)
no binary changes.
sys/dev/pci/if_ipw.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/if_ipw.c
b/sys/dev/pci/if_ipw.c
index
7af309b
..
7a0c13e
100644
(file)
--- a/
sys/dev/pci/if_ipw.c
+++ b/
sys/dev/pci/if_ipw.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_ipw.c,v 1.7
8 2008/08/28 16:00:21
damien Exp $ */
+/* $OpenBSD: if_ipw.c,v 1.7
9 2008/08/28 16:02:14
damien Exp $ */
/*-
* Copyright (c) 2004-2008
@@
-1288,7
+1288,7
@@
ipw_start(struct ifnet *ifp)
struct mbuf *m;
for (;;) {
-
IF_PURGE(&ic->ic_mgtq);
+ IF_PURGE(&ic->ic_mgtq);
if (ic->ic_state != IEEE80211_S_RUN)
return;