summaryrefslogtreecommitdiffstats
path: root/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c')
-rw-r--r--sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c b/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c
index c5c3d47..ee698c7 100644
--- a/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c
+++ b/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c
@@ -121,7 +121,7 @@ ihfc_ph_data_req(int unit, struct mbuf *m, int freeflag)
/* "Allow" I-frames (-hp) */
- if (freeflag == MBUF_DONTFREE) m = m_copypacket(m, M_DONTWAIT);
+ if (freeflag == MBUF_DONTFREE) m = m_copypacket(m, M_NOWAIT);
if (!_IF_QFULL(&S_IFQUEUE) && m)
{
OpenPOWER on IntegriCloud