JETSON XAVIER NX intel AC-9260 driver

Hi,
I want to use network card of AC-9260 on jetson xavier nx.But I find it can’t work. My linux kernel is 4.9.201, and i can inquier it by command of ‘lspci’. Now, I still can’t connect to the wireless network by AC-9260. Is it related to the setting of the device tree? Specific information is as follows :

nvidia@nvidia-desktop:~$ lspci
0004:00:00.0 PCI bridge: NVIDIA Corporation Device 1ad1 (rev a1)
0004:01:00.0 Network controller: Intel Corporation Wireless-AC 9260 (rev 29)
nvidia@nvidia-desktop:~$

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.24.107 netmask 255.255.255.0 broadcast 192.168.24.255
inet6 fe80::af6:e265:b299:5a86 prefixlen 64 scopeid 0x20
ether 48:b0:2d:3d:6a:eb txqueuelen 1000 (Ethernet)
RX packets 62554 bytes 46977430 (46.9 MB)
RX errors 0 dropped 12 overruns 0 frame 0
TX packets 7063 bytes 565377 (565.3 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 37

l4tbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.55.1 netmask 255.255.255.0 broadcast 192.168.55.255
inet6 fe80::7cc0:cdff:febe:636d prefixlen 64 scopeid 0x20
inet6 fe80::1 prefixlen 128 scopeid 0x20
ether 7e:c0:cd:be:63:6d txqueuelen 1000 (Ethernet)
RX packets 710 bytes 143467 (143.4 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 440 bytes 88543 (88.5 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

Intel 9260 provide the default driver for kernel 4.14+ as default. For jetson, the kernel version 4.9 need driver backport.
You can get the right backport driver here: kernel/git/iwlwifi/backport-iwlwifi.git - Backport tree for iwlwifi

hello,
Thank you very much, I have solved the problem。

@791200317 Could you share some details on how you made it work ?

I have installed the driver backport but it will not interface with the device. I am using l4t-32.5.1 stock image on the Xavier NX platform.