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 48 of 76
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
these should be the last updates for 2.6.24
XazZ
More...
over 17 years ago
only include module version when the kernel has support for this
XazZ
More...
over 17 years ago
modinfo acx-mac80211.ko now shows the driver version
XazZ
More...
over 17 years ago
show some more information on 2.6.24 which were removed first (compilation issues)
XazZ
More...
over 17 years ago
fix usb-support on 2.6.24
XazZ
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)
XazZ
More...
over 17 years ago
added little comment and one more printk
XazZ
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
XazZ
More...
over 17 years ago
replace ieee80211_wake_queues with one that supports logging (acx_wake_queue)
XazZ
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!)
XazZ
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.
XazZ
More...
over 17 years ago
small fixes for 2.6.24 and one very little 'style' fix
XazZ
More...
over 17 years ago
add .reset for anything lower than kernel 2.6.24* again little coding style fix
XazZ
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)
XazZ
More...
over 17 years ago
one '{' too much
XazZ
More...
over 17 years ago
correct some checks - maybe I misunderstood the origninal ones
XazZ
More...
over 17 years ago
We have to check for cmd_timeout-counter and not for counter
XazZ
More...
over 17 years ago
Cover the situation where "counter > 0 and counter <= 30" - this was uncovered before and could have caused bugs
XazZ
More...
over 17 years ago
Added proper fix for a possible bug introduced by the patch in commit 9a2483499c2923e493d00b5c9818dad7f88f5ffb
XazZ
More...
over 17 years ago
fixed compiler error caused by commit cc8dad30c6ec6df9f307a626096084198a6b3ed6
XazZ
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
XazZ
More...
over 17 years ago
increase version number
XazZ
More...
over 17 years ago
build fix
rootkit85
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
XazZ
More...
over 17 years ago
Merge vlynq in trunk and mac80211, remove vlynq branch, minor fixes
rootkit85
More...
over 17 years ago
EXPERIMENTAL support for 2.6.24-rc6
XazZ
More...
over 17 years ago
Revert "removed left-over test-code"
XazZ
More...
over 17 years ago
removed left-over test-code
XazZ
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)
XazZ
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)
XazZ
More...
over 17 years ago
←
1
2
…
44
45
46
47
48
49
50
51
52
…
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