diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2009-03-24 00:08:58 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2009-03-24 00:08:58 +0000 |
| commit | 1b344bf7d75163cc38158586f9fc0780c9d1f41f (patch) | |
| tree | 8316722dbe69680c35c2cec4f500096d984f33a6 /sys/dev/iwn | |
| parent | 6c0af71bdc3a235c403c459c01146c818cb95e1a (diff) | |
Notes
Diffstat (limited to 'sys/dev/iwn')
| -rw-r--r-- | sys/dev/iwn/if_iwn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c index 21d17f1bc890..8ec705c1bd1d 100644 --- a/sys/dev/iwn/if_iwn.c +++ b/sys/dev/iwn/if_iwn.c @@ -2134,7 +2134,6 @@ iwn_start_locked(struct ifnet *ifp) if (iwn_tx_data(sc, m, ni, txq) != 0) { ifp->if_oerrors++; ieee80211_free_node(ni); - IWN_UNLOCK(sc); break; } } |
