lentferj's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2d23a8b
)
wi(4): Remove an unused variable.
author
Sascha Wildner <saw@online.de>
Thu, 9 Sep 2010 07:24:02 +0000 (09:24 +0200)
committer
Sascha Wildner <saw@online.de>
Thu, 9 Sep 2010 07:24:02 +0000 (09:24 +0200)
sys/dev/netif/wi/if_wi.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/dev/netif/wi/if_wi.c
b/sys/dev/netif/wi/if_wi.c
index
f86f1ab
..
b51a778
100644
(file)
--- a/
sys/dev/netif/wi/if_wi.c
+++ b/
sys/dev/netif/wi/if_wi.c
@@
-1008,8
+1008,6
@@
wi_start_locked(struct ifnet *ifp)
static void
wi_start(struct ifnet *ifp)
{
- struct wi_softc *sc = ifp->if_softc;
-
wi_start_locked(ifp);
}