~ubuntu-branches/ubuntu/wily/linux-ti-omap4/wily

« back to all changes in this revision

Viewing changes to drivers/net/wireless/ath/ath9k/Kconfig

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2013-07-11 18:35:20 UTC
  • Revision ID: package-import@ubuntu.com-20130711183520-htnf1x4y5r11hndr
Tags: 3.5.0-229.42
* Release Tracking Bug
  - LP: #1199276

[ Paolo Pisati ]

* [Config] CONFIG_ATH9K_LEGACY_RATE_CONTROL is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
          This option enables collection of statistics for Rx/Tx status
90
90
          data and some other MAC related statistics
91
91
 
92
 
config ATH9K_RATE_CONTROL
 
92
config ATH9K_LEGACY_RATE_CONTROL
93
93
        bool "Atheros ath9k rate control"
94
94
        depends on ATH9K
95
 
        default y
 
95
        default n
96
96
        ---help---
97
97
          Say Y, if you want to use the ath9k specific rate control
98
 
          module instead of minstrel_ht.
 
98
          module instead of minstrel_ht. Be warned that there are various
 
99
          issues with the ath9k RC and minstrel is a more robust algorithm.
 
100
          Note that even if this option is selected, "ath9k_rate_control"
 
101
          has to be passed to mac80211 using the module parameter,
 
102
          ieee80211_default_rc_algo.
99
103
 
100
104
config ATH9K_HTC
101
105
       tristate "Atheros HTC based wireless cards support"