mirror of https://github.com/torvalds/linux.git
17 lines
598 B
C
17 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";
|