1. 28 7月, 2006 1 次提交
    • M
      [PATCH] bcm43xx: init routine rewrite · 58e5528e
      Michael Buesch 提交于
      Rewrite of the bcm43xx initialization routines.
      This fixes several issues:
      * up-down-up-down-up... stale data issue
        (May fix some DHCP issues)
      * Fix the init vs IRQ handler race (and remove the workaround)
      * Fix init for cards with multiple cores (APHY)
        As softmac has no internal PHY handling (unlike dscape),
        this adds the file "phymode" to sysfs.
        The active PHY can be selected by writing either a, b or g
        to this file. Current PHY can be determined by reading from it.
      * Fix the controller restart code.
        Controller restart can now also be triggered through
        echo 1 > /debug/bcm43xx/ethX/restart
      Signed-off-by: NMichael Buesch <mb@bu3sch.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      58e5528e
  2. 11 7月, 2006 1 次提交
  3. 16 6月, 2006 1 次提交
  4. 25 4月, 2006 1 次提交
  5. 20 4月, 2006 1 次提交
    • R
      [PATCH] bcm43xx wireless: fix printk format warnings · 4c6f749f
      Randy Dunlap 提交于
      Fix printk format warnings:
      drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c:456: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘size_t’
      drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c:460: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘size_t’
      drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c:476: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘size_t’
      drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c:480: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘size_t’
      drivers/net/wireless/bcm43xx/bcm43xx_dma.c:200: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘dma_addr_t’
      drivers/net/wireless/bcm43xx/bcm43xx_dma.c:311: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘dma_addr_t’
      drivers/net/wireless/bcm43xx/bcm43xx_dma.c:733: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘dma_addr_t’
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      4c6f749f
  6. 28 3月, 2006 6 次提交