diff options
| author | Johannes Berg <[email protected]> | 2025-05-10 18:48:25 +0000 |
|---|---|---|
| committer | Miri Korenblit <[email protected]> | 2025-05-12 14:15:35 +0000 |
| commit | 910edaea547cfde9f67b47110d11f3adfe254bba (patch) | |
| tree | 6ab9b052fc0d44fcdf938f0c139b8b1bcd5bd86a /drivers/net/wireless/intel/iwlwifi/cfg/rf-pe.c | |
| parent | wifi: iwlwifi: cfg: fix and clean up FM/WH device matching (diff) | |
| download | kernel-910edaea547cfde9f67b47110d11f3adfe254bba.tar.gz kernel-910edaea547cfde9f67b47110d11f3adfe254bba.zip | |
wifi: iwlwifi: cfg: fix PE RF names
There are a couple of variants of this, match them correctly
to their names and clean up a bit.
Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Miri Korenblit <[email protected]>
Link: https://patch.msgid.link/20250510214621.d03eaad5be56.I276a09f0cad364e51ed4730ca81fbe504e61f2c7@changeid
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/cfg/rf-pe.c')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/cfg/rf-pe.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/cfg/rf-pe.c b/drivers/net/wireless/intel/iwlwifi/cfg/rf-pe.c new file mode 100644 index 000000000000..483f21659eff --- /dev/null +++ b/drivers/net/wireless/intel/iwlwifi/cfg/rf-pe.c @@ -0,0 +1,16 @@ +// 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"; |
