diff options
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 73ef30dbe612..5f460110c5ee 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -543,6 +543,24 @@ Who: Eric Miao <eric.y.miao@gmail.com> | |||
543 | 543 | ||
544 | ---------------------------- | 544 | ---------------------------- |
545 | 545 | ||
546 | What: sysfs-class-rfkill state file | ||
547 | When: Feb 2014 | ||
548 | Files: net/rfkill/core.c | ||
549 | Why: Documented as obsolete since Feb 2010. This file is limited to 3 | ||
550 | states while the rfkill drivers can have 4 states. | ||
551 | Who: anybody or Florian Mickler <florian@mickler.org> | ||
552 | |||
553 | ---------------------------- | ||
554 | |||
555 | What: sysfs-class-rfkill claim file | ||
556 | When: Feb 2012 | ||
557 | Files: net/rfkill/core.c | ||
558 | Why: It is not possible to claim an rfkill driver since 2007. This is | ||
559 | Documented as obsolete since Feb 2010. | ||
560 | Who: anybody or Florian Mickler <florian@mickler.org> | ||
561 | |||
562 | ---------------------------- | ||
563 | |||
546 | What: capifs | 564 | What: capifs |
547 | When: February 2011 | 565 | When: February 2011 |
548 | Files: drivers/isdn/capi/capifs.* | 566 | Files: drivers/isdn/capi/capifs.* |
@@ -550,3 +568,26 @@ Why: udev fully replaces this special file system that only contains CAPI | |||
550 | NCCI TTY device nodes. User space (pppdcapiplugin) works without | 568 | NCCI TTY device nodes. User space (pppdcapiplugin) works without |
551 | noticing the difference. | 569 | noticing the difference. |
552 | Who: Jan Kiszka <jan.kiszka@web.de> | 570 | Who: Jan Kiszka <jan.kiszka@web.de> |
571 | |||
572 | ---------------------------- | ||
573 | |||
574 | What: iwlwifi 50XX module parameters | ||
575 | When: 2.6.40 | ||
576 | Why: The "..50" modules parameters were used to configure 5000 series and | ||
577 | up devices; different set of module parameters also available for 4965 | ||
578 | with same functionalities. Consolidate both set into single place | ||
579 | in drivers/net/wireless/iwlwifi/iwl-agn.c | ||
580 | |||
581 | Who: Wey-Yi Guy <wey-yi.w.guy@intel.com> | ||
582 | |||
583 | ---------------------------- | ||
584 | |||
585 | What: iwl4965 alias support | ||
586 | When: 2.6.40 | ||
587 | Why: Internal alias support has been present in module-init-tools for some | ||
588 | time, the MODULE_ALIAS("iwl4965") boilerplate aliases can be removed | ||
589 | with no impact. | ||
590 | |||
591 | Who: Wey-Yi Guy <wey-yi.w.guy@intel.com> | ||
592 | |||
593 | ---------------------------- | ||