Am 27.04.2013 10:27, schrieb Adrian Chadd:
> Hi,
>
> There's no way to know that you received an STBC encoded frame. :(
>
> GI is short/long guard interval, not STBC.


I do not mean encoded frame, i mean only status flag. Looks like ar9271 
provide it.

>
>
> Adrian
>
> On 27 April 2013 01:08, Oleksij Rempel <li...@rempel-privat.de> wrote:
>> Hallo all,
>>
>> i was playing with STBC functionality and wont to see more statistic
>> about it. If i'm correct Some MACs can report if it got STBC frame or at
>> least report duplicat frames. After greping the source, i'm confused
>> about location of this registers. If i'm correct, STBC and Duplicate
>> status bits loctaed together with GI and 2040. According to the source:
>>
>> ar9003_mac.c:   rxs->rs_flags  = (rxsp->status4 & AR_GI) ? ATH9K_RX_GI : 0;
>> mac.c:          (ads.ds_rxstatus3 & AR_GI) ? ATH9K_RX_GI : 0;
>>
>> So i it true for ar9280/ar9285/ar9287 and too? Shouldn't that be
>> ds_rxstatus7 or some thing like this? And if it is different where
>> should i add statistic for this chips?
>> --
>> Regards,
>> Oleksij
>> _______________________________________________
>> ath9k-devel mailing list
>> ath9k-devel@lists.ath9k.org
>> https://lists.ath9k.org/mailman/listinfo/ath9k-devel


-- 
Regards,
Oleksij
_______________________________________________
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to