[PATCH, take 2] libertas: convert GET_LOG to a direct command

Holger Schurig hs4233 at mail.mn-solutions.de
Mon Mar 17 07:37:03 EDT 2008


While working on this other patch, I noticed that while I'm
connected via WPA to an AP (and I can ping/ssh throught the link)
I see that my "Rx invalid frag:52" is constantly increasing:

# iwconfig eth1 | grep "frag"; sleep 1; iwconfig eth1 | grep "frag"
Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:1280
Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:1291

This happens with and without my convert-get-log patch.


The firmware spec says for this field:

dot11ReceivedFragmentCount  Increments for each *SUCCESSFULLY*
received MPDU of type Data or Management

So this field has nothing to do with "Rx invalid frag". As the
firmware doesn't support this WEXT field, I'm going to leave it
zero.



More information about the libertas-dev mailing list