Intel AX210 stuck on 11a/36Mbps

So I just installed FreeBSD 15.1-p2, and am using the latest iwlwifi driver for my Intel AX210

ifconfig shows that I am on the 5GHz frequency on channel 40, however the media line is reporting that it's stuck in 11a mode, running at 36Mbps. From what I can tell, there should be support for higher modes for this card at this point? I am unsure what to check next.
 
Be sure you enabled higher speeds in /boot/loader.conf setting:
Code:
compat.linuxkpi.iwlwifi_11n_disable="0"
compat.linuxkpi.iwlwifi_disable_11ac="0"
 
Back
Top