diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-04-15 16:21:34 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-15 16:21:34 -0400 |
commit | 5c01d5669356e13f0fb468944c1dd4c6a7e978ad (patch) | |
tree | fa43345288d7b25fac92b3b35360a177c4947313 /Documentation/feature-removal-schedule.txt | |
parent | fea069152614cdeefba4b2bf80afcddb9c217fc8 (diff) | |
parent | a5e944f1d955f3819503348426763e21e0413ba6 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
Conflicts:
Documentation/feature-removal-schedule.txt
drivers/net/wireless/ath/ath5k/phy.c
drivers/net/wireless/wl12xx/wl1271_main.c
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 267e90582d20..116a13c4f13f 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -520,7 +520,6 @@ Who: Hans de Goede <hdegoede@redhat.com> | |||
520 | 520 | ||
521 | ---------------------------- | 521 | ---------------------------- |
522 | 522 | ||
523 | |||
524 | What: corgikbd, spitzkbd, tosakbd driver | 523 | What: corgikbd, spitzkbd, tosakbd driver |
525 | When: 2.6.35 | 524 | When: 2.6.35 |
526 | Files: drivers/input/keyboard/{corgi,spitz,tosa}kbd.c | 525 | Files: drivers/input/keyboard/{corgi,spitz,tosa}kbd.c |
@@ -608,3 +607,24 @@ Why: Useful in 2003, implementation is a hack. | |||
608 | Generally invoked by accident today. | 607 | Generally invoked by accident today. |
609 | Seen as doing more harm than good. | 608 | Seen as doing more harm than good. |
610 | Who: Len Brown <len.brown@intel.com> | 609 | Who: Len Brown <len.brown@intel.com> |
610 | |||
611 | ---------------------------- | ||
612 | |||
613 | What: iwlwifi 50XX module parameters | ||
614 | When: 2.6.40 | ||
615 | Why: The "..50" modules parameters were used to configure 5000 series and | ||
616 | up devices; different set of module parameters also available for 4965 | ||
617 | with same functionalities. Consolidate both set into single place | ||
618 | in drivers/net/wireless/iwlwifi/iwl-agn.c | ||
619 | |||
620 | Who: Wey-Yi Guy <wey-yi.w.guy@intel.com> | ||
621 | |||
622 | ---------------------------- | ||
623 | |||
624 | What: iwl4965 alias support | ||
625 | When: 2.6.40 | ||
626 | Why: Internal alias support has been present in module-init-tools for some | ||
627 | time, the MODULE_ALIAS("iwl4965") boilerplate aliases can be removed | ||
628 | with no impact. | ||
629 | |||
630 | Who: Wey-Yi Guy <wey-yi.w.guy@intel.com> | ||