> On Thu, 2010-05-13 at 04:00 -0700, Kiran Divekar wrote: > > Added 11d support for libertas driver using cfg80211. This is based on > Holger Shurig's initial work to add cfg80211 support libertas. > > (https://patchwork.kernel.org/patch/64286/) > > > > Please let us know, if there are any improvements comments. > > > > Code is added to send 11d enable command to firmware while > > initialisation and pass 11d specific information to firmware > > when notifier handler is called by cfg80211. > > Looks OK, though I'd prefer making 11D_DOMAIN_INFO a direct command > instead. But if you don't want to do that right now, that's fine, just > send the final patch and I'll ack it. Hi Dan, Holger, This patch is based on Holger's work to add cfg80211 support to libertas. We have tested original patch by rebasing to latest wireless-testing tree. We will send the re-based patch as well as this patch again. Please let us know, if there are any other thoughts. Thanks, - Kiran > Acked-by: Dan Williams <dcbw@xxxxxxxxxx> > > > Signed-off-by: Amitkumar Karwar <akarwar@xxxxxxxxxxx> > > Signed-off-by: Kiran Divekar <dkiran@xxxxxxxxxxx> > > --- > > drivers/net/wireless/libertas/cfg.c | 110 > +++++++++++++++++++++++++++++++ > > drivers/net/wireless/libertas/cfg.h | 5 ++ > > drivers/net/wireless/libertas/cmd.c | 65 ++++++++++++++++++ > > drivers/net/wireless/libertas/cmdresp.c | 50 ++++++++++++++ > > drivers/net/wireless/libertas/decl.h | 5 ++ > > drivers/net/wireless/libertas/dev.h | 3 + > > drivers/net/wireless/libertas/host.h | 28 ++++++++- > > drivers/net/wireless/libertas/main.c | 3 + > > 8 files changed, 268 insertions(+), 1 deletions(-) > > -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html