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 54 of 76
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add RSSI.
andim2
More...
over 21 years ago
Add info about more TI chips.
andim2
More...
over 21 years ago
Further update.
andim2
More...
over 21 years ago
Merged my current private ToDo list. Note that the reason I'm doing this is because I will start work on Thursday, so I may have much less time to work on the driver in the future.
andim2
More...
over 21 years ago
Add check for card removal. Now card eject/reinsert even works with active traffic by far most of the times (didn't manage to get a crash so far).
andim2
More...
over 21 years ago
Fix stupid local freeing of globally used resource (io register set) causing a crash on card reinsert. My bad, sorry! Fix driver name reported to be acx_pci. Add bus type identification to probing, add PCI bus ID printing. Improve driver init messages.
andim2
More...
over 21 years ago
wawro: Corrected bugs in USB driver, should work a bit better now. Re-installed busy-waiting into the control messages as it may be called from an interrupt context and schedule() must not be invoked in this case.
andim2
More...
over 21 years ago
Further header cleanup: we should keep the number of header files as minimized as possible, in order to encourage proper functional separation between files.
andim2
More...
over 21 years ago
First very simplistic version of auto rate support. No, it's not really useful yet, although it sort of works.
andim2
More...
over 21 years ago
Further cleanup: Replace acx100_set_mac_address_broadcast by MAC_BCAST, remove unused acx100_clear_mac_address. Saves 250 bytes.
andim2
More...
over 21 years ago
Another round of lotsa changes: Put packet template initialisation in update_card_settings, remove tons of junk, enable reinitializing the templates on MAC address change (doesn't quite work though - Tx error 0x20, slightly disrupted communication, didn't find out yet why :-\), Replace many priv->address by the more correct priv->bssid (priv->address only indicates the address before joining a network, but OTOH they're usually the same, so it doesn't matter much). All in all I'm happy about the cleanups and thus much sexier code and, most importantly, lower memory usage :-) (compared to a several days old versions with lots of features missing we saved 7kB!!)
andim2
More...
over 21 years ago
wawro: Updates for USB code.
andim2
More...
over 21 years ago
wawro: Updated USB code, should work now.
andim2
More...
over 21 years ago
Handle some random FIXMEs. Save some more driver bytes, remove duplication. Fill in missing "sa" address. Implement sensitivity ioctls for old WE.
andim2
More...
over 21 years ago
Several waproamd related fixes: SIOCSIWESSID (length check fix), SIOCSIWAP (need macmode_wanted instead of macmode_joined), ... Remember the device's MAC address when scanning. Store sta_list in priv (eliminate FIXME). Handle association status much more dynamically (update iwconfig output properly). Still quite far from completely finished.
andim2
More...
over 21 years ago
Change signal calculation method to algorithm that almost matches Windows level (found by FBSD team).
andim2
More...
over 21 years ago
mac_cnt_rcvd really only has 12 bits length (0xfff).
andim2
More...
over 21 years ago
Use define MAC_COPY() instead of acx100_copy_mac_address() and memcpy() (more optimized). Same for MAC_FILL(). Resolve duplication: acx100_is_broadcast_address vs. acx100_is_mac_address_broadcast.
andim2
More...
over 21 years ago
Properly implement SIOCSIWENCODE/SIOCGIWENCODE for WIRELESS_EXT < 13, rename acx100_ioctl_main to acx_ioctl_old, ifdef it out in case of newer versions.
andim2
More...
over 21 years ago
Ugh, screwed up build for 2.4.18. My bad.
andim2
More...
over 21 years ago
Doh, (at least) one endianness issue managed to escape...
andim2
More...
over 21 years ago
Replace WLAN_ADDR_LEN and WLAN_BSSID_LEN by ETH_ALEN.
andim2
More...
over 21 years ago
Check for USB support as well.
andim2
More...
over 21 years ago
Another huge update.
andim2
More...
over 21 years ago
Small cleanup.
andim2
More...
over 21 years ago
Small comment and cleanup.
andim2
More...
over 21 years ago
Patch for 2.6.x compatibility.
andim2
More...
over 21 years ago
Fix slightly fatal symlinking bug.
andim2
More...
over 21 years ago
Re-fix the broken (for 2.6.x) things reversed by the last CVS commit.
andim2
More...
over 21 years ago
Several more USB 2.6.x fixes.
andim2
More...
over 21 years ago
←
1
2
…
50
51
52
53
54
55
56
57
58
…
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