mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
wifi: iwlwifi: cfg: fix a few device names
There are going to be some devices called BN203 instead of BN201, adjust the names accordingly. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20251019114304.2ad0f42ffb57.I2c7864d33f0d7d3dc49381949571c4ce620a9723@changeid
This commit is contained in:
parent
9e69bcb527
commit
5ee10092eb
|
|
@ -12,5 +12,6 @@ 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_bn203_name[] = "Intel(R) Wi-Fi 8 BN203";
|
||||
const char iwl_be221_name[] = "Intel(R) Wi-Fi 7 BE221";
|
||||
const char iwl_be223_name[] = "Intel(R) Wi-Fi 7 BE223";
|
||||
|
|
|
|||
|
|
@ -686,6 +686,7 @@ extern const char iwl_be211_name[];
|
|||
extern const char iwl_killer_bn1850w2_name[];
|
||||
extern const char iwl_killer_bn1850i_name[];
|
||||
extern const char iwl_bn201_name[];
|
||||
extern const char iwl_bn203_name[];
|
||||
extern const char iwl_be221_name[];
|
||||
extern const char iwl_be223_name[];
|
||||
extern const char iwl_ax221_name[];
|
||||
|
|
|
|||
|
|
@ -1069,9 +1069,10 @@ VISIBLE_IF_IWLWIFI_KUNIT const struct iwl_dev_info iwl_dev_info_table[] = {
|
|||
|
||||
/* PE RF */
|
||||
IWL_DEV_INFO(iwl_rf_pe, iwl_bn201_name, RF_TYPE(PE)),
|
||||
IWL_DEV_INFO(iwl_rf_pe, iwl_be223_name, RF_TYPE(PE), SUBDEV(0x0524)),
|
||||
IWL_DEV_INFO(iwl_rf_pe, iwl_be223_name, RF_TYPE(PE), SUBDEV(0x4524)),
|
||||
IWL_DEV_INFO(iwl_rf_pe, iwl_be221_name, RF_TYPE(PE), SUBDEV(0x0324)),
|
||||
IWL_DEV_INFO(iwl_rf_pe, iwl_be223_name, RF_TYPE(PE),
|
||||
SUBDEV_MASKED(0x0524, 0xFFF)),
|
||||
IWL_DEV_INFO(iwl_rf_pe, iwl_bn203_name, RF_TYPE(PE),
|
||||
SUBDEV_MASKED(0x0324, 0xFFF)),
|
||||
|
||||
/* Killer */
|
||||
IWL_DEV_INFO(iwl_rf_wh, iwl_killer_be1775s_name, SUBDEV(0x1776)),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user