/* * Copyright 2022, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. */ #include HAIKU_FBSD_WLAN_DRIVER_GLUE(idualwifi7260, iwm, pci) NO_HAIKU_FBSD_MII_DRIVER(); NO_HAIKU_REENABLE_INTERRUPTS(); HAIKU_DRIVER_REQUIREMENTS(OBSD_WLAN); HAIKU_FIRMWARE_VERSION(1); NO_HAIKU_FIRMWARE_NAME_MAP(); int HAIKU_CHECK_DISABLE_INTERRUPTS(device_t dev) { // We only support MSI(-X), so we handle all interrupts. return 1; }