Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-12-06 Thread Dmitry Torokhov

On 12/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

On Wednesday, 6. December 2006 02:44, you wrote:
> FYI...after latest round of merges, that patch that I've been carrying
> in the pending branch of wireless-2.6 no longer applies.
>
> John

Ok, I'm waiting for Dmitry' feedback...  (hello, where're you ;) ?)



Sorry, busy time... I still have to do "ifup eth1" manually after
inserting the card to get it going.

--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-12-06 Thread chunkeey
On Wednesday, 6. December 2006 02:44, you wrote:
> FYI...after latest round of merges, that patch that I've been carrying
> in the pending branch of wireless-2.6 no longer applies.
>
> John

Ok, I'm waiting for Dmitry' feedback...  (hello, where're you ;) ?)

Christian
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-12-05 Thread John W. Linville
On Sun, Nov 26, 2006 at 11:47:49AM +0100, [EMAIL PROTECTED] wrote:
> On Sunday, 26. November 2006 06:27, you wrote:
> >
> > Sorry, still need the second "ifup" to bring the card up after plugging
> > it in. ping -f looks good however, I will try to stress it more and will
> > report if I see anything wrong.
> 
> Well, some docs about the chips and firmware would be very handy... 
> has anyone access to conexant's library?

FYI...after latest round of merges, that patch that I've been carrying
in the pending branch of wireless-2.6 no longer applies.

John
-- 
John W. Linville
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-25 Thread Dmitry Torokhov
On Saturday 25 November 2006 11:50, [EMAIL PROTECTED] wrote:
> On Saturday, 25. November 2006 06:39, you wrote:
> > Ok, it looks like the patch changed the order of netdevice registration vs.
> > requesting firmware. My scripts are trying to set ESSID and keys before
> > firmware even gets loaded into the card. You may want to make sure that
> > newer distributions immune to such change before pushing the patch to
> > mainline.
> 
> Ok, I think I know what was "wrong", this new patch should fix the problem.
> Can you try it? 
>

Sorry, still need the second "ifup" to bring the card up after plugging
it in. ping -f looks good however, I will try to stress it more and will
report if I see anything wrong.

-- 
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-18 Thread chunkeey
Am Samstag, 18. November 2006 05:27 schrieben Sie:
>
> OK, i'll try installing kismet on another laptop. For now that's what I
> have from iwevent:
>
> [EMAIL PROTECTED] ~]# cat iwevents.bad
> 21:30:52.185823   eth1 Set Mode:Managed
where's Set Encryption key:------**   Security 
mode:restricted ? was the key set?


> 21:30:52.226100   eth1 Set ESSID:"ALCT76_68b"
> 21:30:54.505039   eth1 Authenticate request to XY [00 0D 0002]
> 21:30:56.300128   eth1 Authenticate request to XY [00 0D 0002]
ok, the error code is 0D (=unsupported Authentication Algorithm).

>
> [EMAIL PROTECTED] ~]# cat iwevents.good
> 21:50:50.575630   eth1 Set Mode:Managed
> 21:50:50.604998   eth1 Set Encryption
> key:------**   Security mode:restricted
> 21:50:50.616502   eth1 Set ESSID:"ALCT76_68b"
> 21:50:52.880361   eth1 Authenticate request to XY : [00  00 0002]
> 21:50:52.882638   eth1 Associate request to XY : [00 00 0002]
> 21:50:52.883625   eth1 New Access Point/Cell address:XY
are your wireless-tools( iwconfig, iwevent, iwlist...) up to date? they've to 
be atleast Version 21!


but there's still something you can try:

go to drivers/net/wireless/prism54/isl_ioctl.c
and change in "prism54_set_auth_alg" function (somewhere at line 1040)
next to "if (flag & IW_ENCODE_RESTRICTED) {" 
authen = DOT11_AUTH_SK;
to 
authen = DOT11_AUTH_BOTH;

recompile; test; report ;)
>
> No, just netdev watchdog bitches:
>
> Nov 16 23:15:30 core kernel: [164606.712000] NETDEV WATCHDOG: eth1:
> transmit timed out Nov 16 23:15:30 core kernel: [164606.712000] eth1:
> tx_timeout, scheduling a reset Nov 16 23:15:30 core kernel: [164606.712000]
> eth1: resetting device... Nov 16 23:15:30 core kernel: [164606.712000]
> eth1: uploading firmware... Nov 16 23:15:31 core kernel: [164606.996000]
> eth1: firmware version: 1.0.4.3 Nov 16 23:15:31 core kernel:
> [164606.996000] eth1: firmware upload complete Nov 16 23:15:31 core kernel:
> [164607.232000] eth1: interface reset complete
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-17 Thread Dmitry Torokhov
On Friday 17 November 2006 15:53, [EMAIL PROTECTED] wrote:
> >
> > The card is WG511 talking to netgear WGR614 router. I am using WEP128
> > with shared keys. Router is set to be "g" only. The OS is Fedora Core
> > 3 (I swear I will upgrade :) ), just recompiled wireless tools from
> > sources in FC6.
> >
> > > for debugging:
> > > dmesg & iwevent output would be nice...
> >
> > Will do when I get home.
> >
> > > but I'll accept a short "sniffer" extract too. ;)
> > >
> > > (it would be really good, if you can provide a package dump form a
> > > working setup with the old driver too!)
> >
> > You'd have to tell me exactly what you want me to do.
> just the Management Frames (MLME):
> Beacon, Authentication and Association Responses/Requests Frames
> you can capture these frames with an extra sniffer card (in monitor mode)
> just run tcpdump, wireshark(ethereal), kismet, ...
>

OK, i'll try installing kismet on another laptop. For now that's what I have
from iwevent:

[EMAIL PROTECTED] ~]# cat iwevents.bad
21:30:52.185823   eth1 Set Mode:Managed
21:30:52.226100   eth1 Set ESSID:"ALCT76_68b"
21:30:54.505039   eth1 Custom driver event:Authenticate request to 
00:0f:b5:5b:fe:3a [00 0D 0002]
21:30:56.300128   eth1 Custom driver event:Authenticate request to 
00:0f:b5:5b:fe:3a [00 0D 0002]
21:30:58.095251   eth1 Custom driver event:Authenticate request to 
00:0f:b5:5b:fe:3a [00 0D 0002]
21:31:11.413225   eth1 Custom driver event:Authenticate request to 
00:0f:b5:5b:fe:3a [00 0D 0002]
21:31:13.207322   eth1 Custom driver event:Authenticate request to 
00:0f:b5:5b:fe:3a [00 0D 0002]
21:31:15.003497   eth1 Custom driver event:Authenticate request to 
00:0f:b5:5b:fe:3a [00 0D 0002]
21:31:16.798687   eth1 Custom driver event:Authenticate request to 
00:0f:b5:5b:fe:3a [00 0D 0002]
21:31:18.593844   eth1 Custom driver event:Authenticate request to 
00:0f:b5:5b:fe:3a [00 0D 0002]
21:31:31.911710   eth1 Custom driver event:Authenticate request to 
00:0f:b5:5b:fe:3a [00 0D 0002]
21:31:33.705200   eth1 Custom driver event:Authenticate request to 
00:0f:b5:5b:fe:3a [00 0D 0002]
21:31:35.501650   eth1 Custom driver event:Authenticate request to 
00:0f:b5:5b:fe:3a [00 0D 0002]
21:31:37.296756   eth1 Custom driver event:Authenticate request to 
00:0f:b5:5b:fe:3a [00 0D 0002]
21:31:39.091866   eth1 Custom driver event:Authenticate request to 
00:0f:b5:5b:fe:3a [00 0D 0002]
21:31:52.409596   eth1 Custom driver event:Authenticate request to 
00:0f:b5:5b:fe:3a [00 0D 0002]
21:31:54.203281   eth1 Custom driver event:Authenticate request to 
00:0f:b5:5b:fe:3a [00 0D 0002]

[EMAIL PROTECTED] ~]# cat iwevents.good
21:50:50.575630   eth1 Set Mode:Managed
21:50:50.604998   eth1 Set Encryption key:------**  
 Security mode:restricted
21:50:50.616502   eth1 Set ESSID:"ALCT76_68b"
21:50:52.880361   eth1 Custom driver event:Authenticate request to 
00:0F:B5:5B:FE:3A  : ACCEPTED  (00)
21:50:52.882638   eth1 Custom driver event:Associate request to 
00:0F:B5:5B:FE:3A  : ACCEPTED  (00)
21:50:52.883625   eth1 New Access Point/Cell address:00:0F:B5:5B:FE:3A

 
> 
> >
> > The reason for me trying the patch is that the card locks up
> > frequently (the amber transmission light turns on stays this way).
>  
> Do you get any fancy "mgt timeout ..." or something in dmesg, when
> the cards locks up? (include one, if you can, maybe syslog "saved" one)
> 

No, just netdev watchdog bitches:

Nov 16 23:15:30 core kernel: [164606.712000] NETDEV WATCHDOG: eth1: transmit 
timed out
Nov 16 23:15:30 core kernel: [164606.712000] eth1: tx_timeout, scheduling a 
reset
Nov 16 23:15:30 core kernel: [164606.712000] eth1: resetting device...
Nov 16 23:15:30 core kernel: [164606.712000] eth1: uploading firmware...
Nov 16 23:15:31 core kernel: [164606.996000] eth1: firmware version: 1.0.4.3
Nov 16 23:15:31 core kernel: [164606.996000] eth1: firmware upload complete
Nov 16 23:15:31 core kernel: [164607.232000] eth1: interface reset complete

-- 
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-17 Thread chunkeey
>
> Btw, it usually locks up under heavyish load. I.e. if I just ssh into
> my devel box and code in vi it will stay jsut fine for hours. But
> FTPing stuff over quite often locks it up.

k, I've seen this phenomenon too, but on my a PCI card.

Alright, when you come home, you should check the syslogs for these 
kind of "timeout" messages. 
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-17 Thread Dmitry Torokhov

On 11/17/06, Dmitry Torokhov <[EMAIL PROTECTED]> wrote:

On 11/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> > The reason for me trying the patch is that the card locks up
> > frequently (the amber transmission light turns on stays this way).
>
> Do you get any fancy "mgt timeout ..." or something in dmesg, when
> the cards locks up? (include one, if you can, maybe syslog "saved" one)
>

I think I saw these before (with earlier kernels, can't tell you
exactly when it stopped as I don't pay much attention to versions - I
work off tip of Linus's tree and pull often) but now it looks like it
simply locks up. Maybe I don't wait long enough - I just simply eject
and inster the card back when I see it locked up.



Btw, it usually locks up under heavyish load. I.e. if I just ssh into
my devel box and code in vi it will stay jsut fine for hours. But
FTPing stuff over quite often locks it up.

--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-17 Thread Dmitry Torokhov

On 11/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

>
> The reason for me trying the patch is that the card locks up
> frequently (the amber transmission light turns on stays this way).

Do you get any fancy "mgt timeout ..." or something in dmesg, when
the cards locks up? (include one, if you can, maybe syslog "saved" one)



I think I saw these before (with earlier kernels, can't tell you
exactly when it stopped as I don't pay much attention to versions - I
work off tip of Linus's tree and pull often) but now it looks like it
simply locks up. Maybe I don't wait long enough - I just simply eject
and inster the card back when I see it locked up.

--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-17 Thread chunkeey
>
> The card is WG511 talking to netgear WGR614 router. I am using WEP128
> with shared keys. Router is set to be "g" only. The OS is Fedora Core
> 3 (I swear I will upgrade :) ), just recompiled wireless tools from
> sources in FC6.
>
> > for debugging:
> > dmesg & iwevent output would be nice...
>
> Will do when I get home.
>
> > but I'll accept a short "sniffer" extract too. ;)
> >
> > (it would be really good, if you can provide a package dump form a
> > working setup with the old driver too!)
>
> You'd have to tell me exactly what you want me to do.
just the Management Frames (MLME):
Beacon, Authentication and Association Responses/Requests Frames
you can capture these frames with an extra sniffer card (in monitor mode)
just run tcpdump, wireshark(ethereal), kismet, ...


>
> The reason for me trying the patch is that the card locks up
> frequently (the amber transmission light turns on stays this way).
 
Do you get any fancy "mgt timeout ..." or something in dmesg, when
the cards locks up? (include one, if you can, maybe syslog "saved" one)
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-17 Thread Dmitry Torokhov

On 11/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Am Freitag, 17. November 2006 06:42 schrieben Sie:
> >
> > No, more that my card doesn't successfully associate at all even
> > _without_ the patch on unencrypted or WEP APs; I just can't test it,
> > since my card seems to be broken...
>
> FWIW I applied the patch to tonight pull form Linus's tree and my card
> stopped associating with my AP (WEP128, Shared key). It only associated
> with my neighbour router which is running without encryption.
can you please describe your setup? I tested WEP ("restricted") with a Netgear
WGT624 and a normal linux AP and haven't seen any problems so far.



The card is WG511 talking to netgear WGR614 router. I am using WEP128
with shared keys. Router is set to be "g" only. The OS is Fedora Core
3 (I swear I will upgrade :) ), just recompiled wireless tools from
sources in FC6.


for debugging:
dmesg & iwevent output would be nice...


Will do when I get home.


but I'll accept a short "sniffer" extract too. ;)

(it would be really good, if you can provide a package dump form a working
setup with the old driver too!)



You'd have to tell me exactly what you want me to do.

The reason for me trying the patch is that the card locks up
frequently (the amber transmission light turns on stays this way).

--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-17 Thread chunkeey
Am Freitag, 17. November 2006 06:42 schrieben Sie:
> >
> > No, more that my card doesn't successfully associate at all even
> > _without_ the patch on unencrypted or WEP APs; I just can't test it,
> > since my card seems to be broken...
>
> FWIW I applied the patch to tonight pull form Linus's tree and my card
> stopped associating with my AP (WEP128, Shared key). It only associated
> with my neighbour router which is running without encryption.
can you please describe your setup? I tested WEP ("restricted") with a Netgear 
WGT624 and a normal linux AP and haven't seen any problems so far.

for debugging: 
dmesg & iwevent output would be nice...
but I'll accept a short "sniffer" extract too. ;)

(it would be really good, if you can provide a package dump form a working 
setup with the old driver too!)

Christian
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-16 Thread Dmitry Torokhov
On Friday 10 November 2006 09:42, Dan Williams wrote:
> On Thu, 2006-11-09 at 18:16 -0500, Luis R. Rodriguez wrote:
> > On 11/9/06, Luis R. Rodriguez <[EMAIL PROTECTED]> wrote:
> > > On 11/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > > Am Mittwoch, 8. November 2006 01:39 schrieben Sie:
> > > > > On Fri, Nov 03, 2006 at 01:41:46PM -0500, Luis R. Rodriguez wrote:
> > > > > > On 11/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > > > > >yes, especially mgt_commit_list caused alot headaches, until I 
> > > > > > >removed
> > > > > > >DOT11_OID_PSM from the cache list.
> > > > > > >Now, I can "hammer" it with ping -f for hours.
> > > > > >
> > > > > > nice, perhaps that's been the culprit all along... going to dig to 
> > > > > > see
> > > > > > if I find a fullmac prism card. Will like to get this merged in.
> > > > >
> > > > > Any resolution on this?
> > > >
> > > > no replies.
> > > > Seems like it works for just fine for everybody. ;)
> > >
> > > I found a card, I just need time to test it. Dan didn't you say you
> > > ran into issues with the patch on your card?
> 
> No, more that my card doesn't successfully associate at all even
> _without_ the patch on unencrypted or WEP APs; I just can't test it,
> since my card seems to be broken...
>

FWIW I applied the patch to tonight pull form Linus's tree and my card
stopped associating with my AP (WEP128, Shared key). It only associated
with my neighbour router which is running without encryption.

-- 
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-10 Thread Dan Williams
On Thu, 2006-11-09 at 18:16 -0500, Luis R. Rodriguez wrote:
> On 11/9/06, Luis R. Rodriguez <[EMAIL PROTECTED]> wrote:
> > On 11/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > Am Mittwoch, 8. November 2006 01:39 schrieben Sie:
> > > > On Fri, Nov 03, 2006 at 01:41:46PM -0500, Luis R. Rodriguez wrote:
> > > > > On 11/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > > > >yes, especially mgt_commit_list caused alot headaches, until I 
> > > > > >removed
> > > > > >DOT11_OID_PSM from the cache list.
> > > > > >Now, I can "hammer" it with ping -f for hours.
> > > > >
> > > > > nice, perhaps that's been the culprit all along... going to dig to see
> > > > > if I find a fullmac prism card. Will like to get this merged in.
> > > >
> > > > Any resolution on this?
> > >
> > > no replies.
> > > Seems like it works for just fine for everybody. ;)
> >
> > I found a card, I just need time to test it. Dan didn't you say you
> > ran into issues with the patch on your card?

No, more that my card doesn't successfully associate at all even
_without_ the patch on unencrypted or WEP APs; I just can't test it,
since my card seems to be broken...

Dan

> >   Luis
> 
> CC'ing Dan to make sure he gets it ;)

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-09 Thread Luis R. Rodriguez

On 11/9/06, Luis R. Rodriguez <[EMAIL PROTECTED]> wrote:

On 11/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Am Mittwoch, 8. November 2006 01:39 schrieben Sie:
> > On Fri, Nov 03, 2006 at 01:41:46PM -0500, Luis R. Rodriguez wrote:
> > > On 11/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > >yes, especially mgt_commit_list caused alot headaches, until I removed
> > > >DOT11_OID_PSM from the cache list.
> > > >Now, I can "hammer" it with ping -f for hours.
> > >
> > > nice, perhaps that's been the culprit all along... going to dig to see
> > > if I find a fullmac prism card. Will like to get this merged in.
> >
> > Any resolution on this?
>
> no replies.
> Seems like it works for just fine for everybody. ;)

I found a card, I just need time to test it. Dan didn't you say you
ran into issues with the patch on your card?

  Luis


CC'ing Dan to make sure he gets it ;)
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-09 Thread Luis R. Rodriguez

On 11/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Am Mittwoch, 8. November 2006 01:39 schrieben Sie:
> On Fri, Nov 03, 2006 at 01:41:46PM -0500, Luis R. Rodriguez wrote:
> > On 11/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > >yes, especially mgt_commit_list caused alot headaches, until I removed
> > >DOT11_OID_PSM from the cache list.
> > >Now, I can "hammer" it with ping -f for hours.
> >
> > nice, perhaps that's been the culprit all along... going to dig to see
> > if I find a fullmac prism card. Will like to get this merged in.
>
> Any resolution on this?

no replies.
Seems like it works for just fine for everybody. ;)


I found a card, I just need time to test it. Dan didn't you say you
ran into issues with the patch on your card?

 Luis
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-09 Thread chunkeey
Am Mittwoch, 8. November 2006 01:39 schrieben Sie:
> On Fri, Nov 03, 2006 at 01:41:46PM -0500, Luis R. Rodriguez wrote:
> > On 11/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > >yes, especially mgt_commit_list caused alot headaches, until I removed
> > >DOT11_OID_PSM from the cache list.
> > >Now, I can "hammer" it with ping -f for hours.
> >
> > nice, perhaps that's been the culprit all along... going to dig to see
> > if I find a fullmac prism card. Will like to get this merged in.
>
> Any resolution on this?

no replies.
Seems like it works for just fine for everybody. ;)

Christian
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-07 Thread John W. Linville
On Fri, Nov 03, 2006 at 01:41:46PM -0500, Luis R. Rodriguez wrote:
> On 11/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> >yes, especially mgt_commit_list caused alot headaches, until I removed
> >DOT11_OID_PSM from the cache list.
> >Now, I can "hammer" it with ping -f for hours.
> 
> nice, perhaps that's been the culprit all along... going to dig to see
> if I find a fullmac prism card. Will like to get this merged in.

Any resolution on this?

-- 
John W. Linville
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-03 Thread Luis R. Rodriguez

On 11/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Am Freitag, 3. November 2006 17:06 schrieben Sie:
> On 11/3/06, Dan Williams <[EMAIL PROTECTED]> wrote:
> > On Tue, 2006-10-31 at 11:05 -0500, Dan Williams wrote:
> > > On Mon, 2006-10-30 at 15:17 -0500, Luis R. Rodriguez wrote:
> > > > On 10/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > > > This patch completes WPA/RSN with TKIP support for all fullmac
> > > > > prism54 cards. I removed all parts which are not relevant for
> > > > > wpa_supplicant (managed mode).
> > > >
> > > > This is great effort and thanks for it! My only concern with the
> > > > patch is breaking compatiblity with 2.4 but then again I'm tired of
> > > > having to keep this compat work up too and soon, after d80211 full
> > > > force push it may not be possible. So I ACK it.
> > >
> > > I'd like to test it a bit first with my fullmac card before it gets
> > > committed/added...  But it's great to get some movement on this
> > > card/driver!
> >
> > So my prism54 fullmac card appears to be broken, since it refuses to
> > associate with anything at all, even unencrypted access points.  It
> > doesn't throw any errors at all, and it appears to be operating
> > correctly other than not associating.
>
> chunkeey, I figured your patch was well tested as you had it sitting
> there for a while  I gotta find a fullmac working card (most of them
> broke while debugging) to debug.
>
well, it was already tested by:
Maxi, Dan S., Gabriel, C and "me".
"The best configuration is: WPA2 with TKIP!"

> > Is there any way to get more information out of the firmware about what
> > it's doing?
>
> The driver supports prism54_get_oid and prism54_set_u32. The list of
> OIDs available are on isl_oid.h on oid_num_t enum. Just an FYI you if
> you need to access the *EX OIDs you just need to be in extended mode.
> Also for WPA you need to be in extended mode. To say the least last
> the driver was pretty unstable in extended mode last I used worked on
> it. Dan do you get any funky mgt timeouts on your ring buffer?
> Anything useful there?
>
>   Luis
yes, especially mgt_commit_list caused alot headaches, until I removed
DOT11_OID_PSM from the cache list.
Now, I can "hammer" it with ping -f for hours.


nice, perhaps that's been the culprit all along... going to dig to see
if I find a fullmac prism card. Will like to get this merged in.

 Luis
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-03 Thread Luis R. Rodriguez

On 11/3/06, Dan Williams <[EMAIL PROTECTED]> wrote:

On Tue, 2006-10-31 at 11:05 -0500, Dan Williams wrote:
> On Mon, 2006-10-30 at 15:17 -0500, Luis R. Rodriguez wrote:
> > On 10/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > This patch completes WPA/RSN with TKIP support for all fullmac prism54 
cards.
> > > I removed all parts which are not relevant for wpa_supplicant (managed 
mode).
> >
> > This is great effort and thanks for it! My only concern with the patch
> > is breaking compatiblity with 2.4 but then again I'm tired of having
> > to keep this compat work up too and soon, after d80211 full force push
> > it may not be possible. So I ACK it.
>
> I'd like to test it a bit first with my fullmac card before it gets
> committed/added...  But it's great to get some movement on this
> card/driver!

So my prism54 fullmac card appears to be broken, since it refuses to
associate with anything at all, even unencrypted access points.  It
doesn't throw any errors at all, and it appears to be operating
correctly other than not associating.


chunkeey, I figured your patch was well tested as you had it sitting
there for a while  I gotta find a fullmac working card (most of them
broke while debugging) to debug.


Is there any way to get more information out of the firmware about what
it's doing?


The driver supports prism54_get_oid and prism54_set_u32. The list of
OIDs available are on isl_oid.h on oid_num_t enum. Just an FYI you if
you need to access the *EX OIDs you just need to be in extended mode.
Also for WPA you need to be in extended mode. To say the least last
the driver was pretty unstable in extended mode last I used worked on
it. Dan do you get any funky mgt timeouts on your ring buffer?
Anything useful there?

 Luis
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-11-03 Thread Dan Williams
On Tue, 2006-10-31 at 11:05 -0500, Dan Williams wrote:
> On Mon, 2006-10-30 at 15:17 -0500, Luis R. Rodriguez wrote:
> > On 10/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > This patch completes WPA/RSN with TKIP support for all fullmac prism54 
> > > cards.
> > > I removed all parts which are not relevant for wpa_supplicant (managed 
> > > mode).
> > 
> > This is great effort and thanks for it! My only concern with the patch
> > is breaking compatiblity with 2.4 but then again I'm tired of having
> > to keep this compat work up too and soon, after d80211 full force push
> > it may not be possible. So I ACK it.
> 
> I'd like to test it a bit first with my fullmac card before it gets
> committed/added...  But it's great to get some movement on this
> card/driver!

So my prism54 fullmac card appears to be broken, since it refuses to
associate with anything at all, even unencrypted access points.  It
doesn't throw any errors at all, and it appears to be operating
correctly other than not associating.

Is there any way to get more information out of the firmware about what
it's doing?

Dan

> Dan
> 
> >   Luis
> > -
> > To unsubscribe from this list: send the line "unsubscribe netdev" in
> > the body of a message to [EMAIL PROTECTED]
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> -
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-10-31 Thread Dan Williams
On Mon, 2006-10-30 at 15:17 -0500, Luis R. Rodriguez wrote:
> On 10/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > This patch completes WPA/RSN with TKIP support for all fullmac prism54 
> > cards.
> > I removed all parts which are not relevant for wpa_supplicant (managed 
> > mode).
> 
> This is great effort and thanks for it! My only concern with the patch
> is breaking compatiblity with 2.4 but then again I'm tired of having
> to keep this compat work up too and soon, after d80211 full force push
> it may not be possible. So I ACK it.

I'd like to test it a bit first with my fullmac card before it gets
committed/added...  But it's great to get some movement on this
card/driver!

Dan

>   Luis
> -
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-10-30 Thread Dan Williams
On Sun, 2006-10-29 at 14:35 +0200, [EMAIL PROTECTED] wrote:
> This patch completes WPA/RSN with TKIP support for all fullmac prism54 cards.
> I removed all parts which are not relevant for wpa_supplicant (managed mode).
> 
> you can connect to your WLAN with: 
> wpa_supplicant -Dwext -c{WPA_CONF} -i{WPA_ETH} 
> 
> Signed-off-by: Christian Lamparter <[EMAIL PROTECTED]>
> 
> off-topic:
> Can someone please check my changelog for spelling "errors"?

What git tree or kernel source version is this patch based off?  It
doesn't appear to be based off 2.6.18, 2.6.19-rc3, or wireless-dev.  I
wanted to test it out with a WPA access point and see if there are
regressions...

Thanks,
Dan


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-10-30 Thread Luis R. Rodriguez

On 10/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

This patch completes WPA/RSN with TKIP support for all fullmac prism54 cards.
I removed all parts which are not relevant for wpa_supplicant (managed mode).


This is great effort and thanks for it! My only concern with the patch
is breaking compatiblity with 2.4 but then again I'm tired of having
to keep this compat work up too and soon, after d80211 full force push
it may not be possible. So I ACK it.

 Luis
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH wireless-2.6-git] prism54: WPA/RSN support for fullmac cards

2006-10-30 Thread Johannes Berg
On Sun, 2006-10-29 at 14:35 +0200, [EMAIL PROTECTED] wrote:

> +#define MAC2STR(a) (a)[0], (a)[1], (a)[2], (a)[3], (a)[4], (a)[5]: 
> +#define MACSTR "%02x: %02x:%02x:%02x:%02x:%02x"

such defines should exist already in ieee80211 headers.

> -   /* Update our wireless stats, but do not schedule to often: 
> +   /* Update our wireless stats, but do not schedule to often : 

You could have fixed to->too while at it :)

> -   range->encoding_size[0] = 5;: 
> +   range->encoding_size[0] = KEY_SIZE_WEP40;: 
> /* 128(104) bits WEP */
> -   range->encoding_size[1] = 13;: 
> +   range->encoding_size[1] = WEP_KEY_LEN;: 
> /* 256 bits for WPA-PSK */
> -   range->encoding_size[2] = 32;: 
> +   range->encoding_size[2] = SCM_KEY_LEN;: 

Are there no constants for these in the ieee80211 headers? These look
home-grown.

> +   attach->type = DOT11_PKT_BEACON;: 

> +   attach->type = DOT11_PKT_PROBE_RESP;: 

These also look home-grown.


> -"%s %s %2.2X: %2.2X:%2.2X:%2.2X:%2.2X:%2.2X %s 
> (%2.2X)",
> +"%s %s %2.2X: %2.2X:%2.2X:%2.2X:%2.2X:%2.2X [%2.2x 
> %2.2X %4.4X]",
>  str,
>  ((priv->iw_mode == IW_MODE_MASTER) ? "from" : "to"),
>  a[0], a[1], a[2], a[3], a[4], a[5],

Umm...

johannes
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html