Explorar el Código

qcacld-3.0: Validate mac context in CSA bw selection API

Add sanity check mac context before using it in API
wlansap_get_csa_chanwidth_from_phymode.

Change-Id: I8df501e850b606615c899321fc23636ad985ab23
CRs-Fixed: 2955278
Liangwei Dong hace 3 años
padre
commit
41b381e1f9
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      core/sap/src/sap_module.c

+ 7 - 1
core/sap/src/sap_module.c

@@ -1253,9 +1253,15 @@ wlansap_get_csa_chanwidth_from_phymode(struct sap_context *sap_context,
 {
 	uint32_t max_fw_bw;
 	enum phy_ch_width ch_width, concurrent_bw = 0;
-	struct mac_context *mac = sap_get_mac_context();
+	struct mac_context *mac;
 	struct ch_params ch_params = {0};
 
+	mac = sap_get_mac_context();
+	if (!mac) {
+		sap_err("Invalid MAC context");
+		return CH_WIDTH_20MHZ;
+	}
+
 	if (WLAN_REG_IS_24GHZ_CH_FREQ(chan_freq)) {
 		/*
 		 * currently OBSS scan is done in hostapd, so to avoid