1. 28 2月, 2008 1 次提交
  2. 29 1月, 2008 2 次提交
    • M
      b43: Add NPHY kconfig option · d5c71e46
      Michael Buesch 提交于
      This adds a new Kconfig option for enabling probing of N-PHYs.
      This option will be removed again once the stuff works.
      For now it is to help in development. This way real users won't
      execute the broken N-PHY codepaths, but the developers can easily
      enable N-PHY stuff.
      
      To enable N-PHY probing simply remove the BROKEN dependency
      and enable the option in the kernel config.
      Signed-off-by: NMichael Buesch <mb@bu3sch.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      d5c71e46
    • M
      b43: Remove PIO support · 03b29773
      Michael Buesch 提交于
      Remove b43 PIO support.
      DMA works well on all supported devices. There's no reason to use PIO.
      Additionally, new devices don't support PIO in hardware anymore.
      b43 PIO support is dead and unused code.
      
      After applying this patch please do
      git rm drivers/net/wireless/b43/pio.h
      git rm drivers/net/wireless/b43/pio.c
      to remove the main PIO support code.
      Signed-off-by: NMichael Buesch <mb@bu3sch.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      03b29773
  3. 10 11月, 2007 1 次提交
  4. 11 10月, 2007 4 次提交