Procházet zdrojové kódy

qcacld-3.0: Fix building error in tcp del ack

Fix building error in tcp del ack.

Change-Id: I74c5612536e703dbd0167ead07433f2ac66437be
CRs-Fixed: 2551290
Li Feng před 5 roky
rodič
revize
1b3116857c
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      core/dp/txrx/ol_tx_hl.c

+ 3 - 0
core/dp/txrx/ol_tx_hl.c

@@ -794,6 +794,7 @@ void ol_tx_hl_send_all_tcp_ack(struct ol_txrx_vdev_t *vdev)
 	int i;
 	struct tcp_stream_node *tcp_node_list;
 	struct tcp_stream_node *temp;
+	struct ol_txrx_pdev_t *pdev = vdev->pdev;
 
 	for (i = 0; i < OL_TX_HL_DEL_ACK_HASH_SIZE; i++) {
 		tcp_node_list = NULL;
@@ -985,6 +986,7 @@ void ol_tx_hl_find_and_send_tcp_stream(struct ol_txrx_vdev_t *vdev,
 {
 	uint8_t no_of_entries;
 	struct tcp_stream_node *node_to_be_remove = NULL;
+	struct ol_txrx_pdev_t *pdev = vdev->pdev;
 
 	/* remove tcp node from hash */
 	qdf_spin_lock_bh(&vdev->tcp_ack_hash.node[info->stream_id].
@@ -1159,6 +1161,7 @@ void ol_tx_hl_find_and_replace_tcp_ack(struct ol_txrx_vdev_t *vdev,
 	uint8_t no_of_entries;
 	struct tcp_stream_node *node_to_be_remove = NULL;
 	bool is_found = false, start_timer = false;
+	struct ol_txrx_pdev_t *pdev = vdev->pdev;
 
 	/* replace ack if required or send packets */
 	qdf_spin_lock_bh(&vdev->tcp_ack_hash.node[info->stream_id].