> We noted a similar lack of modularity on the Wi-Fi module, where repairs or upgrades will be impractical at best.
I'm the current owner of a T14s (gen3 AMD) and the non-replaceable wifi chip has been my biggest pain point with it. I'm somewhat disappointed to see them give this 10/10 score with that problem unresolved.
according to lspci it's a Qualcomm QCNFA765 and it works great under Linux...until you suspend the machine. after it wakes up from suspend, it will only stay connected for a few seconds to a minute before dropping the connection and re-establishing it.
I've replaced wifi chips in other Thinkpads I've owned, so I naively assumed this would be the same as well - just swapping out the M.2 card. but no such luck, it's soldered in place.
I ended up using systemd to rmmod-then-modprobe the ath11k_pci module when the system resumes from sleep. this is annoying because it adds a delay of several extra seconds before the machine is ready to use, but none of the "smaller hammer" workarounds I attempted worked at all.