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
sheim: Fix debug message. More... over 21 years ago
sheim: Rename 802.11 STA association state from iStatus to status. 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. More... over 21 years ago
sheim: Remove unused member irq from private struct. Use irq in struct netdevice when you need this. 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. 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). More... over 21 years ago
sheim: Fix broken capability patching. More... over 21 years ago
sheim: BSSID and ESSID are unsigned types. More... over 21 years ago
sheim: Fix FN_ENTER / FN_EXIT pairing in process_authen() [reported by Michal Prusko]. More... over 21 years ago
sheim: Fix cApS. More... over 21 years ago
sheim: Small fixes. More... over 21 years ago
sheim: Remove completely unused variable. More... over 21 years ago
sheim: Remove strange variable that only ever gets read from. 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. More... over 21 years ago
Add wireless events. More... over 21 years ago
Add some info about radio modules. More... over 21 years ago
Change debug channel of some msgs. More... over 21 years ago
Slightly soften the module init message, since we're slightly more stable now. More... over 21 years ago
Fix off-by-1 ESSID handling. Doh! More... over 21 years ago
sheim: Rename acx80211_rx() to acx100_rx_ieee802_11_frame(). Some comments. Some cleanup. More... over 21 years ago
sheim: Fix compile for WIRELESS_EXT > 13 (has been broken by my latest changes). More... over 21 years ago
sheim: Further cleanup. More mnemonics. 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. More... over 21 years ago
Reword CONFIG_SMP setting to not make it appear as if somebody did something wrong. 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 ;-) 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... More... over 21 years ago
sheim: Remove unused member hostwep from struct wlandev / acx100_priv. More... over 21 years ago
Make firmware error messages 299% bullet-proof. More... over 21 years ago
sheim: Fix compile. Fix line length. More... over 21 years ago
Adapt Maxim radio Tx level table to what I think it should probably be and add some comments. More... over 21 years ago