wifi: unblock rfkill before interface probe (HP 14 G7 AX201 fix)
The existing rfkill unblock ran AFTER detect_iface succeeded — no help
when the radio is blocked at boot, because mac80211 then refuses to
register an interface at all and detect_iface returns nothing.
Happens on HP Chromebook 14 G7 (and other Jasper Lake Chromebooks with
Intel AX201): coreboot / ACPI leaves the radio RF_KILL blocked on cold
boot, so iwlwifi probes successfully but wlp* never appears. ac-native
logged "no wifi hardware" even though the driver was loaded + firmware
was present.
Run `rfkill unblock all` right before `iw dev` probing. If rfkill isn't
installed in the initramfs, fall back to walking /sys/class/rfkill/*
and writing '0' to each node's `soft` file by hand.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>