mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-13 05:00:15 -04:00
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:
committed by
Miri Korenblit
parent
6ed7430bdd
commit
11c7ebe30a
@@ -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,
|
||||
|
||||
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user