Browse Source

qcacld-3.0: Remove third-party vendor name from comments

Vendor name is mentioned in the below fix to address an
interoperability issue with the specified make and model,
commit:I0d205e0833b2638aab15401bacdef7a0696d40c2

But specifying the vendor name is not allowed as nothing from
this fix/feature is authorized by the vendor.
So, remove the vendor name from the comment section.

Change-Id: Ib5839667dc1809a57ab54169e5506080b977da63
CRs-Fixed: 2948503
Srinivas Dasari 3 years ago
parent
commit
32f991772f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      core/mac/src/pe/lim/lim_prop_exts_utils.c

+ 3 - 3
core/mac/src/pe/lim/lim_prop_exts_utils.c

@@ -398,9 +398,9 @@ void lim_update_ch_width_for_p2p_client(struct mac_context *mac,
 	struct ch_params ch_params = {0};
 
 	/*
-	 * Some IOT AP's/P2P-GO's (e.g. make: Intel and model: Intel(R)
-	 * Wireless-AC 9560160MHz as P2P GO), send beacon with 20mhz and assoc
-	 * resp with 80mhz and after assoc resp, next beacon also has 80mhz.
+	 * Some IOT AP's/P2P-GO's (e.g. make: Wireless-AC 9560160MHz as P2P GO),
+	 * send beacon with 20mhz and assoc resp with 80mhz and
+	 * after assoc resp, next beacon also has 80mhz.
 	 * Connection is expected to happen in better possible
 	 * bandwidth(80MHz in this case).
 	 * Start the vdev with max supported ch_width in order to support this.