From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from an-out-0708.google.com ([209.85.132.245]:22043 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751713AbYFKK3e (ORCPT ); Wed, 11 Jun 2008 06:29:34 -0400 Received: by an-out-0708.google.com with SMTP id d40so719589and.103 for ; Wed, 11 Jun 2008 03:29:33 -0700 (PDT) Message-ID: <43e72e890806110329o28ad24e5g8331917fcfbebc78@mail.gmail.com> (sfid-20080611_122948_177044_7150FA01) Date: Wed, 11 Jun 2008 03:29:29 -0700 From: "Luis R. Rodriguez" To: linux-wireless , "Johannes Berg" , "John W. Linville" Subject: Re: [RFC] First CRDA integration work In-Reply-To: <20080611040402.GE17936@ruslug.rutgers.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 References: <20080611040402.GE17936@ruslug.rutgers.edu> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, Jun 10, 2008 at 9:04 PM, Luis R. Rodriguez wrote: > > Release, review early. First work patch for integration of > CRDA work. Nukes old regulatory work, adds CRDA-like data structures > to cfg80211, adds a world regdom and uses it by default, > and start nl80211 definitions. The fun part, nl80211_get_reg() > and nl80211_set_reg() are pending. Hoping the second > shift can take over as I'm going to bed now. > > At least it compiles, and should give an idea of where this is > going. This wasn't tested either :) > > CRDA stuff can be checked out from: > > git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/crda.git > > For those who like diagrams: > > http://wireless.kernel.org/crda.png OK well it doesn't crash, lucky me. I'm on it now. Also credit where its due: Thanks to Johannes for whipping up the userspace API really quickly and so well :) Not to mention already having set up mac80211 to make this patch easy :) Luis