aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/feature-removal-schedule.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index a841e79dfac6..4e78611c526b 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -545,3 +545,14 @@ Why: udev fully replaces this special file system that only contains CAPI
545 NCCI TTY device nodes. User space (pppdcapiplugin) works without 545 NCCI TTY device nodes. User space (pppdcapiplugin) works without
546 noticing the difference. 546 noticing the difference.
547Who: Jan Kiszka <jan.kiszka@web.de> 547Who: Jan Kiszka <jan.kiszka@web.de>
548
549----------------------------
550
551What: iwlwifi 50XX module parameters
552When: 2.6.40
553Why: The "..50" modules parameters were used to configure 5000 series and
554 up devices; different set of module parameters also available for 4965
555 with same functionalities. Consolidate both set into single place
556 in drivers/net/wireless/iwlwifi/iwl-agn.c
557
558Who: Wey-Yi Guy <wey-yi.w.guy@intel.com>