FreeBSD Bugzilla – Attachment 198486 Details for
Bug 232554
iprowifi2100: broken tx fix [patch]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
iprowifi2100: fix the broken tx
if_ipw.c.patch (text/plain), 457 bytes, created by
gl00my
on 2018-10-23 05:51:38 UTC
(
hide
)
Description:
iprowifi2100: fix the broken tx
Filename:
MIME Type:
Creator:
gl00my
Created:
2018-10-23 05:51:38 UTC
Size:
457 bytes
patch
obsolete
>diff --git a/sys/dev/ipw/if_ipw.c b/sys/dev/ipw/if_ipw.c >index e99d5aedc71..d6ab94c1b5d 100644 >--- a/sys/dev/ipw/if_ipw.c >+++ b/sys/dev/ipw/if_ipw.c >@@ -1732,7 +1732,7 @@ ipw_start(struct ipw_softc *sc) > > IPW_LOCK_ASSERT(sc); > >- while (sc->txfree < 1 + IPW_MAX_NSEG && >+ while (sc->txfree >= 1 + IPW_MAX_NSEG && > (m = mbufq_dequeue(&sc->sc_snd)) != NULL) { > ni = (struct ieee80211_node *) m->m_pkthdr.rcvif; > if (ipw_tx_start(sc, m, ni) != 0) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 232554
: 198486