Enters airplane mode after suspend / resume, can't toggle it
I was able to workaround it using @Gibbsoft's answer in Wifi Hard Blocked After Suspend in Ubuntu on GS65.
Update /etc/default/grub
with:
GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=! acpi_osi='Windows 2009' quiet splash"
And now after resuming, fn
+ f10
takes it out of airplane mode and removes the hard block on the wifi driver.