mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
wifi: iwlwifi: cfg: remove iwl_be221_name
This is unused, no devices with such a name exist, so remove it. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20260111193638.360ca699c9d6.I26ceddc2916e134ff50ea8550e44935f287b063c@changeid
This commit is contained in:
parent
d2fcdf3655
commit
4f042e3bb9
|
|
@ -13,5 +13,4 @@ const char iwl_killer_bn1850i_name[] =
|
|||
|
||||
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";
|
||||
|
|
|
|||
|
|
@ -687,7 +687,6 @@ 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[];
|
||||
#if IS_ENABLED(CONFIG_IWLDVM)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user