diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-10-06 10:42:43 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-10-06 10:42:43 -0400 |
commit | 72645eff4b2ad6cf2b016b54f9d6817cca0a621d (patch) | |
tree | 08ac795c6acfca113d492529333df43af2c6df17 /Documentation/feature-removal-schedule.txt | |
parent | 46bf695802bb090d9d0d0fec6bb5b46c24b17d4e (diff) |
iwlwifi: schedule to deprecate software scan support
Hardware scan is the prefer method for all iwlwifi devices;
especially for dual-mode functions. Schedule to deprecate the
software scan support in kernel 2.6.40
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index be7030e4dd73..cd89d1e5a6a8 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -563,3 +563,13 @@ Why: superseded by acpi_sleep=nonvs | |||
563 | Who: Rafael J. Wysocki <rjw@sisk.pl> | 563 | Who: Rafael J. Wysocki <rjw@sisk.pl> |
564 | 564 | ||
565 | ---------------------------- | 565 | ---------------------------- |
566 | |||
567 | What: iwlwifi disable_hw_scan module parameters | ||
568 | When: 2.6.40 | ||
569 | Why: Hareware scan is the prefer method for iwlwifi devices for | ||
570 | scanning operation. Remove software scan support for all the | ||
571 | iwlwifi devices. | ||
572 | |||
573 | Who: Wey-Yi Guy <wey-yi.w.guy@intel.com> | ||
574 | |||
575 | ---------------------------- | ||