<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/net/wireless/bcmdhd/dhd_common.c, branch rtss22-ae</title>
<subtitle>NVIDIA's kernel modules to support tegra chips (used in Jetson boards)</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/'/>
<entry>
<title>bcmdhd: allow room for copying null termination</title>
<updated>2021-01-08T21:54:33+00:00</updated>
<author>
<name>Hans-Christian Noren Egtvedt</name>
<email>hegtvedt@cisco.com</email>
</author>
<published>2019-09-23T12:29:12+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=ec87a1c81263562f33b74bec93ac6332cada81c6'/>
<id>ec87a1c81263562f33b74bec93ac6332cada81c6</id>
<content type='text'>
Can be solved in more elegant ways, but this was the simplest
modification. Also, str_len is in current code much smaller than
BUF_SIZE.

Solves building using GCC &gt;= 8.

Bug 2712282

Change-Id: I615ab3f3f6f20bf131bcb3ec150611f2b56b3e08
Signed-off-by: Jeremy Ho &lt;jeremyh@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2282796
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Can be solved in more elegant ways, but this was the simplest
modification. Also, str_len is in current code much smaller than
BUF_SIZE.

Solves building using GCC &gt;= 8.

Bug 2712282

Change-Id: I615ab3f3f6f20bf131bcb3ec150611f2b56b3e08
Signed-off-by: Jeremy Ho &lt;jeremyh@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2282796
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bcmdhd: fix slab-out-of-bounds bug</title>
<updated>2020-10-07T17:40:29+00:00</updated>
<author>
<name>Shobek Sam Attupurath</name>
<email>sattupurath@nvidia.com</email>
</author>
<published>2020-09-25T12:22:01+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=b91033aaaca42d7295aa139e396057da305cc2c4'/>
<id>b91033aaaca42d7295aa139e396057da305cc2c4</id>
<content type='text'>
With enabling KASAN, we got a bug about slab-out-of-bounds
in bcm_mkiovar. We should round up the source buffer size
to the word and the length update will take care of using
it in 8-byte words. We used the ROUNDUP() api in the fix.

Bug 3094055

Change-Id: I1801354382a07df2bee34e5a419261199ecf189c
Signed-off-by: Jeremy Ho &lt;jeremyh@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2419757
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Shobek Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-by: Bibhay Ranjan &lt;bibhayr@nvidia.com&gt;
Reviewed-by: Ashutosh Jha &lt;ajha@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With enabling KASAN, we got a bug about slab-out-of-bounds
in bcm_mkiovar. We should round up the source buffer size
to the word and the length update will take care of using
it in 8-byte words. We used the ROUNDUP() api in the fix.

Bug 3094055

Change-Id: I1801354382a07df2bee34e5a419261199ecf189c
Signed-off-by: Jeremy Ho &lt;jeremyh@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2419757
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Shobek Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-by: Bibhay Ranjan &lt;bibhayr@nvidia.com&gt;
Reviewed-by: Ashutosh Jha &lt;ajha@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers: string handling</title>
<updated>2020-05-13T19:40:41+00:00</updated>
<author>
<name>dmitry pervushin</name>
<email>dpervushin@nvidia.com</email>
</author>
<published>2020-05-11T17:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=f395c71b0997e9b6ed092078a31d76f02dad161e'/>
<id>f395c71b0997e9b6ed092078a31d76f02dad161e</id>
<content type='text'>
gcc9 is more strict about using strncpy... and in many cases it is right
Replacing strncpy with strdup (when possible) or strlcpy

Bug 2973859

Change-Id: I1283db0385d7b35f747d129d3963e8f293e83dc3
Signed-off-by: dmitry pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2342280
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Phoenix Jung &lt;pjung@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc9 is more strict about using strncpy... and in many cases it is right
Replacing strncpy with strdup (when possible) or strlcpy

Bug 2973859

Change-Id: I1283db0385d7b35f747d129d3963e8f293e83dc3
Signed-off-by: dmitry pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2342280
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Phoenix Jung &lt;pjung@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bcmdhd: update Wifi stats to versoin 3.2</title>
<updated>2019-01-17T14:47:17+00:00</updated>
<author>
<name>Om Prakash Singh</name>
<email>omp@nvidia.com</email>
</author>
<published>2018-08-08T16:35:04+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=66ba76ef032785abc45c139f1445224b60bab4d8'/>
<id>66ba76ef032785abc45c139f1445224b60bab4d8</id>
<content type='text'>
Below is new addions
 1) set_ssid failure count
 2) 4whs msg retry count
 3) bucketize rssi level
 4) bucketize bw_est level

Bug 2293222

Change-Id: I19e05aa016c5a9e0ad4523726ff2e98abfa14c6b
Signed-off-by: Om Prakash Singh &lt;omp@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1812364
(cherry picked from commit ec141f9a18877ebf849a6de66d6dc0dfa8103831)
Reviewed-on: https://git-master.nvidia.com/r/1988967
Reviewed-by: Rakesh Goyal &lt;rgoyal@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ashutosh Jha &lt;ajha@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Below is new addions
 1) set_ssid failure count
 2) 4whs msg retry count
 3) bucketize rssi level
 4) bucketize bw_est level

Bug 2293222

Change-Id: I19e05aa016c5a9e0ad4523726ff2e98abfa14c6b
Signed-off-by: Om Prakash Singh &lt;omp@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1812364
(cherry picked from commit ec141f9a18877ebf849a6de66d6dc0dfa8103831)
Reviewed-on: https://git-master.nvidia.com/r/1988967
Reviewed-by: Rakesh Goyal &lt;rgoyal@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ashutosh Jha &lt;ajha@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bcmdhd: fix crash in dhd_wl_ioctl</title>
<updated>2019-01-17T14:47:14+00:00</updated>
<author>
<name>Om Prakash Singh</name>
<email>omp@nvidia.com</email>
</author>
<published>2018-08-11T19:52:31+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=2b4bfc07ab5a4ab587fb8672592c33c50cc01ff9'/>
<id>2b4bfc07ab5a4ab587fb8672592c33c50cc01ff9</id>
<content type='text'>
Issue: crash due to accessing user buffer directly
    dhd_wl_ioctl+0x134/0x448 [bcmdhd]
    dhd_ioctl_process+0xec/0x1d8 [bcmdhd]
    dhd_ioctl_entry+0x43c/0x590 [bcmdhd]
    dev_ifsioc+0x280/0x320
    dev_ioctl+0x13c/0x5f8

Fix: Use buffer that allocated for copy_from_user

Bug 2321150
Change-Id: I39bae5c39f078cb436a0b9d079fb0e6150c14221
Signed-off-by: Om Prakash Singh &lt;omp@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1801955
(cherry picked from commit a4af4685d660a770417259b6274d6d2c37e9f69b)
Reviewed-on: https://git-master.nvidia.com/r/1988966
Reviewed-by: Rakesh Goyal &lt;rgoyal@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ashutosh Jha &lt;ajha@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue: crash due to accessing user buffer directly
    dhd_wl_ioctl+0x134/0x448 [bcmdhd]
    dhd_ioctl_process+0xec/0x1d8 [bcmdhd]
    dhd_ioctl_entry+0x43c/0x590 [bcmdhd]
    dev_ifsioc+0x280/0x320
    dev_ioctl+0x13c/0x5f8

Fix: Use buffer that allocated for copy_from_user

Bug 2321150
Change-Id: I39bae5c39f078cb436a0b9d079fb0e6150c14221
Signed-off-by: Om Prakash Singh &lt;omp@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1801955
(cherry picked from commit a4af4685d660a770417259b6274d6d2c37e9f69b)
Reviewed-on: https://git-master.nvidia.com/r/1988966
Reviewed-by: Rakesh Goyal &lt;rgoyal@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ashutosh Jha &lt;ajha@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net: wireless: bcmdhd: Load clm blob path from DT</title>
<updated>2018-12-19T05:57:49+00:00</updated>
<author>
<name>Srinivas Ramachandran</name>
<email>srinivasra@nvidia.com</email>
</author>
<published>2018-09-01T00:12:39+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=91f056e78e0707901e0c934de57c4b292e8a4337'/>
<id>91f056e78e0707901e0c934de57c4b292e8a4337</id>
<content type='text'>
Issue: clm.blob file path on DUT is provided either via driver
       module param or build defconfig. For flexibility to use
       different target path on various specific FS structures
       with same driver, need a way to specify the file path
       per platform.

Fix:   Initialize the clm.blob file path from DT.

Bug 2090899

Change-Id: I68e35a77791890db3aeacbd1fde889d0b7ff36fd
Signed-off-by: Srinivas Ramachandran &lt;srinivasra@nvidia.com&gt;
(cherry picked from commit bcff98542a48aa4f109a5c3a5090aeb0fe3676b7)
Signed-off-by: Shobek Sam Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1849476
(cherry picked from commit 910789b6444049c784833a8c1ae03d826250a062)
Reviewed-on: https://git-master.nvidia.com/r/1933927
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue: clm.blob file path on DUT is provided either via driver
       module param or build defconfig. For flexibility to use
       different target path on various specific FS structures
       with same driver, need a way to specify the file path
       per platform.

Fix:   Initialize the clm.blob file path from DT.

Bug 2090899

Change-Id: I68e35a77791890db3aeacbd1fde889d0b7ff36fd
Signed-off-by: Srinivas Ramachandran &lt;srinivasra@nvidia.com&gt;
(cherry picked from commit bcff98542a48aa4f109a5c3a5090aeb0fe3676b7)
Signed-off-by: Shobek Sam Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1849476
(cherry picked from commit 910789b6444049c784833a8c1ae03d826250a062)
Reviewed-on: https://git-master.nvidia.com/r/1933927
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net: wireless: bcmdhd: Add support for clm.blob</title>
<updated>2018-12-19T05:57:40+00:00</updated>
<author>
<name>Prasanna Kerekoppa</name>
<email>Prasanna.Kerekoppa@cypress.com</email>
</author>
<published>2018-07-27T00:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=dbf7cccd63417203cf230237e5407ebc53437403'/>
<id>dbf7cccd63417203cf230237e5407ebc53437403</id>
<content type='text'>
Issue: Currently CLM table is built into the wifi firmware.
       Thus any changes in CLM table/creation of new CLM
       table for any product/customer requires spinning
       a separate firmware build. Supporting several FW
       build requests was not scalable for vendor. Hence
       Cypress have designed a new architecture to build
       and load clm as a separate blob file from firmware.

Fix:   Cypress provided DHD patch to support loading clm.blob
       file after loading firmware to chip, in Mycase 403591.
       With this patch, firmware with built-in clm works as is,
       firmware with external clm.blob has to be used with
       corresponding products clm.blob in CONFIG_BCMDHD_CLM_PATH.
       If clm.blob file is not present on DUT, once firmware
       is loaded driver validates currently set country code in fw.
       If it is not valid (true for cases like firmware which do not
       have built-in CLM), then driver aborts wifi initialization.

Bug 2090899

Change-Id: If03d3898ef5d95bc5e03b67d5b14c8c51693713b
Signed-off-by: Srinivas Ramachandran &lt;srinivasra@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1787167
(cherry picked from commit 29fb503be68b66558c9274b53769dbcb80765dff)
Signed-off-by: Shobek Sam Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1849475
(cherry picked from commit 4a970b1c9dffa9a366f346e68ed4c02d2f9a0878)
Reviewed-on: https://git-master.nvidia.com/r/1933926
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue: Currently CLM table is built into the wifi firmware.
       Thus any changes in CLM table/creation of new CLM
       table for any product/customer requires spinning
       a separate firmware build. Supporting several FW
       build requests was not scalable for vendor. Hence
       Cypress have designed a new architecture to build
       and load clm as a separate blob file from firmware.

Fix:   Cypress provided DHD patch to support loading clm.blob
       file after loading firmware to chip, in Mycase 403591.
       With this patch, firmware with built-in clm works as is,
       firmware with external clm.blob has to be used with
       corresponding products clm.blob in CONFIG_BCMDHD_CLM_PATH.
       If clm.blob file is not present on DUT, once firmware
       is loaded driver validates currently set country code in fw.
       If it is not valid (true for cases like firmware which do not
       have built-in CLM), then driver aborts wifi initialization.

Bug 2090899

Change-Id: If03d3898ef5d95bc5e03b67d5b14c8c51693713b
Signed-off-by: Srinivas Ramachandran &lt;srinivasra@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1787167
(cherry picked from commit 29fb503be68b66558c9274b53769dbcb80765dff)
Signed-off-by: Shobek Sam Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1849475
(cherry picked from commit 4a970b1c9dffa9a366f346e68ed4c02d2f9a0878)
Reviewed-on: https://git-master.nvidia.com/r/1933926
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bcmdhd: save the firmware events in a file</title>
<updated>2018-10-19T10:52:14+00:00</updated>
<author>
<name>Bibhay Ranjan</name>
<email>bibhayr@nvidia.com</email>
</author>
<published>2016-02-11T21:33:46+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=7cbeb4c0e6e327f469f40e7814f168fe3761f4e2'/>
<id>7cbeb4c0e6e327f469f40e7814f168fe3761f4e2</id>
<content type='text'>
NvFeature: IDS

Bug 200173848

Change-Id: Id359c0a8b811d03383aaab6fef5642d90613eb5a
Signed-off-by: Bibhay Ranjan &lt;bibhayr@nvidia.com&gt;
Reviewed-on: http://git-master/r/1011951
Reviewed-on: https://git-master.nvidia.com/r/1807213
Reviewed-by: Manikanta Maddireddy &lt;mmaddireddy@nvidia.com&gt;
Reviewed-by: Bitan Biswas &lt;bbiswas@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1925164
Reviewed-by: Ishan Srivastava &lt;isrivastava@nvidia.com&gt;
Tested-by: Ishan Srivastava &lt;isrivastava@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NvFeature: IDS

Bug 200173848

Change-Id: Id359c0a8b811d03383aaab6fef5642d90613eb5a
Signed-off-by: Bibhay Ranjan &lt;bibhayr@nvidia.com&gt;
Reviewed-on: http://git-master/r/1011951
Reviewed-on: https://git-master.nvidia.com/r/1807213
Reviewed-by: Manikanta Maddireddy &lt;mmaddireddy@nvidia.com&gt;
Reviewed-by: Bitan Biswas &lt;bbiswas@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1925164
Reviewed-by: Ishan Srivastava &lt;isrivastava@nvidia.com&gt;
Tested-by: Ishan Srivastava &lt;isrivastava@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bcmdhd: Copy bcmdhd driver from rel-30 kernel-4.9</title>
<updated>2018-08-02T13:15:04+00:00</updated>
<author>
<name>Manikanta Maddireddy</name>
<email>mmaddireddy@nvidia.com</email>
</author>
<published>2018-07-31T03:50:15+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=3a13ebe7d4f8195547441a181078b6ac608e8c33'/>
<id>3a13ebe7d4f8195547441a181078b6ac608e8c33</id>
<content type='text'>
Copy bcmdhd driver from rel-30 kernel-4.9, top commit of the driver is
https://git-master.nvidia.com/r/#/c/1785761/.
189db8da83b6 net: wireless: bcmdhd: remove obsoleted \
wl_cfgvendor_priv_string_handler

bug 200421308

Change-Id: I14b2fd0540cbb0b9227cd928383d1b5c88657d55
Signed-off-by: Manikanta Maddireddy &lt;mmaddireddy@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1784156
GVS: Gerrit_Virtual_Submit
Reviewed-by: Narayan Reddy &lt;narayanr@nvidia.com&gt;
Reviewed-by: Om Prakash Singh &lt;omp@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copy bcmdhd driver from rel-30 kernel-4.9, top commit of the driver is
https://git-master.nvidia.com/r/#/c/1785761/.
189db8da83b6 net: wireless: bcmdhd: remove obsoleted \
wl_cfgvendor_priv_string_handler

bug 200421308

Change-Id: I14b2fd0540cbb0b9227cd928383d1b5c88657d55
Signed-off-by: Manikanta Maddireddy &lt;mmaddireddy@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1784156
GVS: Gerrit_Virtual_Submit
Reviewed-by: Narayan Reddy &lt;narayanr@nvidia.com&gt;
Reviewed-by: Om Prakash Singh &lt;omp@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
