1. 07 10月, 2008 1 次提交
  2. 16 9月, 2008 1 次提交
  3. 18 7月, 2008 2 次提交
  4. 09 7月, 2008 2 次提交
  5. 03 7月, 2008 1 次提交
  6. 01 7月, 2008 2 次提交
    • A
      build algorithms into the mac80211 module · e5f5e733
      Adrian Bunk 提交于
      The old infrastructure was:
      - the default algorithm is built into mac80211
      - other algorithms get into their own modules
      
      The implementation of this complicated scheme was horrible
      (just look at net/mac80211/Makefile), and anyone adding a new
      algorithm would most likely not get it right at his first attempt.
      
      This patch therefore builds all enabled algorithms into the mac80211
      module.
      
      The user interface for the rate control algorithms changes as follows:
      - first the user can choose which algorithms to enable (currently only
        MAC80211_RC_PID is available)
      - if more than one algorithm is enabled (currently not possible since
        only one algorithm is present) the user then chooses the default one
      
      Note:
      - MAC80211_RC_PID is always enables for CONFIG_EMBEDDED=n
      
      Technical changes:
      - all selected algorithms get into the mac80211 module
      - net/mac80211/Makefile can now become much less complicated
      - support for rc80211_pid_algo.c being modular is no longer required
      - this includes unexporting mesh_plink_broken
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      e5f5e733
    • Y
      mac80211: add MAC80211_VERBOSE_SPECT_MGMT_DEBUG Kconfig option · 7b1e78d5
      Yi Zhu 提交于
      The patch introduces MAC80211_VERBOSE_SPECT_MGMT_DEBUG Kconfig option to
      suppress Spectrum Management 802.11h related debug logs.
      Signed-off-by: NZhu Yi <yi.zhu@intel.com>
      Signed-off-by: NTomas Winkler <tomas.winkler@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      7b1e78d5
  7. 27 6月, 2008 1 次提交
  8. 22 5月, 2008 1 次提交
  9. 28 4月, 2008 1 次提交
  10. 14 3月, 2008 1 次提交
  11. 07 3月, 2008 3 次提交
  12. 06 2月, 2008 1 次提交
  13. 02 2月, 2008 1 次提交
  14. 29 1月, 2008 5 次提交
  15. 11 11月, 2007 2 次提交
  16. 06 5月, 2007 2 次提交