aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/feature-removal-schedule.txt
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2010-03-23 13:17:03 -0400
committerReinette Chatre <reinette.chatre@intel.com>2010-04-02 15:52:02 -0400
commitd34a5a62da12ffa53b91895d094960b35474f2fc (patch)
tree1c63d703857c112f9c60d0baa5f774c59cd7ebd0 /Documentation/feature-removal-schedule.txt
parent6aac74b40d5828c6f6b24974580aa43d7bee905c (diff)
iwlwifi: deprecate "iwl4965" alias support
Internal alias support has been present in module-init-tools for some time, the MODULE_ALIAS("iwl4965") boilerplate aliases can be removed. Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r--Documentation/feature-removal-schedule.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 4e78611c526b..d46944f9de53 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -556,3 +556,15 @@ Why: The "..50" modules parameters were used to configure 5000 series and
556 in drivers/net/wireless/iwlwifi/iwl-agn.c 556 in drivers/net/wireless/iwlwifi/iwl-agn.c
557 557
558Who: Wey-Yi Guy <wey-yi.w.guy@intel.com> 558Who: Wey-Yi Guy <wey-yi.w.guy@intel.com>
559
560----------------------------
561
562What: iwl4965 alias support
563When: 2.6.40
564Why: Internal alias support has been present in module-init-tools for some
565 time, the MODULE_ALIAS("iwl4965") boilerplate aliases can be removed
566 with no impact.
567
568Who: Wey-Yi Guy <wey-yi.w.guy@intel.com>
569
570----------------------------