qcacmn: Reserve 128 bytes headroom in monitor status buffer
Reserve 128 bytes headroom for monitor status buffer to accomadate feature specific radiotap header or any other info in the headroom. CRs-Fixed: 2775118 Change-Id: I2b1aba26e565b58c48a2e24ad17965aacd6b4526
This commit is contained in:
@@ -1838,7 +1838,7 @@ dp_rx_nbuf_prepare(struct dp_soc *soc, struct dp_pdev *pdev)
|
||||
nbuf_retry_count++) {
|
||||
/* Allocate a new skb using alloc_skb */
|
||||
nbuf = qdf_nbuf_alloc_no_recycler(RX_MON_STATUS_BUF_SIZE,
|
||||
RX_BUFFER_RESERVATION,
|
||||
RX_MON_STATUS_BUF_RESERVATION,
|
||||
RX_DATA_BUFFER_ALIGNMENT);
|
||||
|
||||
if (!nbuf) {
|
||||
|
مرجع در شماره جدید
Block a user