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: Hopefully fix recent spurious machine lock-ups on initialization. More... over 21 years ago
sheim: We really should leave IRQ context ASAP. More... over 21 years ago
sheim: Reduce stack footprint of acx100_issue_cmd by orders of magnitude. More... over 21 years ago
sheim: Reworked 2.6 installation. More... over 21 years ago
sheim: Fix 2.6 in-tree compilation as described in our README. More... over 21 years ago
sheim: Fix processor flags to be unsigned long. More... over 21 years ago
sheim: Dump known BSSs to proc entry. More... over 21 years ago
sheim: Fix size of essid in struct bss_info (was _way_ to small). This probably went unnoticed because of the val0x12 filler after it prevented corruption. More... over 21 years ago
sheim: Remove unused val0xXX members from struct bss_info. More... over 21 years ago
sheim: Rename struct iS to struct bss_info. Rename val0x126c to bss_table. Rename iStable to bss_table_size. Mnemonics are great ;-) More... over 21 years ago
sheim: Did a first cleanup pass of struct wlandevice. More... over 21 years ago
sheim: Fix "statement with no effect" in SIOC[GS]IWNWID case of main switch in the WIRELESS_EXT < 13 (old) ioctl handler. More... over 21 years ago
sheim: Fix compile for earlier 2.4 kernels that don't have ARPHRD_IEEE80211_PRISM. More... over 21 years ago
sheim: Further cleanup of the header mess: Remove completely unused acx100mgmt.h More... over 21 years ago
sheim: Code formatting fixes. More... over 21 years ago
sheim: Add wlan frame types. More... over 21 years ago
sheim: Kill one more "comparison between signed and unsigned" warning with newer gcc. More... over 21 years ago
sheim: Put struct wlandevice and other things that were misplaced in include/p80211netdev.h into acx100.h. Kill p80211netdev.h completely. More... over 21 years ago
sheim: Remove lots of unused cruft, pass one. More... over 21 years ago
sheim: Cleanup formatting. Replace C++ style comments with standard C ones. More... over 21 years ago
sheim: Add some types. More... over 21 years ago
Removed iwpriv set_msdu_time (since it's in "iwconfig retry lifetime", doh!). Let's be brave: don't lie about the protocol name, but DO use "IEEE 802.11b+". After all it's not our fault if we tell the truth, but programs don't handle this string correctly, right? Sort ioctls properly in acx100_ioctl_main() and add WRETRY handlers. More... over 21 years ago
Implement iwprivs set_led_power, set_mac_addr, set_msdu_(life)time. Improve(?) locking. More... over 21 years ago
sheim: Remove fixed FIXME comment. More... over 21 years ago
sheim: Add correct commit infrastructure for WE >= 13. Add locking to most acx100_ioctl_set_*. Add lots of FN_ENTER / FN_EXIT tracing. More... over 21 years ago
sheim: Remove unused MTUSIZE #define and incorrect comment. More... over 21 years ago
Argh, it's not my day... Fix ACX_DEBUG stuff. More... over 21 years ago
Set MSDU lifetime to a value of 5000 instead of 0x800, due to several problem reports. More... over 21 years ago
Many locking fixes. Hopefully this will fix deadlock on ifup. :-\ Fix ESSID ioctl OOPS for old wireless extensions. Change RXBUFFERNO/TXBUFFERNO from 32 to 16 (several people had memory allocation issues). Change to ACX_DEBUG define in Makefile and improve infrastructure a bit. DEBUG should NEVER EVER be used (it could already be defined just about anywhere else). More... over 21 years ago
sheim: Added wrapper script for GNU indent in order to normalize coding style. Anyone with peculiar personal preferences regarding code formatting better have these added here as I'm going to use it in a few days :) More... over 21 years ago