Explorar o código

qcacmn: Set SAWF Tx metadata based on the queue

Set SAWF Tx metadata based on the host queue id.

Change-Id: I8d759b239fff32da5d84d89468431b54aab63f3c
CRs-Fixed: 3349695
Ripan Deuri %!s(int64=2) %!d(string=hai) anos
pai
achega
86a74c11bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dp/wifi3.0/be/dp_be_tx.h

+ 1 - 1
dp/wifi3.0/be/dp_be_tx.h

@@ -41,7 +41,7 @@ struct __attribute__((__packed__)) dp_tx_comp_peer_id {
 #define DP_TX_HLOS_TID_GET(_var) \
 	(((_var) & 0x0e) >> 1)
 #define DP_TX_FLOW_OVERRIDE_GET(_var) \
-	((_var) & 0x1)
+	((_var >> 3) & 0x1)
 #define DP_TX_WHO_CLFY_INF_SEL_GET(_var) \
 	(((_var) & 0x30) >> 4)
 #define DP_TX_FLOW_OVERRIDE_ENABLE 0x1