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
Original 0.2.0pre7_plus_fixes_5 tarball More... over 21 years ago
Original 0.2.0pre7_plus_fixes_4 tarball More... over 21 years ago
Another update. More... over 21 years ago
Rename /proc files to acx_wlan0 and acx_diag_wlan0. More... over 21 years ago
Fix function enter/leave stuff in acx100_ioctl_scan_add_station() More... over 21 years ago
Fix iwlist scan link quality readings. More... over 21 years ago
Yes!!! Found the reason for the IRQ lockup issue... More... over 21 years ago
Some fixes for HostAP mode. More... over 21 years ago
Some further changes towards Tx support, nothing dramatic. More... over 21 years ago
Bug fix: make sure to remove failed device from device list ring buffer since we don't want to OOPS in cleanup_module on a non-existing device... Unify priv's open, ifup and create a new state mask variable which also indicates FW loading status. More... over 21 years ago
Another big update: - mention acx_pci.[k]o change - mention install/uninstall - add module package requirement - document 2.6 out-of-kernel build - mention new boot parameter acx_firmware_dir - mention some autoloading config and misc. debugging stuff More... over 21 years ago
Big Makefile update/cleanup: - fix modversions issue - install/uninstall driver files and run depmod - rename acx100_pci.[k]o to acx_pci.[k]o - sort entries 2.6 USB compile doesn't work yet, though. More... over 21 years ago
Add more download URLs in case some fail. More... over 21 years ago
Add ESSID " " as hidden ESSID. Print out 802.11 Caps field for probed stations. More... over 21 years ago
Fix up broken Tx power setting, change some formatting. More... over 21 years ago
Small fix gathered from forum. More... over 21 years ago
Small but sort of important fix gathered from forum. More... over 21 years ago
More detailed error handling, some cleanup. More... over 21 years ago
csucsu: #if cleanup More... over 21 years ago
Remove many unnecessary header file includes. Strips 2 seconds off a complete compile (33 seconds). Some header files were even included twice! More... over 21 years ago
Make sure to not fail to ACK any interrupt type, since this crime will lead to an endless IRQ storm, hanging the box. More... over 21 years ago
First shot at adding kernel boot parameter acx_firmware_dir=XXX. Untested. More... over 21 years ago
Peter Johanson: enable building acx100 outside of a 2.6 kernel tree. More... over 21 years ago
Interrupt things don't really belong to idma stuff... More... over 21 years ago
Comment out some code in case of non-USB, fix format string, fix missing newlines. More... over 21 years ago
Misc. cleanups: Fix wrong goto line. Don't use a silly "... Loaded" status line which doesn't reflect the actual driver init status (firmware loading may easily fail), but instead closely report real driver init status. More... over 21 years ago
Remove bogus iwpriv set_mac_addr (ifconfig wlan0 hw ether XXX is a standard method of doing this - not supported by our driver yet, though). More... over 21 years ago
Fix small but fatal breakage (init abort) resulting from mixing up struct member names. More... over 21 years ago
Correct MAC mode (BSS type) defines, add support for activating Master mode (not tested - may crash easily!) More... over 21 years ago
Add hint for lost users. ;-) More... over 21 years ago