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
these should be the last updates for 2.6.24 More... over 17 years ago
only include module version when the kernel has support for this More... over 17 years ago
modinfo acx-mac80211.ko now shows the driver version More... over 17 years ago
show some more information on 2.6.24 which were removed first (compilation issues) More... over 17 years ago
fix usb-support on 2.6.24 More... over 17 years ago
compiles and should work under 2.6.24 now big thanks to waninkoko (he gave me the final hint) this just introduces two new warnings (can be ignored - the will be fixed later) More... over 17 years ago
added little comment and one more printk More... over 17 years ago
Added some printk's to check where it hangs on ifconfig wlan%d down Also trying to fix compilation warnings with kernel 2.6.24 More... over 17 years ago
replace ieee80211_wake_queues with one that supports logging (acx_wake_queue) More... over 17 years ago
move setup for 802.11b/802.11g modes EXPERIMENTAL: also add a mac80211 function for managing Tx stuff (could be BROKEN!) More... over 17 years ago
merge some features/changes from another version of acx-mac80211 Patches are taken from John W. Linville's wireless-legacy tree The driver was originally written/rewritten by Denis Vlasenko. More... over 17 years ago
small fixes for 2.6.24 and one very little 'style' fix More... over 17 years ago
add .reset for anything lower than kernel 2.6.24* again little coding style fix More... over 17 years ago
Updated version. This driver now works but it is UNSTABLE. Some limitations are: only 802.11a at 1 Mb/s, switching the channel is impossible (driver seems to do that automatically) More... over 17 years ago
one '{' too much More... over 17 years ago
correct some checks - maybe I misunderstood the origninal ones More... over 17 years ago
We have to check for cmd_timeout-counter and not for counter More... over 17 years ago
Cover the situation where "counter > 0 and counter <= 30" - this was uncovered before and could have caused bugs More... over 17 years ago
Added proper fix for a possible bug introduced by the patch in commit 9a2483499c2923e493d00b5c9818dad7f88f5ffb More... over 17 years ago
fixed compiler error caused by commit cc8dad30c6ec6df9f307a626096084198a6b3ed6 More... over 17 years ago
fixed bug - counter was checked wrong counter: 0 cmd_timeout: 49 cmd_timeout-counter: 49 => this means counter was >30 but it was handled wrong More... over 17 years ago
increase version number More... over 17 years ago
build fix More... over 17 years ago
Added notify message when unloading the driver We printk counter, cmd_timeout, cmd_timeout-counter now if 'if (!counter) /* timed out! */' is true More... over 17 years ago
Merge vlynq in trunk and mac80211, remove vlynq branch, minor fixes More... over 17 years ago
EXPERIMENTAL support for 2.6.24-rc6 More... over 17 years ago
Revert "removed left-over test-code" More... over 17 years ago
removed left-over test-code More... over 17 years ago
experimental hacking ignore if counter in pci.c:1142 "timed out" (hackish soulution) fixed two compilation warnings enable REMOVE_ALL_KEYS again (was disabled in commit 9a2483499c2923e493d00b5c9818dad7f88f5ffb) More... over 17 years ago
replaced acx_s_msleep with acx_s_mdelay (it now uses mdelay() instead of msleep() - hopefully this will fix some scheduling while atomic bugs) More... over 17 years ago