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
Compile fixes for kernels >= 2.4.20pre2, compile warning fixes. More... almost 22 years ago
wawro: Added extremely basic USB support (D-Link DWL-120+). Currently only capable of firmware upload. Changed Makefile to also compile the USB drivers (hopefully w/o interfering with the PCI driver). As the USB subsystem under 2.5/2.6 differs from that of 2.4, the USB driver can currently only be used under 2.4 kernels. More... almost 22 years ago
wawro: Added information text for the USB driver. More... almost 22 years ago
Highly evil and brutal crashme script. Found numerous problems with our driver, improved crash time from less than 3 seconds to endless working operation, UNLESS you decide to fiddle with hotplugging at the same time. BTW, the PRISM driver never crashed at all, whatever I decided to throw at it. More... almost 22 years ago
Huge rearranging of card settings (re-)initialisation. This already manages to fix many crashes, but hotplugging is still problematic (for some stupid reason hw_unavailable seems to get set way too late!). This adds/changes quite some debugging statements which should be removed for the next release, but since I don't have much time now to work on this beast and it sat rotting in my tree for several days, I thought it'd be best to commit it now. Also, there are some new questions: a) there is a difference between "netdev not up" and "hardware unavailable". How exactly to code this difference? Should CACHED settings changed by ioctl invocations etc. be applied whenever the card is inserted, or do we also require the interface to be up to apply changes to the card? acx100_lock needs further work: every single use should have its return value checked: bail if it fails (hw_unavailable is set). More... almost 22 years ago
Original 0.2.0pre4 tarball More... almost 22 years ago
v 0.2.0pre4 More... almost 22 years ago
- note about Kismet traffic monitoring - add kernel rebuild troubleshooting note - ask people to use Tracker for serious issues instead of forum - add story about clueless and highly annoying D-Link tech support More... almost 22 years ago
Fix compile warnings, remove superfluous tabs. More... almost 22 years ago
Slight optimization by making some small seldomly-called functions inline. More... almost 22 years ago
Better start showing the Wi-Fi mode that we're in when we're associated, not already when the card is just up. More... almost 22 years ago
angelbane: Kludge-ey fix for deauthen packet receival. Cleaned up acx80211_rx() More... almost 22 years ago
Temporary fix for Tx ring buffer overflow (really need to stop kernel Tx queue properly), needs further discussion. Remove some superfluous tabs. More... almost 22 years ago
Clean up card EEPROM ID detection (saves 500 bytes of driver size!), misc. cleanups. More... almost 22 years ago
Fix for bug #816862: we were always using the ESSID of the station scan list for association, even if it was empty (hidden ESSID broadcast). Better use the user configured ESSID in this case instead. More... almost 22 years ago
Make sure firmware_dir gets specified as absolute path only: a relative path will cause problems when reinserting the card. More... almost 22 years ago
Make sure firmware_dir gets specified as absolute path only: a relative path will cause problems when reinserting the card. More... almost 22 years ago
Fix crash due to new hotplug functionality (crash on module unloading due to currently non-existant device). Hopefully I got that correct. More... almost 22 years ago
Original 0.2.0pre3 tarball More... almost 22 years ago
v 0.2.0pre3 More... almost 22 years ago
Mention kernel source/header requirement. Move some stuff around. Urge people to do regression testing. More... almost 22 years ago
bschrauw: Complete cleanup of idma.c: lots of fields have been renamed or removed, code ha s been unified and cleaned up, all function names have been changed to acx100_, a few functions were removed or put together, documentation was added, ctl defin es were introduced, file has been reordered a bit, ... More... almost 22 years ago
angelbane: Stupid comments. More... almost 22 years ago
angelbane: Moving from CardServices to PM. Suspend and Resume may or may not work. Use hotplug. More... almost 22 years ago
csucsu: RX and TX antenna can be set separately - need to test which is the external oneCVS: ---------------------------------------------------------------------- More... almost 22 years ago
Small fixes. More... almost 22 years ago
Linux 2.6.x fix: only define CONFIG_PCMCIA if it hasn't been defined before. More... almost 22 years ago
Introduce some logarithmic scale (which probably does NOT reflect correct dBm levels when measuring device output). More... almost 22 years ago
Rename acx100_check_eeprom_name() to acx100_read_eeprom_offset(). Rename acx100_read_eeprom() to acx100_read_eeprom_area(). HUGE reordering and cleanup of wlandevice_t. EXPERIMENTAL_VER_0_3: add Tx level setting for RFMD radios. Gracefully fall back to US regulatory domain in case of invalid setting. More... almost 22 years ago
Replace command errors by proper error array. More... almost 22 years ago