wifi: iwlwifi: cfg: remove some unused names

There are a couple of old names that don't actually get used.
Remove them.

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.1ed5fc197ba0.I52d7bb49db24523ad93ad83a89c8e846d9a43241@changeid
This commit is contained in:
Johannes Berg
2025-05-10 21:48:15 +03:00
committed by Miri Korenblit
parent 6ed7430bdd
commit 11c7ebe30a
2 changed files with 0 additions and 6 deletions

View File

@@ -126,9 +126,6 @@ const char iwl3168_2ac_name[] = "Intel(R) Dual Band Wireless AC 3168";
const char iwl7265_2ac_name[] = "Intel(R) Dual Band Wireless AC 7265";
const char iwl7265_2n_name[] = "Intel(R) Dual Band Wireless N 7265";
const char iwl7265_n_name[] = "Intel(R) Wireless N 7265";
const char iwl7265d_2ac_name[] = "Intel(R) Dual Band Wireless AC 7265";
const char iwl7265d_2n_name[] = "Intel(R) Dual Band Wireless N 7265";
const char iwl7265d_n_name[] = "Intel(R) Wireless N 7265";
const struct iwl_rf_cfg iwl7260_cfg = {
.fw_name_pre = IWL7260_FW_PRE,

View File

@@ -593,9 +593,6 @@ extern const char iwl3168_2ac_name[];
extern const char iwl7265_2ac_name[];
extern const char iwl7265_2n_name[];
extern const char iwl7265_n_name[];
extern const char iwl7265d_2ac_name[];
extern const char iwl7265d_2n_name[];
extern const char iwl7265d_n_name[];
extern const char iwl8260_2n_name[];
extern const char iwl8260_2ac_name[];
extern const char iwl8265_2ac_name[];