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_be1775s_name[] = 10 "Killer(R) Wi-Fi 7 BE1775s 320MHz Wireless Network Adapter (BE211D2W)"; 11 const char iwl_killer_be1775i_name[] = 12 "Killer(R) Wi-Fi 7 BE1775i 320MHz Wireless Network Adapter (BE211NGW)"; 13 14 const char iwl_be211_name[] = "Intel(R) Wi-Fi 7 BE211 320MHz"; 15 const char iwl_be213_name[] = "Intel(R) Wi-Fi 7 BE213 160MHz"; 16