openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
acx100 - Wireless chipset Linux driver
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
over 1 year
ago. based on code collected
over 3 years
ago.
Jan 17, 2021 — Jan 17, 2022
Showing page 55 of 76
Search / Filter on:
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.
andim2
More...
over 21 years ago
Further optimizations.
andim2
More...
over 21 years ago
Many optimizations: Optimize Tx and Rx path (interrupt etc.). inline many important smaller files. Some cleanup.
andim2
More...
over 21 years ago
Don't forget to clean module entries.
andim2
More...
over 21 years ago
Cleanup of card probing/removing code.
andim2
More...
over 21 years ago
Script still used old acx100_pci module name. Converted everything to show up as "acx" only. NOT ACTUALLY TESTED.
andim2
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.
andim2
More...
over 21 years ago
Now that mode Auto works, why not use it?
andim2
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 :))
andim2
More...
over 21 years ago
Implement iwconfig mode Auto :) Big cleanup of macmode states. Prepared iwconfig rate XX auto support a bit more.
andim2
More...
over 21 years ago
Michal Prusko: only process deauthen packet intended for our own address.
andim2
More...
over 21 years ago
Further endianness fixes. Hopefully we'll manage to find the very last remaining problematic places soon...
andim2
More...
over 21 years ago
Small change: CONFIG_NET_WIRELESS depends on CONFIG_NET_RADIO, so check RADIO first, makes slightly more sense.
andim2
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.
andim2
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.
andim2
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.
andim2
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.
andim2
More...
over 21 years ago
Log network device name and Linux version compiled against.
andim2
More...
over 21 years ago
Add 0x17 radio type define.
andim2
More...
over 21 years ago
Add creator and copyright.
andim2
More...
over 21 years ago
More endianness fixes :-\
andim2
More...
over 21 years ago
Implemented Tx error wireless stats. Rx errors still need to be implemented.
andim2
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.
andim2
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...
andim2
More...
over 21 years ago
Bug fix: Return wireless stats, not net stats.
andim2
More...
over 21 years ago
Explain Time Unit (TU).
andim2
More...
over 21 years ago
Add two more versions.
andim2
More...
over 21 years ago
More endianness fixes.
andim2
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.
andim2
More...
over 21 years ago
Carter Smithhart: add inject_kernel_tree script to automate Linux 2.6.x kernel insertion
andim2
More...
over 21 years ago
←
1
2
…
51
52
53
54
55
56
57
58
59
…
75
76
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree