mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Clear channel and tag bits before set them.
This should fix the problem that if_fwe doesn't work after DV receiving.
This commit is contained in:
parent
00aabd830d
commit
58089a20d1
1 changed files with 1 additions and 0 deletions
|
|
@ -310,6 +310,7 @@ fwe_init(void *arg)
|
|||
fwe->pkt_hdr.mode.stream.chtag = fwe->stream_ch;
|
||||
/* allocate DMA channel and init packet mode */
|
||||
xferq->flag |= FWXFERQ_OPEN | FWXFERQ_EXTBUF;
|
||||
xferq->flag &= ~0xff;
|
||||
xferq->flag |= fwe->stream_ch & 0xff;
|
||||
/* register fwe_input handler */
|
||||
xferq->sc = (caddr_t) fwe;
|
||||
|
|
|
|||
Loading…
Reference in a new issue