Преглед на файлове

qcacld-3.0: Clear CSA IE and update Beacon frame

CSA IE TX isn't offload to FW, the count of Beacon with CSA IE
actually DUT sent exceeds the required. So, this change clear CSA IE
and update Beacon frame.

Change-Id: Ib433b9d2877b332365a4cfdf1a6bca56d6194672
CRs-Fixed: 3008327
Wu Gao преди 3 години
родител
ревизия
594d0ff113
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      core/mac/src/pe/lim/lim_utils.c

+ 2 - 0
core/mac/src/pe/lim/lim_utils.c

@@ -8812,6 +8812,8 @@ void lim_process_ap_ecsa_timeout(void *data)
 		}
 	} else {
 		lim_send_csa_tx_complete(session->vdev_id);
+		/* Clear CSA IE count and update beacon */
+		lim_send_dfs_chan_sw_ie_update(mac_ctx, session);
 	}
 }