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
Revert Jeff's transmit_authen1() fix, since it's a rather specific "fix" as opposed to the general retry timer support, and it's probably not such a good idea to resend it on every beacon (which happens every 100ms) until we have a state change (I don't know how long it ultimately takes to change state, though). Also fix some messup. More... about 22 years ago
angelbane: inserted my own transmit_authen1 workaround. Accepting all packets of size 0xe or greater. For now, don't reset the station scan table counter on rescanning. More... about 22 years ago
packet fragmentation, endianness. More... about 22 years ago
Add some firmware notes, further install help. More... about 22 years ago
"Fix" the association problems on every second attempt, by introducing a software retry timer for newer firmware versions which don't offer a hardware timer any more. YAY! Small optimizations/changes. More... about 22 years ago
- fixup broken acx_cap variable - fix some broken/incomplete packet assembly functions - some optimizations - some cleanup More... about 22 years ago
Add printing of packet header. More... about 22 years ago
The Great New Cleanup: rename lots of variables to have the code make more sense, unify tx packet assembly. Fixup some tx packet fields. More... about 22 years ago
Add report about STR resume hang. More... about 22 years ago
angelbane: continued with detailed comments. Took out pcmcia_cs stuff. More... about 22 years ago
Add Planet WL-8305 as form factor 0x01 candidate. Add check for special Level One WPC-0200 card ID. More... about 22 years ago
- add warning about firmware file case sensitivity - mention radio ID 0x15 module - spelling fixes More... about 22 years ago
Big cleanup of scanning functionality. Disable Tx and Rx on shutdown. Fix broken duplicate scan start causing an error message. More... about 22 years ago
Move some diagnostic assoc messages to L_DEBUG. Fix compile warning. More... about 22 years ago
Implement numeric conversion of firmware version. Make sure we only configure the timer parameters for firmware versions which support it. More... about 22 years ago
Update script to reflect current development improvements. More... about 22 years ago
WEP update: - make iwconfig print restricted/open status - fix setting of restricted/open - add/improve more assoc logging messages This should hopefully fix WEP operation (it seems to work for me). More... about 22 years ago
angelbane: began detailed function commenting More... about 22 years ago
angelbane: removed extraneous wlan_mgmt, updated TODO More... about 22 years ago
Several changes, updates. More... about 22 years ago
angelbane: added some pcmcia_cs stuff, it remains defined out until I get it working More... about 22 years ago
This one hopefully fixes the transmit_deauthen() issues some people were having: the BSSID address was using the wrong address, AFAICS. Replace reason code numbers by their proper defines. More... about 22 years ago
Add iwpriv get_s_preamble/set_s_preamble. More... about 22 years ago
It really seems as if the meaning of the Preamble flag is actually reversed... *sigh* Hopefully this will fix the damn Tx error 0x20 for good. More... about 22 years ago
The form factor descriptions were not exactly correct (since a mini-PCI card also got logged as form factor 0, "CardBus"), so let's change it to something more reasonable. More... about 22 years ago
Keep a copy of the parameters of the station we're currently associated to. Add 3 newer human-readable Status code strings. Improve association logging to make it damn clear that the network is not yet operable. Some Short/Long Preamble work: switch to Short Preamble if the peer station advertises Short Preamble capability. More... about 22 years ago
Small fix: make sure to also rescan in case we set the essid to any. More... about 22 years ago
Found the bit controlling the power LED, implemented function. Switch off power LED on driver unloading. Please report if there is any trouble (e.g. if some cards' LEDs are connected differently). More... about 22 years ago
Andreas Schultz: Enable build of the acx100 driver outside of the 2.6.x kernel tree More... about 22 years ago
Reenable IRQ locking, since it seems to be more reliable (less DUPs). More... about 22 years ago