Revert r249800 as
- it is incorrect: In the 'back' case you want to reuse the previous mbuf. - it was not reviewed by wireless@ Requested by: jhb, adrian
This commit is contained in:
parent
f96ceb3029
commit
b95fa82671
@ -9183,7 +9183,6 @@ bwn_dma_newbuf(struct bwn_dma_ring *dr, struct bwn_dmadesc_generic *desc,
|
||||
struct mbuf *m;
|
||||
int error;
|
||||
|
||||
paddr = 0;
|
||||
m = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR);
|
||||
if (m == NULL) {
|
||||
error = ENOBUFS;
|
||||
|
Loading…
Reference in New Issue
Block a user