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
csucsu: dmaCreateDC cleanup More... over 21 years ago
Remove iwpriv set_mac_addr (standard method "ifconfig wlan0 hw ether XXX"). Patch -EINPROGRESS return code in case of old WE version without commit handler... More... over 21 years ago
Small fixes: Don't load a radio image for ACX111 cards (most likely combined firmware). Spelling/line feed fixes. Power LED status is on after init. More... over 21 years ago
csucsu: initmemorypools cleanup More... over 21 years ago
csucsu: some cleanup More... over 21 years ago
some cleanup More... over 21 years ago
Properly do ESSID and nickname handling in older wireless layer (e.g. 2.4.18) to avoid an OOPS. More... over 21 years ago
Comment out USB definition which isn't used and isn't available in older kernels. More... over 21 years ago
Small debug settings change. More... over 21 years ago
Some more additions. More... over 21 years ago
Document 0x15 radio type name. Discovered by Olaf Flebbe (thanks!!). More... over 21 years ago
Darn, driver locations outdated already! Updated locations. More... over 21 years ago
Add new script fetch_firmware to automate firmware installation :) More... over 21 years ago
Unify sta_list function naming. More... over 21 years ago
Started some work to teach the driver USB Tx. More... over 21 years ago
Export driver module "debug" parameter, don't use our own non-functional ioctl handling, but instead simply use our standard ioctl handling code. Let's see how far I'll get in making that damn USB device work... :-) More... over 21 years ago
I don't know who did that, but filling out statistics function pointers is clearly wrong, since they point to bogus function implementations, thus causing an OOPS for every invocation of iwconfig. More... over 21 years ago
sheim: Remove unneeded includes spotted while looking into buffer management. More... over 21 years ago
Fix USB init (card type assignment missing). Now OOPS on iwconfig, though. More... over 21 years ago
Huge cleanup: Rename all compiled USB files to acx_usb_XXX.o. Make sure we do NOT include PCI files for USB stuff, since this causes "unresolved symbol" errors due to incorrect compiler flags... More... over 21 years ago
Remove some unneeded header file includes. More... over 21 years ago
Rename all netdevice_t vars to "dev" like in Linux kernel. More... over 21 years ago
sheim: Use driver_data member of struct pci_device_id to distinguish between acx100 and acx111 in pci probe function rather than duplicating the check for the device id the kernel already does for us ;-) More... over 21 years ago
sheim: Another battle in jihad on compiler warnings (ignore usb mess for now). More... over 21 years ago
Unify netdevice_t naming: always use "dev" just like in kernel. Clean up acx100_set_timer(). More... over 21 years ago
Small power management updates: halt eCPU on module unload, add some comments. More... over 21 years ago
Remove logging of traffic in default log setting. More... over 21 years ago
Much improved logging docu. More... over 21 years ago
Unify some format strings. More... over 21 years ago
Fix setting of Energy Detect value: we didn't actually commit it :-\ More... over 21 years ago