1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* 3 * Copyright (C) 2025 Intel Corporation 4 */ 5 #include "iwl-config.h" 6 7 /* currently iwl_rf_wh/iwl_rf_wh_160mhz are just defines for the FM ones */ 8 9 const char iwl_killer_bn1850w2_name[] = 10 "Killer(R) Wi-Fi 8 BN1850w2 320MHz Wireless Network Adapter (BN201.D2W)"; 11 const char iwl_killer_bn1850i_name[] = 12 "Killer(R) Wi-Fi 8 BN1850i 320MHz Wireless Network Adapter (BN201.NGW)"; 13 14 const char iwl_bn201_name[] = "Intel(R) Wi-Fi 8 BN201"; 15 const char iwl_be221_name[] = "Intel(R) Wi-Fi 7 BE221"; 16 const char iwl_be223_name[] = "Intel(R) Wi-Fi 7 BE223"; 17