lkml.org 
[lkml]   [2007]   [Mar]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 044/101] bcm43xx: fix for 4309
    From: Stefano Brivio <stefano.brivio@polimi.it>

    BCM4309 devices aren't working properly as A PHYs aren't supported yet, but
    we probe 802.11a cores anyway. This fixes it, while still allowing for A PHY code
    to be developed in the future.

    Signed-off-by: Stefano Brivio <stefano.brivio@polimi.it>
    Cc: Michael Buesch <mb@bu3sch.de>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/net/wireless/bcm43xx/bcm43xx_main.c | 5 +++--
    1 file changed, 3 insertions(+), 2 deletions(-)

    --- linux-2.6.20.1.orig/drivers/net/wireless/bcm43xx/bcm43xx_main.c
    +++ linux-2.6.20.1/drivers/net/wireless/bcm43xx/bcm43xx_main.c
    @@ -2736,8 +2736,9 @@ static int bcm43xx_probe_cores(struct bc
    * dangling pins on the second core. Be careful
    * and ignore these cores here.
    */
    - if (bcm->pci_dev->device != 0x4324) {
    - dprintk(KERN_INFO PFX "Ignoring additional 802.11 core.\n");
    + if (1 /*bcm->pci_dev->device != 0x4324*/ ) {
    + /* TODO: A PHY */
    + dprintk(KERN_INFO PFX "Ignoring additional 802.11a core.\n");
    continue;
    }
    }
    --
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2007-03-07 18:19    [W:4.111 / U:0.156 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site