On Tue, 16 Sep 2008 21:29:50 -0500
Larry Finger <[EMAIL PROTECTED]> wrote:

> Celejar wrote:
> > Hi,
> > 
> > With 2.6.27-rc3-wl everything worked; with 2.6.27-rc6-wl, I can connect
> > to APs that broadcast essid, but not one that doesn't.  The card does
> > not associate.  Is this a b43 issue, or a mac80211 issue, or something
> > else? Kernels are from wireless-testing.git.
> 
> It is difficult to say. As you have wireless-testing.git, please
> bisect the source to find the problem. If you don't know how to use
> git for this, see
> 
> http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html

Done.

544ec9a11fdef5142a76a8eb4b186a80a272c035 is first bad commit
commit 544ec9a11fdef5142a76a8eb4b186a80a272c035
Author: Luis R. Rodriguez <[EMAIL PROTECTED]>
Date:   Tue Sep 9 23:19:48 2008 -0700

    cfg80211: Add new wireless regulatory infrastructure
    
    This adds the new wireless regulatory infrastructure. The
    main motiviation behind this was to centralize regulatory
    code as each driver was implementing their own regulatory solution,
    and to replace the initial centralized code we have where:
    
    * only 3 regulatory domains are supported: US, JP and EU
    * regulatory domains can only be changed through module parameter
    * all rules were built statically in the kernel
    
    We now have support for regulatory domains for many countries
    and regulatory domains are now queried through a userspace agent
    through udev allowing distributions to update regulatory rules
    without updating the kernel.
    
    Each driver can regulatory_hint() a regulatory domain
    based on either their EEPROM mapped regulatory domain value to a
    respective ISO/IEC 3166-1 country code or pass an internally built
    regulatory domain. We also add support to let the user set the
    regulatory domain through userspace in case of faulty EEPROMs to
    further help compliance.
    
    Support for world roaming will be added soon for cards capable of
    this.

    
    For more information see:
    
    http://wireless.kernel.org/en/developers/Regulatory/CRDA
    
    For now we leave an option to enable the old module parameter,
    ieee80211_regdom, and to build the 3 old regdomains statically
    (US, JP and EU). This option is CONFIG_WIRELESS_OLD_REGULATORY.
    These old static definitions and the module parameter is being
    scheduled for removal for 2.6.29. Note that if you use this
    you won't make use of a world regulatory domain as its pointless.
    If you leave this option enabled and if CRDA is present and you
    use US or JP we will try to ask CRDA to update us a regulatory
    domain for us.
    
    Signed-off-by: Luis R. Rodriguez <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>

:040000 040000 ae38882f5bc91650e02efa252cc2e303995c0819 
7b9e7e18ce3a926c37c220c78841b6186b6f5775 M      Documentation
:040000 040000 806765c9be407e6e750675d61abbedb33c940c81 
30635573ce219fe8164254743eb03a095f0b3b22 M      include
:040000 040000 2344737e872cfc7d0b91d0e4210f5961f62a712e 
1bf6ec2032aaa262731579778c8f9f5e7e65d78c M      net

> Larry

Celejar
--
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator

_______________________________________________
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to