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 67 of 76
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Compile fixes for kernels >= 2.4.20pre2, compile warning fixes.
andim2
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.
andim2
More...
almost 22 years ago
wawro: Added information text for the USB driver.
andim2
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.
andim2
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).
andim2
More...
almost 22 years ago
Original 0.2.0pre4 tarball
ACX100 Open Source Project
More...
almost 22 years ago
v 0.2.0pre4
andim2
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
andim2
More...
almost 22 years ago
Fix compile warnings, remove superfluous tabs.
andim2
More...
almost 22 years ago
Slight optimization by making some small seldomly-called functions inline.
andim2
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.
andim2
More...
almost 22 years ago
angelbane: Kludge-ey fix for deauthen packet receival. Cleaned up acx80211_rx()
andim2
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.
andim2
More...
almost 22 years ago
Clean up card EEPROM ID detection (saves 500 bytes of driver size!), misc. cleanups.
andim2
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.
andim2
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.
andim2
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.
andim2
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.
andim2
More...
almost 22 years ago
Original 0.2.0pre3 tarball
ACX100 Open Source Project
More...
almost 22 years ago
v 0.2.0pre3
andim2
More...
almost 22 years ago
Mention kernel source/header requirement. Move some stuff around. Urge people to do regression testing.
andim2
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, ...
andim2
More...
almost 22 years ago
angelbane: Stupid comments.
andim2
More...
almost 22 years ago
angelbane: Moving from CardServices to PM. Suspend and Resume may or may not work. Use hotplug.
andim2
More...
almost 22 years ago
csucsu: RX and TX antenna can be set separately - need to test which is the external oneCVS: ----------------------------------------------------------------------
andim2
More...
almost 22 years ago
Small fixes.
andim2
More...
almost 22 years ago
Linux 2.6.x fix: only define CONFIG_PCMCIA if it hasn't been defined before.
andim2
More...
almost 22 years ago
Introduce some logarithmic scale (which probably does NOT reflect correct dBm levels when measuring device output).
andim2
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.
andim2
More...
almost 22 years ago
Replace command errors by proper error array.
andim2
More...
almost 22 years ago
←
1
2
…
63
64
65
66
67
68
69
70
71
…
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