<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/net/wireless, branch gpu-paging</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>rtl8821cu: Enable Azurewave 3110 USB wifi dongle</title>
<updated>2021-08-02T12:09:18+00:00</updated>
<author>
<name>Shobek Attupurath</name>
<email>sattupurath@nvidia.com</email>
</author>
<published>2021-07-28T17:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=0c3c13487ca0fbafcfb047a478d0b25837fc6c77'/>
<id>0c3c13487ca0fbafcfb047a478d0b25837fc6c77</id>
<content type='text'>
Issue: Azurewave 3110 USB wifi dongle is not supported
       in rtl8821cu driver

Fix: Add support for Azurewave 3110 USB wifi dongle

Bug 3349025

Change-Id: I8b84acc0994923086f56115df8f7c85ff94f00f2
Signed-off-by: Shobek Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2566739
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Reviewed-by: Gaurav Asati &lt;gasati@nvidia.com&gt;
Reviewed-by: Sushil Kumar Singh &lt;sushilkumars@nvidia.com&gt;
Reviewed-by: Ashutosh Jha &lt;ajha@nvidia.com&gt;
Reviewed-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>
Issue: Azurewave 3110 USB wifi dongle is not supported
       in rtl8821cu driver

Fix: Add support for Azurewave 3110 USB wifi dongle

Bug 3349025

Change-Id: I8b84acc0994923086f56115df8f7c85ff94f00f2
Signed-off-by: Shobek Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2566739
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Reviewed-by: Gaurav Asati &lt;gasati@nvidia.com&gt;
Reviewed-by: Sushil Kumar Singh &lt;sushilkumars@nvidia.com&gt;
Reviewed-by: Ashutosh Jha &lt;ajha@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</pre>
</div>
</content>
</entry>
<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: 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>rtl8821au: Update driver to v5.8.2.3</title>
<updated>2021-01-06T02:24:55+00:00</updated>
<author>
<name>Shobek Attupurath</name>
<email>sattupurath@nvidia.com</email>
</author>
<published>2020-08-04T01:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=ab24a79cdd04179e9f691f6aeb7c0c625fcf10f6'/>
<id>ab24a79cdd04179e9f691f6aeb7c0c625fcf10f6</id>
<content type='text'>
Issue - CVE-2019-17666

Fix - Update driver to version 5.8.2.3 that includes the fix for
      CVE-2019-17666

Release Notes from v5.8.2.2_35520.20191025_COEX20190509-6d6f
1. Hotfix P2P NoA buffer potentially overflow

Release notes from v5.8.2.3_36567.20200401_COEX20190509-6d6f
1. Fix kr00k issue

Bug 2789469

Change-Id: I524bbe6ad879d0b9592ac98154ad3113a9dbdd2c
Signed-off-by: Shobek Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2393784
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Bibhay Ranjan &lt;bibhayr@nvidia.com&gt;
Reviewed-by: Gaurav Asati &lt;gasati@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>
Issue - CVE-2019-17666

Fix - Update driver to version 5.8.2.3 that includes the fix for
      CVE-2019-17666

Release Notes from v5.8.2.2_35520.20191025_COEX20190509-6d6f
1. Hotfix P2P NoA buffer potentially overflow

Release notes from v5.8.2.3_36567.20200401_COEX20190509-6d6f
1. Fix kr00k issue

Bug 2789469

Change-Id: I524bbe6ad879d0b9592ac98154ad3113a9dbdd2c
Signed-off-by: Shobek Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2393784
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Bibhay Ranjan &lt;bibhayr@nvidia.com&gt;
Reviewed-by: Gaurav Asati &lt;gasati@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>rtl8814au: Update driver to v5.8.5.1</title>
<updated>2021-01-06T02:24:49+00:00</updated>
<author>
<name>Shobek Attupurath</name>
<email>sattupurath@nvidia.com</email>
</author>
<published>2020-08-03T18:27:53+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=6a58ead30b0b8b77da4c52f75cde547642d47568'/>
<id>6a58ead30b0b8b77da4c52f75cde547642d47568</id>
<content type='text'>
Issue - CVE-2019-17666

Fix - Update driver to version 5.8.5.1 that includes the fix for
      CVE-2019-17666

Release Notes from v5.8.5.1_35583.20191029
1. Hotfix P2P NoA buffer potentially overflow

Bug 2789469

Change-Id: Ie527d69035c119e5f6f98aa51051dc5c238d614a
Signed-off-by: Shobek Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2393768
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Bibhay Ranjan &lt;bibhayr@nvidia.com&gt;
Reviewed-by: Gaurav Asati &lt;gasati@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>
Issue - CVE-2019-17666

Fix - Update driver to version 5.8.5.1 that includes the fix for
      CVE-2019-17666

Release Notes from v5.8.5.1_35583.20191029
1. Hotfix P2P NoA buffer potentially overflow

Bug 2789469

Change-Id: Ie527d69035c119e5f6f98aa51051dc5c238d614a
Signed-off-by: Shobek Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2393768
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Bibhay Ranjan &lt;bibhayr@nvidia.com&gt;
Reviewed-by: Gaurav Asati &lt;gasati@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>rtl8812au: Update driver to v5.6.4.2</title>
<updated>2021-01-06T02:24:42+00:00</updated>
<author>
<name>Shobek Attupurath</name>
<email>sattupurath@nvidia.com</email>
</author>
<published>2020-08-03T16:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=07014ed4b120a58eeb7d8cda3aa29d0d1a947bc5'/>
<id>07014ed4b120a58eeb7d8cda3aa29d0d1a947bc5</id>
<content type='text'>
Issue - CVE-2019-17666

Fix - Update driver to version 5.6.4.2 that includes the fix for
      CVE-2019-17666

Release Notes from v5.6.4.2_35491.20191025 -
1. Support up to Android Q
2. Support up to kernel 5.3
3. Hotfix P2P NoA buffer potentially overflow

Bug 2789469

Change-Id: I6a8ce68eb05b61e027a2ec008a883e215ac08d36
Signed-off-by: Shobek Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2393742
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Bibhay Ranjan &lt;bibhayr@nvidia.com&gt;
Reviewed-by: Gaurav Asati &lt;gasati@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>
Issue - CVE-2019-17666

Fix - Update driver to version 5.6.4.2 that includes the fix for
      CVE-2019-17666

Release Notes from v5.6.4.2_35491.20191025 -
1. Support up to Android Q
2. Support up to kernel 5.3
3. Hotfix P2P NoA buffer potentially overflow

Bug 2789469

Change-Id: I6a8ce68eb05b61e027a2ec008a883e215ac08d36
Signed-off-by: Shobek Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2393742
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Bibhay Ranjan &lt;bibhayr@nvidia.com&gt;
Reviewed-by: Gaurav Asati &lt;gasati@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>net: wireless: realtek: Disable logging</title>
<updated>2020-10-09T04:24:06+00:00</updated>
<author>
<name>Shobek Attupurath</name>
<email>sattupurath@nvidia.com</email>
</author>
<published>2020-10-07T02:32:28+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=a75b504082c1af865926ee6b92e8b4bcfaaafc53'/>
<id>a75b504082c1af865926ee6b92e8b4bcfaaafc53</id>
<content type='text'>
Issue: Default logging of Realtek wifi driver spews a lot of logs

Fix: Disable logging in rtl8822bu and rtl8821cu wifi driver and enable
     them runtime if needed

Bug 3145788

Change-Id: I2682e59962910a4bcce542de2b79956936f46df6
Signed-off-by: Shobek Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2424340
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Gaurav Asati &lt;gasati@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;
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>
Issue: Default logging of Realtek wifi driver spews a lot of logs

Fix: Disable logging in rtl8822bu and rtl8821cu wifi driver and enable
     them runtime if needed

Bug 3145788

Change-Id: I2682e59962910a4bcce542de2b79956936f46df6
Signed-off-by: Shobek Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2424340
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Gaurav Asati &lt;gasati@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;
GVS: Gerrit_Virtual_Submit
Tested-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>rtl8822bu: Add support for customer dongles</title>
<updated>2020-09-17T06:09:13+00:00</updated>
<author>
<name>Shobek Attupurath</name>
<email>sattupurath@nvidia.com</email>
</author>
<published>2020-08-18T23:29:25+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=b776720d8bbe5a61b3a65e64c289d5140a8576f0'/>
<id>b776720d8bbe5a61b3a65e64c289d5140a8576f0</id>
<content type='text'>
Issue: Certain customer USB-WiFi dongles are not supported on
       JetPack releases

Fix: Enable below dongles based on supported components list -
     TP-Link - Archer T3U

Bug 3098014

Change-Id: I3a8b489ea8c0b5879e168ff0f7a2edc80dc73ba1
Signed-off-by: Shobek Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2400503
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Gaurav Asati &lt;gasati@nvidia.com&gt;
Reviewed-by: Srinivas Ramachandran &lt;srinivasra@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>
Issue: Certain customer USB-WiFi dongles are not supported on
       JetPack releases

Fix: Enable below dongles based on supported components list -
     TP-Link - Archer T3U

Bug 3098014

Change-Id: I3a8b489ea8c0b5879e168ff0f7a2edc80dc73ba1
Signed-off-by: Shobek Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2400503
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Gaurav Asati &lt;gasati@nvidia.com&gt;
Reviewed-by: Srinivas Ramachandran &lt;srinivasra@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>rtl8822bu: Integrate rtl8822bu driver</title>
<updated>2020-09-17T06:09:08+00:00</updated>
<author>
<name>Shobek Attupurath</name>
<email>sattupurath@nvidia.com</email>
</author>
<published>2020-06-20T21:29:27+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=b8070cc12d941b4714203aa47f870e9be491c8d1'/>
<id>b8070cc12d941b4714203aa47f870e9be491c8d1</id>
<content type='text'>
1. Update Tegra platform support in driver makefile
2. Changes in Makefile to use right source path
3. Include driver in net/wireless/drivers Kconfig,
   Makefile

Bug 3098014

Change-Id: Ibc29f16d7be306e410869ed3442da97c40e008ae
Signed-off-by: Shobek Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2364555
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Gaurav Asati &lt;gasati@nvidia.com&gt;
Reviewed-by: Srinivas Ramachandran &lt;srinivasra@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>
1. Update Tegra platform support in driver makefile
2. Changes in Makefile to use right source path
3. Include driver in net/wireless/drivers Kconfig,
   Makefile

Bug 3098014

Change-Id: Ibc29f16d7be306e410869ed3442da97c40e008ae
Signed-off-by: Shobek Attupurath &lt;sattupurath@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2364555
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Gaurav Asati &lt;gasati@nvidia.com&gt;
Reviewed-by: Srinivas Ramachandran &lt;srinivasra@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>
</feed>
