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 59 of 76
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Change ALL files to use priv instead of wlandev/hw/context.
andim2
More...
over 21 years ago
Small changes.
andim2
More...
over 21 years ago
Revert problematic free_netdev() code. Comment out old power management code.
andim2
More...
over 21 years ago
Implement setting of RTS threshold.
andim2
More...
over 21 years ago
Add new script fetch_firmware to automate firmware installation :)
andim2
More...
over 21 years ago
Some smaller changes.
andim2
More...
over 21 years ago
Comment eCPU halt/reset code, fix regulatory domain display to use hex, change initial MSDU lifetime value to 4096 like the FreeBSD driver did, since they experienced connection issues in noisy wlans without that.
andim2
More...
over 21 years ago
Do all card shutdown hardware operations in cleanup_module instead of remove_pci, since remove_pci might be entered due to card removal (nonexisting hardware). Recursively do this there for all cards the driver manages. Result: much less log error noise on card removal. Fix the proc files to do per-card operation (acx100_wlan0_diag etc.). Put the device chain logic into separate functions. Add card suspend and resume handlers (not operational yet, kernel OOPS when trying, for some reason).
andim2
More...
over 21 years ago
Disable 802.11 power save mode support for now, thus most likely fixing the Tx error 0x20 traffic lockup issue.
andim2
More...
over 21 years ago
Fix misplaced variable declaration. Please try to avoid that, since it breaks older compilers.
andim2
More...
over 21 years ago
For some friggin' reason it didn't update correctly last time... v0.2.0pre7
andim2
More...
over 21 years ago
Original 0.2.0pre7_plus_fixes_3 tarball
ACX100 Open Source Project
More...
over 21 years ago
Original 0.2.0pre7_plus_fixes_2 tarball
ACX100 Open Source Project
More...
over 21 years ago
Original 0.2.0pre7_plus_fixes_1 tarball
ACX100 Open Source Project
More...
over 21 years ago
Original 0.2.0pre7 tarball
ACX100 Open Source Project
More...
over 21 years ago
Fix broken main firmware check.
andim2
More...
over 21 years ago
Let's attempt to document the behaviour of various firmware versions...
andim2
More...
over 21 years ago
sharad nagappa: Fix to let the driver accept multicast packets. This is a semi-fix (let ALL packets pass), should be refined later.
andim2
More...
over 21 years ago
Mention /proc/driver/acx100*, update status of ACX100 USB and ACX111 support, more details about bug report submission.
andim2
More...
over 21 years ago
Move iwprivs list_net_status and get_fw_stats into /proc/driver/acx100_diag and enhance it with Tx/Rx buffer printout, add function acx100_get_status_name to retrieve name of wlandev->status.
andim2
More...
over 21 years ago
Jakub Lacki: kill some FIXMEs by renaming several functions to acx100_xxx names.
andim2
More...
over 21 years ago
Some more acx100 USB compile warning fixes.
andim2
More...
over 21 years ago
Fix some acx100 USB compiler warnings.
andim2
More...
over 21 years ago
Mention TI's Tim Rikers.
andim2
More...
over 21 years ago
Put some code inside WLAN_USB preproc that should remain there. Hopefully this fixes some reported breakage with fixes_11 or fixes_12.
andim2
More...
over 21 years ago
Clean up after the acx111 patch: Fix acx111_create_dma_regions to be acx100_create_dma_regions as it should be, fix some other minor things. Restructure chip type detection stuff to use a function named acx100_setup_chip_type_properties to setup many chip dependent things in the future.
andim2
More...
over 21 years ago
Ooops, fix stupid bug...
andim2
More...
over 21 years ago
olli: - replaced some hardcoded io addresses through better io struct access - improved logging a bit
andim2
More...
over 21 years ago
olli: added method acx111_create_dma_regions
andim2
More...
over 21 years ago
olli: - moved context init stuff for acx111 to idma.c - improved logging
andim2
More...
over 21 years ago
←
1
2
…
55
56
57
58
59
60
61
62
63
…
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