Closed GoogleCodeExporter closed 9 years ago
i notice that you're using locks.
if you really need to do locks that's ok otherwise we should avoid them for now.
the rx does receive packets with and without headers (fragments?). i'm shure
about this
i've post a build in the forum. let's wait to see the logs
Original comment by jalav...@gmail.com
on 16 Feb 2007 at 3:45
>i notice that you're using locks.
>if you really need to do locks that's ok otherwise we should avoid them for
now.
I tested in both environments (but it was the same result).
this is test implementation.
we will chaging spinclok to mutex lock.
Original comment by kazuh...@gmail.com
on 16 Feb 2007 at 4:56
test it also when downloading a large file in http. if the lock gives a crash
better to disable
Original comment by jalav...@gmail.com
on 16 Feb 2007 at 9:25
> if the lock gives a crash better to disable
sorry, i dont know what do u want to say.
do you want to say "if crash is caused by the lock, the routine should be
removed"?
Original comment by kazuh...@gmail.com
on 17 Feb 2007 at 3:49
ok, i found the reason.
this happen in only 11a.
tx packet is losted when station ( wireless card of my PC) is not nearly with
AP.
driver must do procedure when rates is lowwer.but current code dont do it.
I change status to "medium" because this is not critical.
Original comment by kazuh...@gmail.com
on 21 Feb 2007 at 10:20
fixed in r185
Original comment by kazuh...@gmail.com
on 22 Feb 2007 at 6:58
Original comment by kazuh...@gmail.com
on 22 Feb 2007 at 6:59
Original comment by kazuh...@gmail.com
on 22 Feb 2007 at 6:59
Original issue reported on code.google.com by
kazuh...@gmail.com
on 15 Feb 2007 at 7:53