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
Fixed SIOCGIWRANGE for old WE versions, added some debugging. More... over 21 years ago
sheim: Rename blatantly unspecific member "address" to "bssid" in struct bss_info. Anyone giving out names like "address" will get a bullet shot in the head next time ;-9. More... over 21 years ago
sheim: Yet another battle in jihad on compiler warnings. Fix "`res1' might be used uninitialized in this function". Fix "`res2' might be used uninitialized in this function". More... over 21 years ago
sheim: Yet another battle in jihad on compiler warnings. Fix "control reaches end of non-void function" spit out by some gcc versions. More... over 21 years ago
sheim: Implement SIOCSIWAP (set AP) ioctl. Fix some acx100_*_mac_address_*() helpers. More... over 21 years ago
Make sure to not include modversions.h (see "modversions.h source pollution in 2.4", http://seclists.org/linux-kernel/2001/Feb/0782.html) More... over 21 years ago
Add more detailed Tx error explanations. More... over 21 years ago
Improve/fix several things: a) fix rate transfer during station discovery (we always copied 8 bytes, but some APs seem to contain garbage after their "last" rate byte, so this might have caused the "incompatible rates" association error), fix rate printing b) fix MSDU lifetime variable size and default value c) insert probably missing break; before NULL frame processing d) ifdef out deauthen operation in case of NULL frame from unlisted client, which probably broke quite some environments. Let's hope this manages to fix something e) insert missing acx100_ioctl_get_range and add more range specifications to acx100_ioctl_get_range More... over 21 years ago
Print debug messages in case of firmware upload failure and retry 5 times. More... over 21 years ago
Add defines for radio type values. More... over 21 years ago
Implement iwconfig ... auto ioctl support for bit rate and Tx level (only bones, no meat yet!). More... over 21 years ago
sheim: More mnemonics. More... over 21 years ago
sheim: Revert to 1.6 in order to undo local change I checked in by accident. More... over 21 years ago
sheim: Fix hardcoded 1 instead ARPHRD_ETHER marked with FIXME. Mnemonic replacements for some var_0xXXXX names in get_aplist ioctl. More... over 21 years ago
Slightly improve log messages. More... over 21 years ago
Display wireless extension version. Add module count logging. More... over 21 years ago
Add a line for pump DHCP (Knoppix). Add line to switch off power LED. More... over 21 years ago
Changed WEP key setting to get rid of restricting key length checks (complete rewrite - please do some correctness verifications). Locking improvements. Remove dead acx100_set_reg_domain(). More... over 21 years ago
sheim: Indicate FN_ENTER/FN_EXIT call chain depth by indenting syslog messages. Fix some unpaired FN_ENTER / FN_EXITs. Fix some FN_EXITs not to lie about return value. More... over 21 years ago
sheim: Fix hardcoded path. Slackware seem to have echo in /usr/bin nowadays... More... over 21 years ago
sheim: Sanify config.mk handling. More... over 21 years ago
sheim: Remove WLAN_DBVAR cruft. We have our own debug infrastructure. More... over 21 years ago
sheim: Small fixes in the TODO list. More... over 21 years ago
sheim: Fix 2.5/2.6 part. Rename grossly misnamed isok() to is_unset(). Fix indentation. Fix '=' vs. '==' test. Omit unused KERN_25 line from config.mk. More... over 21 years ago
sheim: Make current locking conditional to BROKEN_LOCKING define. This fixes all lockups with CONFIG_SMP here and did not show any real problems so far, although there definitely are some races now. I'm working on a better locking scheme, but the driver is operational this way. More... over 21 years ago
Some improvements. More... over 21 years ago
Clean up the overflowing mess that is the ESSID and nick stuff. (added length fields and add space for trailing \0 for printf's) More... over 21 years ago
Vesa-Pekka Palmu: Much improved Configure script. More... over 21 years ago
Rename bss_table_size to bss_table_count, which makes A LOT more sense ;-) More... over 21 years ago
Oops! Someone should have checked the radio IDs more closely when he created the tables... More... over 21 years ago