Re: iwlwifi/AX210: country AU maps to ROW and omits common Australian 5 GHz channels 36-48
Date: Wed, 17 Jun 2026 23:33:46 UTC
On Thu, 18 Jun 2026, Ben Hutton wrote: Hi Ben, > ifconfig -v wlan0 list chan So VHT is clearly there, which means it passed regdomain. Country code was set correctly. > sysctl -a compat.linuxkpi.80211 > compat.linuxkpi.80211.tkip: 1 > compat.linuxkpi.80211.hw_crypto: 1 > compat.linuxkpi.80211.order_scanlist: 0 > compat.linuxkpi.80211.suspend_type: 1 That was a think-o from me last night; I meant sysctl compat.linuxkpi | grep iwlwifi just to check that the loader tunables for 11n and 11ac did not get lost but I believe otherwise they wouldn't show up in the channel list either (my iwlwifi test devices are either busy or off currently so I cannot reboot to double check; maybe just do so we are sure that they are like: compat.linuxkpi.iwlwifi_11n_disable: 0 compat.linuxkpi.iwlwifi_disable_11ac: 0 ). The only think I think could help would be a ifconfig -v wlan0 list scan | grep xx:xx:xx:xx:xx:xx where xx:xx... is your bssid. and/or a radiotap recording of the association process; using a monitor node would certainly be cleaner but you could locally run tcpdump -ln -s0 -e -vvv -i wlan0 -y IEEE802_11_RADIO -w /var/tmp/for-bz.pcap and then (re)start wpa_supplicant and let it record packets until ifconfig says you are associated. Please do not share that file publicly. /bz -- Bjoern A. Zeeb r15:7