Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5d69373 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: u_bam: increase data rx queue size"

parents 102aedd7 9ccd6262
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ static const enum ipa_client_type usb_cons[BAM2BAM_N_PORTS] = {

#define BAM_MUX_HDR				8

#define BAM_MUX_RX_Q_SIZE			16
#define BAM_MUX_RX_Q_SIZE			128
#define BAM_MUX_TX_Q_SIZE			200
#define BAM_MUX_RX_REQ_SIZE			2048   /* Must be 1KB aligned */