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
Change ALL files to use priv instead of wlandev/hw/context. More... over 21 years ago
Small changes. More... over 21 years ago
Revert problematic free_netdev() code. Comment out old power management code. More... over 21 years ago
Implement setting of RTS threshold. More... over 21 years ago
Add new script fetch_firmware to automate firmware installation :) More... over 21 years ago
Some smaller changes. 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. 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). 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. More... over 21 years ago
Fix misplaced variable declaration. Please try to avoid that, since it breaks older compilers. More... over 21 years ago
For some friggin' reason it didn't update correctly last time... v0.2.0pre7 More... over 21 years ago
Original 0.2.0pre7_plus_fixes_3 tarball More... over 21 years ago
Original 0.2.0pre7_plus_fixes_2 tarball More... over 21 years ago
Original 0.2.0pre7_plus_fixes_1 tarball More... over 21 years ago
Original 0.2.0pre7 tarball More... over 21 years ago
Fix broken main firmware check. More... over 21 years ago
Let's attempt to document the behaviour of various firmware versions... 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. More... over 21 years ago
Mention /proc/driver/acx100*, update status of ACX100 USB and ACX111 support, more details about bug report submission. 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. More... over 21 years ago
Jakub Lacki: kill some FIXMEs by renaming several functions to acx100_xxx names. More... over 21 years ago
Some more acx100 USB compile warning fixes. More... over 21 years ago
Fix some acx100 USB compiler warnings. More... over 21 years ago
Mention TI's Tim Rikers. 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. 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. More... over 21 years ago
Ooops, fix stupid bug... More... over 21 years ago
olli: - replaced some hardcoded io addresses through better io struct access - improved logging a bit More... over 21 years ago
olli: added method acx111_create_dma_regions More... over 21 years ago
olli: - moved context init stuff for acx111 to idma.c - improved logging More... over 21 years ago