0
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 3 years ago.
Jan 17, 2021 — Jan 17, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
wawro: Stabilized USB code. Threw away busy-waiting loops and exchanged with spinlocks. More... over 21 years ago
Further optimizations. More... over 21 years ago
Many optimizations: Optimize Tx and Rx path (interrupt etc.). inline many important smaller files. Some cleanup. More... over 21 years ago
Don't forget to clean module entries. More... over 21 years ago
Cleanup of card probing/removing code. More... over 21 years ago
Script still used old acx100_pci module name. Converted everything to show up as "acx" only. NOT ACTUALLY TESTED. More... over 21 years ago
Many more final cleanups for USB 2.6.x support. Now the build works almost without warnings (still not actually tested!). Also removed traces from endianness debugging. More... over 21 years ago
Now that mode Auto works, why not use it? More... over 21 years ago
Adapted the USB driver to 2.6.x. Not tested yet, but at least the file is compiling properly now :)) More... over 21 years ago
Implement iwconfig mode Auto :) Big cleanup of macmode states. Prepared iwconfig rate XX auto support a bit more. More... over 21 years ago
Michal Prusko: only process deauthen packet intended for our own address. More... over 21 years ago
Further endianness fixes. Hopefully we'll manage to find the very last remaining problematic places soon... More... over 21 years ago
Small change: CONFIG_NET_WIRELESS depends on CONFIG_NET_RADIO, so check RADIO first, makes slightly more sense. More... over 21 years ago
Larger changes in MAC mode management (Ad-Hoc, Managed, Master): Rename iwpriv->mode to macmode_wanted, macmode to macmode_current. Better integration of Master mode setup, move ill-placed mode setting in acx100_start to the settings updating. More... over 21 years ago
Change scanning to do endless scanning, until our timer kicks in (after 1.5s). If at that time we haven't found any stations, we keep scanning another 4 times 1 seconds each. Hopefully this will fix problems with low-period beacon setups in APs. Or maybe we should just make the number of scan times and scan delays configurable instead of scanning continuously with a timer based timeout. The current change might just turn out to be too messy after all... Besides, we could also let the user configure active scanning, in which case there wouldn't be any problem at all. Anyway, I'll just leave the current approach as it is for now, let's see whether it needs any changes. More... over 21 years ago
Fix grave suspected timer bug (calculation issue led to 1.5 seconds timeout resulting in 1 second only), fix one more endianness issue. More... over 21 years ago
Tons of endianness fixes. Should be almost finished now. Improve card descriptor structures, more detailed Rx pkt logging, better error counting. Will remove the debugging stuff again once I've finished the endianness stuff. More... over 21 years ago
Log network device name and Linux version compiled against. More... over 21 years ago
Add 0x17 radio type define. More... over 21 years ago
Add creator and copyright. More... over 21 years ago
More endianness fixes :-\ More... over 21 years ago
Implemented Tx error wireless stats. Rx errors still need to be implemented. More... over 21 years ago
Maxim radio has the same sensitivity PHY register. Don't use printk() in monitor ioctl, since Kismet calls it periodically. More... over 21 years ago
Don't try 11 times, but 10 times instead. Methinks the timeouts might be too small anyway, needs some thought... More... over 21 years ago
Bug fix: Return wireless stats, not net stats. More... over 21 years ago
Explain Time Unit (TU). More... over 21 years ago
Add two more versions. More... over 21 years ago
More endianness fixes. More... over 21 years ago
Implement iwconfig wlan0 sens (sensitivity) for RFMD radios. Yay! :) Improve EEPROM access (faster). Add EEPROM writing support (disabled for safety). Add radio PHY registers read/write support. More... over 21 years ago
Carter Smithhart: add inject_kernel_tree script to automate Linux 2.6.x kernel insertion More... over 21 years ago