Iwlwifi Intel Wifi Card not loaded

I am on Sway.
I have just physically installed an Intel Wifi AC 3168 which is supposed to be supported in the Kernel.

When I run lspci -v I get

03:00.0 Network controller: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] (rev 10)
	Subsystem: Intel Corporation Device 2110
	Flags: fast devsel, IRQ 74, IOMMU group 1
	Memory at fcd00000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel modules: iwlwifi

But when I run ip -a nothing shows up for the Intel - the connection is my phone via USB and the other one is my ethernet.

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute 
       valid_lft forever preferred_lft forever
2: enp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
    link/ether a8:a1:59:82:13:d9 brd ff:ff:ff:ff:ff:ff
    altname enxa8a1598213d9
3: enp4s0f3u2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000
    link/ether 5e:61:71:14:94:e9 brd ff:ff:ff:ff:ff:ff
    altname enx5e61711494e9
    inet 10.86.7.193/24 brd 10.86.7.255 scope global dynamic noprefixroute enp4s0f3u2
       valid_lft 2906sec preferred_lft 2906sec
    inet6 fe80::24ed:ec08:6c3:1e24/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever

When I run nmcli dev wifi list there is a blank.

I have also run modprobe iwlwifi and my radios are enabled and not blocked.

Ideas?

Firmware loaded?

Might be worth a sudo dnf reinstall linux-firmware

Once again Fedora Core OS docs came to the rescue, those guys docs really rock when it comes to firmware.

I installed

iwlwifi-dvm-firmware - DVM Firmware for Intel(R) Wireless WiFi adapters
iwlwifi-mvm-firmware - MVM Firmware for Intel(R) Wireless WiFi adapters

And got the modules to load.

Thanks for the quick reply though!