Forráskód Böngészése

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 éve
szülő
commit
594d0ff113
1 módosított fájl, 2 hozzáadás és 0 törlés
  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);
 	}
 }