Same issue here. I bought another ax210 from another brand, same issue. Put it on my other computer, same issue. It is definitely not a framework laptop specific problem.
The symptom is very very slow connection with an AX access point (Netgear RAX120 nighthawk).
I am under Arch linux. kernel 5.13.13-arch1 and 5.14.0-next-20210903-1-next-git have the same issue.
This loads correctly the latest firmware from intel (66):
bench ➜ ~ modinfo iwlwifi|grep ucode
firmware: iwlwifi-100-5.ucode
firmware: iwlwifi-1000-5.ucode
firmware: iwlwifi-135-6.ucode
firmware: iwlwifi-105-6.ucode
firmware: iwlwifi-2030-6.ucode
firmware: iwlwifi-2000-6.ucode
firmware: iwlwifi-5150-2.ucode
firmware: iwlwifi-5000-5.ucode
firmware: iwlwifi-6000g2b-6.ucode
firmware: iwlwifi-6000g2a-6.ucode
firmware: iwlwifi-6050-5.ucode
firmware: iwlwifi-6000-6.ucode
firmware: iwlwifi-7265D-29.ucode
firmware: iwlwifi-7265-17.ucode
firmware: iwlwifi-3168-29.ucode
firmware: iwlwifi-3160-17.ucode
firmware: iwlwifi-7260-17.ucode
firmware: iwlwifi-8265-36.ucode
firmware: iwlwifi-8000C-36.ucode
firmware: iwlwifi-9260-th-b0-jf-b0-46.ucode
firmware: iwlwifi-9000-pu-b0-jf-b0-46.ucode
firmware: iwlwifi-bz-a0-mr-a0-66.ucode
firmware: iwlwifi-bz-a0-gf4-a0-66.ucode
firmware: iwlwifi-bz-a0-gf-a0-66.ucode
firmware: iwlwifi-bz-a0-hr-b0-66.ucode
firmware: iwlwifi-SoSnj-a0-mr-a0-66.ucode
firmware: iwlwifi-ma-a0-fm-a0-66.ucode
firmware: iwlwifi-ma-a0-mr-a0-66.ucode
firmware: iwlwifi-ma-a0-gf4-a0-66.ucode
firmware: iwlwifi-ma-a0-gf-a0-66.ucode
firmware: iwlwifi-ma-a0-hr-b0-66.ucode
firmware: iwlwifi-SoSnj-a0-jf-b0-66.ucode
firmware: iwlwifi-SoSnj-a0-hr-b0-66.ucode
firmware: iwlwifi-SoSnj-a0-gf-a0-66.ucode
firmware: iwlwifi-SoSnj-a0-gf4-a0-66.ucode
firmware: iwlwifi-ty-a0-gf-a0-66.ucode
firmware: iwlwifi-so-a0-gf-a0-66.ucode
firmware: iwlwifi-so-a0-hr-b0-66.ucode
firmware: iwlwifi-so-a0-jf-b0-66.ucode
firmware: iwlwifi-cc-a0-66.ucode
firmware: iwlwifi-QuQnj-b0-jf-b0-66.ucode
firmware: iwlwifi-QuZ-a0-jf-b0-66.ucode
firmware: iwlwifi-QuZ-a0-hr-b0-66.ucode
firmware: iwlwifi-Qu-b0-jf-b0-66.ucode
firmware: iwlwifi-Qu-c0-hr-b0-66.ucode
firmware: iwlwifi-QuQnj-b0-hr-b0-66.ucode
firmware: iwlwifi-Qu-b0-hr-b0-66.ucode
If you query for the MCS, it looks like it switched to ax correctly:
bench ➜ ~ iw wlan0 link
Connected to 08:36:c9:20:de:7b (on wlan0)
SSID: sai
freq: 5765
RX: 17747584 bytes (23049 packets)
TX: 2335853 bytes (10953 packets)
signal: -42 dBm
rx bitrate: 1200.9 MBit/s 80MHz HE-MCS 11 HE-NSS 2 HE-GI 0 HE-DCM 0
tx bitrate: 245.0 MBit/s 80MHz HE-MCS 3 HE-NSS 2 HE-GI 2 HE-DCM 0
bss flags: short-slot-time
dtim period: 3
beacon int: 100
My speedtest is saturating my 1Gbps line on ethernet but on the ax210:
bench ➜ ~ speedtest
Retrieving speedtest.net configuration...
Testing from Verizon Fios (96.236.147.18)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by LightSpeed Technologies (Canton, OH) [126.39 km]: 38.09 ms
Testing download speed................................................................................
Download: 5.67 Mbit/s
Testing upload speed......................................................................................................
Upload: 6.19 Mbit/s
I’ll continue to investigate and report here if I can find something.
Edit: not really a solution but if you disable ax, it goes back to some reasonable speed on ac:
in /etc/moprobe.d/iwlwifi.conf
options iwlwifi disable_11ax=Y
bench ➜ modprobe.d iw wlan0 link
Connected to 08:36:c9:20:de:7b (on wlan0)
SSID: sai
freq: 5765
RX: 1293711948 bytes (959862 packets)
TX: 809732022 bytes (104472 packets)
signal: -42 dBm
rx bitrate: 866.7 MBit/s VHT-MCS 9 80MHz short GI VHT-NSS 2
tx bitrate: 866.7 MBit/s VHT-MCS 9 80MHz short GI VHT-NSS 2
bss flags: short-slot-time
dtim period: 3
beacon int: 100
bench ➜ modprobe.d speedtest
Retrieving speedtest.net configuration...
Testing from Verizon Fios (96.236.147.18)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Suddenlink Communications LLC (Parkersburg, WV) [189.55 km]: 33.639 ms
Testing download speed................................................................................
Download: 271.07 Mbit/s
Testing upload speed......................................................................................................
Upload: 184.70 Mbit/s