Browse Source

qcacmn: Fix Assert in dp_rx_mon_mpdu_pop

Disabling checking of msdu_done in monitor mode

Change-Id: I6c935dd74312a7023d5903346af9e2174c5ca7ce
Crs-fixed: 2167329
sumedh baikady 7 years ago
parent
commit
87d4967274
1 changed files with 3 additions and 3 deletions
  1. 3 3
      dp/wifi3.0/dp_rx_mon_dest.c

+ 3 - 3
dp/wifi3.0/dp_rx_mon_dest.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2018 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -249,7 +249,7 @@ dp_rx_mon_mpdu_pop(struct dp_soc *soc, uint32_t mac_id,
 
 			qdf_nbuf_set_pktlen(msdu, rx_buf_size);
 
-
+#if 0
 			/* Disble it.see packet on msdu done set to 0 */
 			/*
 			 * Check if DMA completed -- msdu_done is the
@@ -268,7 +268,7 @@ dp_rx_mon_mpdu_pop(struct dp_soc *soc, uint32_t mac_id,
 
 				qdf_assert_always(0);
 			}
-
+#endif
 			rx_bufs_used++;
 
 			QDF_TRACE(QDF_MODULE_ID_DP,