Tested with Intel 3945BG, STA mode
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Hi,
So there are a lot of changes from int to something else. I think you should explain to people why the changes are useful as part of the description.
For example, people tend to just use 'int' for array iteration, and you've changed a handful of those over to be uint8_t. Why's that?
Comment Actions
This change fixes some amount of -Wsign-conversion and -Wconversion warnings + sets correct sizes for some variables (as a result, some loop counters were touched too).