There is no need to keep additional queues now.
Details
Details
- Reviewers
adrian - Commits
- rS288999: wpi(4): remove software queues
Tested with Intel 3945BG, STA mode
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Hi,
Ok, so I'm going to put this on hold for now. I think wpi could benefit from what I did with iwn to defer sending frames on 5GHz until it sees a beacon frame - and that kind of wants a staging queue like this with a deferred transmit routine.
Take a look at what is in iwn and see what you think. I don't know if you've had any issues with 5GHz on wpi.
Comment Actions
I will try to defer it via the mechanism, described in D3770.
Take a look at what is in iwn and see what you think. I don't know if you've had any issues with 5GHz on wpi.
I have not tested this before.