Fix wrong ifmedia check in intel wifi drivers.
authorstsp <stsp@openbsd.org>
Fri, 16 Feb 2024 11:44:52 +0000 (11:44 +0000)
committerstsp <stsp@openbsd.org>
Fri, 16 Feb 2024 11:44:52 +0000 (11:44 +0000)
commit844e213d50c754e415ff22924cb86e86d4d63002
treec3267e5d725eaee45f0aca30ec4017809df650db
parente45dcf584a93545d56c17d6f258e811f5b97e7d4
Fix wrong ifmedia check in intel wifi drivers.

IFM_AUTO is a media sub-type, not a media mode.
Should fix issues where only a subset of channels were scanned.

Tested:
iwm 8260: millert@
iwm 8265: mglocker@
iwm 9560: gnezdo@
iwx ax200: jmc@
iwx ax210: spiros thanasoulas
iwx ax211: kn@
sys/dev/pci/if_iwm.c
sys/dev/pci/if_iwn.c
sys/dev/pci/if_iwx.c