From: Dan Williams <dcbw@redhat.com>
To: Daniel Drake <dsd@gentoo.org>
Cc: linville@tuxdriver.com, netdev@vger.kernel.org, mb@bu3sch.de
Subject: Re: [PATCH] bcm43xx: enable shared key authentication
Date: Sat, 17 Jun 2006 23:01:25 -0400 [thread overview]
Message-ID: <1150599685.2519.7.camel@localhost.localdomain> (raw)
In-Reply-To: <20060616195022.E73CD8A3591@zog.reactivated.net>
On Fri, 2006-06-16 at 20:50 +0100, Daniel Drake wrote:
> I recently patched softmac to enable shared key authentication. This small patch
> will enable crazy or unfortunate bcm43xx users to use this new capability.
Meaning that _until now_, softmac couldn't do Shared Key auth??? That
might explain a few NM bugs I think I've seen floating around.
Dan
> Signed-off-by: Daniel Drake <dsd@gentoo.org>
>
> Index: linux/drivers/net/wireless/bcm43xx/bcm43xx_main.c
> ===================================================================
> --- linux.orig/drivers/net/wireless/bcm43xx/bcm43xx_main.c
> +++ linux/drivers/net/wireless/bcm43xx/bcm43xx_main.c
> @@ -3599,6 +3599,10 @@ static void bcm43xx_ieee80211_set_securi
> secinfo->encrypt = sec->encrypt;
> dprintk(KERN_INFO PFX " .encrypt = %d\n", sec->encrypt);
> }
> + if (sec->flags & SEC_AUTH_MODE) {
> + secinfo->auth_mode = sec->auth_mode;
> + dprintk(KERN_INFO PFX " .auth_mode = %d\n", sec->auth_mode);
> + }
> if (bcm->initialized && !bcm->ieee->host_encrypt) {
> if (secinfo->enabled) {
> /* upload WEP keys to hardware */
> -
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2006-06-18 3:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-16 19:50 [PATCH] bcm43xx: enable shared key authentication Daniel Drake
2006-06-16 20:18 ` Michael Buesch
2006-06-18 3:01 ` Dan Williams [this message]
2006-06-18 9:31 ` Michael Buesch
2006-06-26 18:38 ` John W. Linville
2006-06-26 19:06 ` Michael Buesch
2006-06-26 19:10 ` Michael Buesch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1150599685.2519.7.camel@localhost.localdomain \
--to=dcbw@redhat.com \
--cc=dsd@gentoo.org \
--cc=linville@tuxdriver.com \
--cc=mb@bu3sch.de \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).