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 63 of 76
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
sheim: Hopefully fix recent spurious machine lock-ups on initialization.
andim2
More...
over 21 years ago
sheim: We really should leave IRQ context ASAP.
andim2
More...
over 21 years ago
sheim: Reduce stack footprint of acx100_issue_cmd by orders of magnitude.
andim2
More...
over 21 years ago
sheim: Reworked 2.6 installation.
andim2
More...
over 21 years ago
sheim: Fix 2.6 in-tree compilation as described in our README.
andim2
More...
over 21 years ago
sheim: Fix processor flags to be unsigned long.
andim2
More...
over 21 years ago
sheim: Dump known BSSs to proc entry.
andim2
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.
andim2
More...
over 21 years ago
sheim: Remove unused val0xXX members from struct bss_info.
andim2
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 ;-)
andim2
More...
over 21 years ago
sheim: Did a first cleanup pass of struct wlandevice.
andim2
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.
andim2
More...
over 21 years ago
sheim: Fix compile for earlier 2.4 kernels that don't have ARPHRD_IEEE80211_PRISM.
andim2
More...
over 21 years ago
sheim: Further cleanup of the header mess: Remove completely unused acx100mgmt.h
andim2
More...
over 21 years ago
sheim: Code formatting fixes.
andim2
More...
over 21 years ago
sheim: Add wlan frame types.
andim2
More...
over 21 years ago
sheim: Kill one more "comparison between signed and unsigned" warning with newer gcc.
andim2
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.
andim2
More...
over 21 years ago
sheim: Remove lots of unused cruft, pass one.
andim2
More...
over 21 years ago
sheim: Cleanup formatting. Replace C++ style comments with standard C ones.
andim2
More...
over 21 years ago
sheim: Add some types.
andim2
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.
andim2
More...
over 21 years ago
Implement iwprivs set_led_power, set_mac_addr, set_msdu_(life)time. Improve(?) locking.
andim2
More...
over 21 years ago
sheim: Remove fixed FIXME comment.
andim2
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.
andim2
More...
over 21 years ago
sheim: Remove unused MTUSIZE #define and incorrect comment.
andim2
More...
over 21 years ago
Argh, it's not my day... Fix ACX_DEBUG stuff.
andim2
More...
over 21 years ago
Set MSDU lifetime to a value of 5000 instead of 0x800, due to several problem reports.
andim2
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).
andim2
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 :)
andim2
More...
over 21 years ago
←
1
2
…
59
60
61
62
63
64
65
66
67
…
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