mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

There are a couple of variants of this, match them correctly to their names and clean up a bit. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250510214621.d03eaad5be56.I276a09f0cad364e51ed4730ca81fbe504e61f2c7@changeid
16 lines
598 B
C
16 lines
598 B
C
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
|
|
/*
|
|
* Copyright (C) 2025 Intel Corporation
|
|
*/
|
|
#include "iwl-config.h"
|
|
|
|
/* currently iwl_rf_wh/iwl_rf_wh_160mhz are just defines for the FM ones */
|
|
|
|
const char iwl_killer_bn1850w2_name[] =
|
|
"Killer(R) Wi-Fi 8 BN1850w2 320MHz Wireless Network Adapter (BN201.D2W)";
|
|
const char iwl_killer_bn1850i_name[] =
|
|
"Killer(R) Wi-Fi 8 BN1850i 320MHz Wireless Network Adapter (BN201.NGW)";
|
|
|
|
const char iwl_bn201_name[] = "Intel(R) Wi-Fi 8 BN201";
|
|
const char iwl_be221_name[] = "Intel(R) Wi-Fi 7 BE221";
|
|
const char iwl_be223_name[] = "Intel(R) Wi-Fi 7 BE223";
|