~ubuntu-branches/ubuntu/hardy/linux-backports-modules-2.6.24/hardy-security

« back to all changes in this revision

Viewing changes to updates/wireless/iwlwifi/mac80211/modified/net/wireless/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): , Ben Collins
  • Date: 2008-04-02 06:59:04 UTC
  • Revision ID: james.westby@ubuntu.com-20080402065904-e5knh2gn2hms3xbb
Tags: 2.6.24-14.11
[Ben Collins]

* iwlwifi: Update to iwlwifi-1.2.25 and mac80211-10.0.4
  - LP: #200950
* ubuntu: Slight cleanups to module hiearchy and Makefiles
* mac80211: Enable LED triggers
* iwlwifi: Add LED trigger support (rx and tx only)
  - LP: #176090

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
config CFG80211
 
2
        tristate "Improved wireless configuration API"
 
3
 
 
4
config WIRELESS_EXT
 
5
        bool "Wireless extensions"
 
6
        default n
 
7
        ---help---
 
8
          This option enables the legacy wireless extensions
 
9
          (wireless network interface configuration via ioctls.)
 
10
 
 
11
          Wireless extensions will be replaced by cfg80211 and
 
12
          will be required only by legacy drivers that implement
 
13
          wireless extension handlers.
 
14
 
 
15
          Say N (if you can) unless you know you need wireless
 
16
          extensions for external modules.