<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/net/wireless/bcmdhd/dhd_linux.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: use size of destination buffer when calling strncpy()</title>
<updated>2021-01-08T21:54:21+00:00</updated>
<author>
<name>Hans-Christian Noren Egtvedt</name>
<email>hegtvedt@cisco.com</email>
</author>
<published>2019-09-23T12:25:29+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=f5f90a7e632ad1195f8bf0d391027436c5e16191'/>
<id>f5f90a7e632ad1195f8bf0d391027436c5e16191</id>
<content type='text'>
The length argument should always be limited by the destination size to
avoid overflowing destination.

Solves building using GCC &gt;= 8.

Bug 2712282

Change-Id: I05649c0ce198e63d2c36376f683b67f370689629
Signed-off-by: Jeremy Ho &lt;jeremyh@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2282794
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>
The length argument should always be limited by the destination size to
avoid overflowing destination.

Solves building using GCC &gt;= 8.

Bug 2712282

Change-Id: I05649c0ce198e63d2c36376f683b67f370689629
Signed-off-by: Jeremy Ho &lt;jeremyh@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2282794
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>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: fix disable roaming by default</title>
<updated>2019-01-31T06:19:50+00:00</updated>
<author>
<name>Om Prakash Singh</name>
<email>omp@nvidia.com</email>
</author>
<published>2019-01-24T05:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=e3c95c260d71b9e8c6d411e53366ddf7032c85d7'/>
<id>e3c95c260d71b9e8c6d411e53366ddf7032c85d7</id>
<content type='text'>
Issue: roaming is enabled even builtin_roam_disabled is set DT

Fix: update roam_off in dhd_preinit_ioctls based on builtin_roam_disabled
     value

Bug 1895940
Bug 2484421

Change-Id: I403a91df93e0d44169bd20f98a37bb0cb9c72aa9
Signed-off-by: Om Prakash Singh &lt;omp@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2002557
(cherry picked from commit af38a6a9da9de02ed1ee36a497ba7196aa4efbd7)
Reviewed-on: https://git-master.nvidia.com/r/2006273
Reviewed-by: Mohan Thadikamalla &lt;mohant@nvidia.com&gt;
Tested-by: Mohan Thadikamalla &lt;mohant@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vinayak Pane &lt;vpane@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: roaming is enabled even builtin_roam_disabled is set DT

Fix: update roam_off in dhd_preinit_ioctls based on builtin_roam_disabled
     value

Bug 1895940
Bug 2484421

Change-Id: I403a91df93e0d44169bd20f98a37bb0cb9c72aa9
Signed-off-by: Om Prakash Singh &lt;omp@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2002557
(cherry picked from commit af38a6a9da9de02ed1ee36a497ba7196aa4efbd7)
Reviewed-on: https://git-master.nvidia.com/r/2006273
Reviewed-by: Mohan Thadikamalla &lt;mohant@nvidia.com&gt;
Tested-by: Mohan Thadikamalla &lt;mohant@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vinayak Pane &lt;vpane@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: add DT option to disable roaming</title>
<updated>2019-01-17T14:47:10+00:00</updated>
<author>
<name>Om Prakash Singh</name>
<email>omp@nvidia.com</email>
</author>
<published>2018-07-30T18:47: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=e718294ba32cd782026a671f9861abe4d6b2f7e0'/>
<id>e718294ba32cd782026a671f9861abe4d6b2f7e0</id>
<content type='text'>
add option to disable builtin roaming based on platform DT
configuration

Bug 1895940
Bug 200435067

Change-Id: I5bb66284c0be97fa8c13630489b4522ee5288ab8
Signed-off-by: Om Prakash Singh &lt;omp@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1788786
(cherry picked from commit 97f45f99c10b5856c4ce67fa7d00472d8e882026)
Reviewed-on: https://git-master.nvidia.com/r/1991053
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>
add option to disable builtin roaming based on platform DT
configuration

Bug 1895940
Bug 200435067

Change-Id: I5bb66284c0be97fa8c13630489b4522ee5288ab8
Signed-off-by: Om Prakash Singh &lt;omp@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1788786
(cherry picked from commit 97f45f99c10b5856c4ce67fa7d00472d8e882026)
Reviewed-on: https://git-master.nvidia.com/r/1991053
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: Support to update CLM path</title>
<updated>2018-12-19T05:57:59+00:00</updated>
<author>
<name>Shobek Sam Attupurath</name>
<email>sattupurath@nvidia.com</email>
</author>
<published>2018-09-21T22:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=37613425c6ff4cec6f99ec761dab5020cafdf6d1'/>
<id>37613425c6ff4cec6f99ec761dab5020cafdf6d1</id>
<content type='text'>
Issue: Flynn requires loading a specific CLM blob file other than
       default darcy CLM blob file

Fix: Append CLM blob path read from DT with wifi product value stored
     in sysfs node

Bug 2355762

Change-Id: I71ee174154813ed48d77860e39ad8fae50610b5e
Signed-off-by: Shobek Sam Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1925046
(cherry picked from commit 143000f14c7987dd45d86ab969cf5ba70a698b39)
Reviewed-on: https://git-master.nvidia.com/r/1933930
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: Flynn requires loading a specific CLM blob file other than
       default darcy CLM blob file

Fix: Append CLM blob path read from DT with wifi product value stored
     in sysfs node

Bug 2355762

Change-Id: I71ee174154813ed48d77860e39ad8fae50610b5e
Signed-off-by: Shobek Sam Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1925046
(cherry picked from commit 143000f14c7987dd45d86ab969cf5ba70a698b39)
Reviewed-on: https://git-master.nvidia.com/r/1933930
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>net: wireless: bcmdhd: Add keepalive support</title>
<updated>2018-12-12T22:11:12+00:00</updated>
<author>
<name>Om Prakash Singh</name>
<email>omp@nvidia.com</email>
</author>
<published>2018-12-07T06:07:45+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=3810051b37aea8ec16b654cfc73f0346544299f8'/>
<id>3810051b37aea8ec16b654cfc73f0346544299f8</id>
<content type='text'>
Issue:
keep alive start got failed as Google OUI command
WIFI_OFFLOAD_SUBCMD_START_MKEEP_ALIVE is not implemented

Fix:
Add below two Google OUI commands support
-WIFI_OFFLOAD_SUBCMD_START_MKEEP_ALIVE
-WIFI_OFFLOAD_SUBCMD_STOP_MKEEP_ALIVE

Bug 2117488

Change-Id: Ic9261f74f5d295fd64346dcb7aa75b37fd5c2fcd
Signed-off-by: Om Prakash Singh &lt;omp@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1783683
(cherry picked from commit 5ee5286bc981fd48f42b0f444ddf6ed527692b8d)
Reviewed-on: https://git-master.nvidia.com/r/1967467
GVS: Gerrit_Virtual_Submit
Reviewed-by: Mohan Thadikamalla &lt;mohant@nvidia.com&gt;
Reviewed-by: Dara Ramesh &lt;dramesh@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:
keep alive start got failed as Google OUI command
WIFI_OFFLOAD_SUBCMD_START_MKEEP_ALIVE is not implemented

Fix:
Add below two Google OUI commands support
-WIFI_OFFLOAD_SUBCMD_START_MKEEP_ALIVE
-WIFI_OFFLOAD_SUBCMD_STOP_MKEEP_ALIVE

Bug 2117488

Change-Id: Ic9261f74f5d295fd64346dcb7aa75b37fd5c2fcd
Signed-off-by: Om Prakash Singh &lt;omp@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1783683
(cherry picked from commit 5ee5286bc981fd48f42b0f444ddf6ed527692b8d)
Reviewed-on: https://git-master.nvidia.com/r/1967467
GVS: Gerrit_Virtual_Submit
Reviewed-by: Mohan Thadikamalla &lt;mohant@nvidia.com&gt;
Reviewed-by: Dara Ramesh &lt;dramesh@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: add required cfgvendor commands</title>
<updated>2018-11-18T21:03:00+00:00</updated>
<author>
<name>Om Prakash Singh</name>
<email>omp@nvidia.com</email>
</author>
<published>2018-10-30T11:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=20b126afeb15ed0577737d12cccd76325f5e3a1e'/>
<id>20b126afeb15ed0577737d12cccd76325f5e3a1e</id>
<content type='text'>
Android-P VTS test required below cfgvendor command to implemented

1) ANDR_WIFI_SUBCMD_GET_FEATURE_SET
2) ANDR_WIFI_RANDOM_MAC_OUI
3) DEBUG_GET_VER
4) for other DEBUG_* cfgvendor command added fucntion to return unsupported
   error code

Bug 200459799
Bug 200461787

Change-Id: I4b640ef7bdb2131e2469e3f33c036f38485cdcaa
Signed-off-by: Om Prakash Singh &lt;omp@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1939898
Reviewed-by: Mohan Thadikamalla &lt;mohant@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>
Android-P VTS test required below cfgvendor command to implemented

1) ANDR_WIFI_SUBCMD_GET_FEATURE_SET
2) ANDR_WIFI_RANDOM_MAC_OUI
3) DEBUG_GET_VER
4) for other DEBUG_* cfgvendor command added fucntion to return unsupported
   error code

Bug 200459799
Bug 200461787

Change-Id: I4b640ef7bdb2131e2469e3f33c036f38485cdcaa
Signed-off-by: Om Prakash Singh &lt;omp@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1939898
Reviewed-by: Mohan Thadikamalla &lt;mohant@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 compilation errors in kernel-4.9</title>
<updated>2018-10-19T10:53:45+00:00</updated>
<author>
<name>Bibhay Ranjan</name>
<email>bibhayr@nvidia.com</email>
</author>
<published>2018-09-07T11:16: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=a4d9e1a8177f7cfb14f9199f96a700fe90928cc3'/>
<id>a4d9e1a8177f7cfb14f9199f96a700fe90928cc3</id>
<content type='text'>
NvFeature: IDS

Bug 200435066

1. fix sysfs node creation
2. remove ununsed varaibles

Change-Id: I5e09b6e61882d52aca6fc0212857f7e6ad02668f
Signed-off-by: Bibhay Ranjan &lt;bibhayr@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1817631
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/1928753
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 200435066

1. fix sysfs node creation
2. remove ununsed varaibles

Change-Id: I5e09b6e61882d52aca6fc0212857f7e6ad02668f
Signed-off-by: Bibhay Ranjan &lt;bibhayr@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1817631
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/1928753
Reviewed-by: Ishan Srivastava &lt;isrivastava@nvidia.com&gt;
Tested-by: Ishan Srivastava &lt;isrivastava@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
