* a question about marvell sd8686's wmm_config_change event
@ 2009-07-07 16:28 fengzeheng
2009-07-07 16:32 ` Dan Williams
2009-07-08 7:48 ` Holger Schurig
0 siblings, 2 replies; 5+ messages in thread
From: fengzeheng @ 2009-07-07 16:28 UTC (permalink / raw)
To: dcbw; +Cc: linux-wireless
hi, dan and all
My wireless card sd8686 reports that wmm_config_change about
every 2 seconds though wmm's setting in AP's beacons don't change.
seems that driver receive MACREG_INT_CODE_WMM_STATUS_CHANGE event from
firmware every 2 seconds. And according
to firmware spec v5.1 this event generated when firmware monitors a
change in wmm state. This is a result of an ap change in the wmm
parameter ie or a change in the operational state of one of the AC
queues. However , I can't find any change of AP's wme settings in
beacon from the sniffer packets. So why does firmware send this event?
thanks for your any comments.
--
Best Regards
Fzh
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: a question about marvell sd8686's wmm_config_change event
2009-07-07 16:28 a question about marvell sd8686's wmm_config_change event fengzeheng
@ 2009-07-07 16:32 ` Dan Williams
2009-07-07 16:52 ` fengzeheng
2009-07-08 7:48 ` Holger Schurig
1 sibling, 1 reply; 5+ messages in thread
From: Dan Williams @ 2009-07-07 16:32 UTC (permalink / raw)
To: fengzeheng; +Cc: linux-wireless
On Wed, 2009-07-08 at 00:28 +0800, fengzeheng wrote:
> hi, dan and all
> My wireless card sd8686 reports that wmm_config_change about
> every 2 seconds though wmm's setting in AP's beacons don't change.
> seems that driver receive MACREG_INT_CODE_WMM_STATUS_CHANGE event from
> firmware every 2 seconds. And according
> to firmware spec v5.1 this event generated when firmware monitors a
> change in wmm state. This is a result of an ap change in the wmm
> parameter ie or a change in the operational state of one of the AC
> queues. However , I can't find any change of AP's wme settings in
> beacon from the sniffer packets. So why does firmware send this event?
> thanks for your any comments.
It's probably something in the internal firmware's WMM queues then, not
something from the AP's IEs. Is the event causing a problem?
Dan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: a question about marvell sd8686's wmm_config_change event
2009-07-07 16:32 ` Dan Williams
@ 2009-07-07 16:52 ` fengzeheng
0 siblings, 0 replies; 5+ messages in thread
From: fengzeheng @ 2009-07-07 16:52 UTC (permalink / raw)
To: Dan Williams; +Cc: linux-wireless
If this event happen, then packet lost appear. However , I just send
80kbps udp stream using Iperf....
will 80kbps cause firmware's wmm queue full or change wmm setting?
2009/7/8 Dan Williams <dcbw@redhat.com>:
> On Wed, 2009-07-08 at 00:28 +0800, fengzeheng wrote:
>> hi, dan and all
>> My wireless card sd8686 reports that wmm_config_change about
>> every 2 seconds though wmm's setting in AP's beacons don't change.
>> seems that driver receive MACREG_INT_CODE_WMM_STATUS_CHANGE event from
>> firmware every 2 seconds. And according
>> to firmware spec v5.1 this event generated when firmware monitors a
>> change in wmm state. This is a result of an ap change in the wmm
>> parameter ie or a change in the operational state of one of the AC
>> queues. However , I can't find any change of AP's wme settings in
>> beacon from the sniffer packets. So why does firmware send this event?
>> thanks for your any comments.
>
> It's probably something in the internal firmware's WMM queues then, not
> something from the AP's IEs. Is the event causing a problem?
>
> Dan
>
>
>
--
Best Regards
Fzh
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: a question about marvell sd8686's wmm_config_change event
2009-07-07 16:28 a question about marvell sd8686's wmm_config_change event fengzeheng
2009-07-07 16:32 ` Dan Williams
@ 2009-07-08 7:48 ` Holger Schurig
2009-07-08 10:10 ` fengzeheng
1 sibling, 1 reply; 5+ messages in thread
From: Holger Schurig @ 2009-07-08 7:48 UTC (permalink / raw)
To: linux-wireless; +Cc: fengzeheng, dcbw
On Tuesday 07 July 2009 18:28:47 fengzeheng wrote:
> hi, dan and all
> My wireless card sd8686 reports that wmm_config_change
> about every 2 seconds though wmm's setting in AP's beacons
> don't change. seems that driver receive
> MACREG_INT_CODE_WMM_STATUS_CHANGE event from firmware every 2
> seconds. And according
Hmm, if the firmware sends you a
MACREG_INT_CODE_WMM_STATUS_CHANGE but you're sure that the
beacons don't change, then the firmware seems to be buggy.
Not sure if Marvell got sane and opened up their support for
no-NDA-holders, but you could try and file a bug there.
And we should look into the libertas driver if we always loose a
packet whenever we get a MACREG :-)
Greetings, Holger
--
http://www.holgerschurig.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: a question about marvell sd8686's wmm_config_change event
2009-07-08 7:48 ` Holger Schurig
@ 2009-07-08 10:10 ` fengzeheng
0 siblings, 0 replies; 5+ messages in thread
From: fengzeheng @ 2009-07-08 10:10 UTC (permalink / raw)
To: Holger Schurig; +Cc: linux-wireless, dcbw
Hi, Holger and dan
Sorry for my previous wrong message. I go through all the beacon
frames again and found that Ruckus AP update WMM
IE:wmm_parameter_set_update_counter. But it's strange that other
elements of wmm settings remain unchanged, RUCKUS just update the
update_counter for none of wmm settings updated actually ..........
thanks
2009/7/8 Holger Schurig <hs4233@mail.mn-solutions.de>:
> On Tuesday 07 July 2009 18:28:47 fengzeheng wrote:
>> hi, dan and all
>> My wireless card sd8686 reports that wmm_config_change
>> about every 2 seconds though wmm's setting in AP's beacons
>> don't change. seems that driver receive
>> MACREG_INT_CODE_WMM_STATUS_CHANGE event from firmware every 2
>> seconds. And according
>
> Hmm, if the firmware sends you a
> MACREG_INT_CODE_WMM_STATUS_CHANGE but you're sure that the
> beacons don't change, then the firmware seems to be buggy.
>
> Not sure if Marvell got sane and opened up their support for
> no-NDA-holders, but you could try and file a bug there.
>
>
> And we should look into the libertas driver if we always loose a
> packet whenever we get a MACREG :-)
>
> Greetings, Holger
>
> --
> http://www.holgerschurig.de
>
--
Best Regards
Feng zeheng
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-07-08 10:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-07 16:28 a question about marvell sd8686's wmm_config_change event fengzeheng
2009-07-07 16:32 ` Dan Williams
2009-07-07 16:52 ` fengzeheng
2009-07-08 7:48 ` Holger Schurig
2009-07-08 10:10 ` fengzeheng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox