Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fbfa0e6 authored by Srinivas Dasari's avatar Srinivas Dasari Committed by Gerrit - the friendly Code Review server
Browse files

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
parent 66947f30
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -328,9 +328,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.