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 61 of 76
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
sheim: Fix debug message.
andim2
More...
over 21 years ago
sheim: Rename 802.11 STA association state from iStatus to status.
andim2
More...
over 21 years ago
sheim: Simplify management timer device coupling: directly pass a pointer to the private acx100 per-device struct avoiding indirection via struct netdevice. Added some comments.
andim2
More...
over 21 years ago
sheim: Remove unused member irq from private struct. Use irq in struct netdevice when you need this.
andim2
More...
over 21 years ago
sheim: Fix Rx path for multiple interfaces (up to now /everything/ would have looked as if received by the last interface detected). Multiple devices support still won't work, but I'm working on it... Some cleanups.
andim2
More...
over 21 years ago
I had too much time on the train, I guess :) Use defines for some fc value checks. Fix HORRIBLE mistake in several checks. This might fix some connection loss issues, or it might just as well crash in some situations (since we're actually able to enter some code part now, which is thus untested).
andim2
More...
over 21 years ago
sheim: Fix broken capability patching.
andim2
More...
over 21 years ago
sheim: BSSID and ESSID are unsigned types.
andim2
More...
over 21 years ago
sheim: Fix FN_ENTER / FN_EXIT pairing in process_authen() [reported by Michal Prusko].
andim2
More...
over 21 years ago
sheim: Fix cApS.
andim2
More...
over 21 years ago
sheim: Small fixes.
andim2
More...
over 21 years ago
sheim: Remove completely unused variable.
andim2
More...
over 21 years ago
sheim: Remove strange variable that only ever gets read from.
andim2
More...
over 21 years ago
Huge update: Sort REQUIREMENTS section. More verbose firmware description. Mention PCI bus compatibility stuff. Mention debug level, microwave avoiding. Some other stuff.
andim2
More...
over 21 years ago
Add wireless events.
andim2
More...
over 21 years ago
Add some info about radio modules.
andim2
More...
over 21 years ago
Change debug channel of some msgs.
andim2
More...
over 21 years ago
Slightly soften the module init message, since we're slightly more stable now.
andim2
More...
over 21 years ago
Fix off-by-1 ESSID handling. Doh!
andim2
More...
over 21 years ago
sheim: Rename acx80211_rx() to acx100_rx_ieee802_11_frame(). Some comments. Some cleanup.
andim2
More...
over 21 years ago
sheim: Fix compile for WIRELESS_EXT > 13 (has been broken by my latest changes).
andim2
More...
over 21 years ago
sheim: Further cleanup. More mnemonics.
andim2
More...
over 21 years ago
Fix channel value breakage in case of 802.11g APs: They seem to announce more than the 802.11b maximum of 8 rates, which caused an overflow in our code (overflowing the channel value). Reduce channel to UINT8.
andim2
More...
over 21 years ago
Reword CONFIG_SMP setting to not make it appear as if somebody did something wrong.
andim2
More...
over 21 years ago
sheim: Fix compilation if WIRELESS_EXT > 15, but IW_HANDLER_VERSION <= 4. Don't know if this is a legal combination or the guy reporting this just had his headers screwed up ;-)
andim2
More...
over 21 years ago
Don't increment firmware writing pointer automatically, but rather write the offset anew each time. Hopefully this will manage to fix firmware upload trouble...
andim2
More...
over 21 years ago
sheim: Remove unused member hostwep from struct wlandev / acx100_priv.
andim2
More...
over 21 years ago
Make firmware error messages 299% bullet-proof.
andim2
More...
over 21 years ago
sheim: Fix compile. Fix line length.
andim2
More...
over 21 years ago
Adapt Maxim radio Tx level table to what I think it should probably be and add some comments.
andim2
More...
over 21 years ago
←
1
2
…
57
58
59
60
61
62
63
64
65
…
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