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
Add RSSI. More... over 21 years ago
Add info about more TI chips. More... over 21 years ago
Further update. More... over 21 years ago
Merged my current private ToDo list. Note that the reason I'm doing this is because I will start work on Thursday, so I may have much less time to work on the driver in the future. More... over 21 years ago
Add check for card removal. Now card eject/reinsert even works with active traffic by far most of the times (didn't manage to get a crash so far). More... over 21 years ago
Fix stupid local freeing of globally used resource (io register set) causing a crash on card reinsert. My bad, sorry! Fix driver name reported to be acx_pci. Add bus type identification to probing, add PCI bus ID printing. Improve driver init messages. More... over 21 years ago
wawro: Corrected bugs in USB driver, should work a bit better now. Re-installed busy-waiting into the control messages as it may be called from an interrupt context and schedule() must not be invoked in this case. More... over 21 years ago
Further header cleanup: we should keep the number of header files as minimized as possible, in order to encourage proper functional separation between files. More... over 21 years ago
First very simplistic version of auto rate support. No, it's not really useful yet, although it sort of works. More... over 21 years ago
Further cleanup: Replace acx100_set_mac_address_broadcast by MAC_BCAST, remove unused acx100_clear_mac_address. Saves 250 bytes. More... over 21 years ago
Another round of lotsa changes: Put packet template initialisation in update_card_settings, remove tons of junk, enable reinitializing the templates on MAC address change (doesn't quite work though - Tx error 0x20, slightly disrupted communication, didn't find out yet why :-\), Replace many priv->address by the more correct priv->bssid (priv->address only indicates the address before joining a network, but OTOH they're usually the same, so it doesn't matter much). All in all I'm happy about the cleanups and thus much sexier code and, most importantly, lower memory usage :-) (compared to a several days old versions with lots of features missing we saved 7kB!!) More... over 21 years ago
wawro: Updates for USB code. More... over 21 years ago
wawro: Updated USB code, should work now. More... over 21 years ago
Handle some random FIXMEs. Save some more driver bytes, remove duplication. Fill in missing "sa" address. Implement sensitivity ioctls for old WE. More... over 21 years ago
Several waproamd related fixes: SIOCSIWESSID (length check fix), SIOCSIWAP (need macmode_wanted instead of macmode_joined), ... Remember the device's MAC address when scanning. Store sta_list in priv (eliminate FIXME). Handle association status much more dynamically (update iwconfig output properly). Still quite far from completely finished. More... over 21 years ago
Change signal calculation method to algorithm that almost matches Windows level (found by FBSD team). More... over 21 years ago
mac_cnt_rcvd really only has 12 bits length (0xfff). More... over 21 years ago
Use define MAC_COPY() instead of acx100_copy_mac_address() and memcpy() (more optimized). Same for MAC_FILL(). Resolve duplication: acx100_is_broadcast_address vs. acx100_is_mac_address_broadcast. More... over 21 years ago
Properly implement SIOCSIWENCODE/SIOCGIWENCODE for WIRELESS_EXT < 13, rename acx100_ioctl_main to acx_ioctl_old, ifdef it out in case of newer versions. More... over 21 years ago
Ugh, screwed up build for 2.4.18. My bad. More... over 21 years ago
Doh, (at least) one endianness issue managed to escape... More... over 21 years ago
Replace WLAN_ADDR_LEN and WLAN_BSSID_LEN by ETH_ALEN. More... over 21 years ago
Check for USB support as well. More... over 21 years ago
Another huge update. More... over 21 years ago
Small cleanup. More... over 21 years ago
Small comment and cleanup. More... over 21 years ago
Patch for 2.6.x compatibility. More... over 21 years ago
Fix slightly fatal symlinking bug. More... over 21 years ago
Re-fix the broken (for 2.6.x) things reversed by the last CVS commit. More... over 21 years ago
Several more USB 2.6.x fixes. More... over 21 years ago