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
olli: added fill up the two more IO addresses More... over 21 years ago
olli: added better shutdown for acx111 and eeprom version informations More... over 21 years ago
olli: added two new IO address constants: IO_ACX_EEPROM_INFORMATION, IO_ACX_GPIO_OE More... over 21 years ago
olli: added check for acx111 firmware More... over 21 years ago
Don't force a different antenna value on users. Hopefully this will fix some issues. More... over 21 years ago
Add parameter USE_DHCP to toggle DHCP use. Change broken test -z to test -n. More... over 21 years ago
Update firmware download version, many, many more troubleshooting hints, add link to acx100 howto. More... over 21 years ago
Print out wireless extension version. More... over 21 years ago
Add patch #878174: Add logging that informs you that the ap has been rejected because of non-matching ssid's. More... over 21 years ago
Alex Thomas: large strucures kmalloc'ed rather than placing in stack (hopefully the stack overflow problems will be gone for good now!) More... over 21 years ago
Very small log reformatting. More... over 21 years ago
Whoops, forgot to delete some files... More... over 21 years ago
olli: Add initial support bits for ACX111 chip. Change to a new chip independent IO model. More... over 21 years ago
dded iwpriv list_net_status to have some debugging aid for my current sporadic traffic lockup problem. Change some bogus UINT32 to UINT8. Reformat some output which was wasting quite some space. More... over 21 years ago
Some changes, add documentation for iwprivs. More... over 21 years ago
Silence the rather annoying byte dumping in case L_DEBUG is unset. More... over 21 years ago
wawro: USB code now able to receive data and perform handover to the PCI code. Currently a bad hack (rx polling in timer interrupt), will be improved when Tx is also functioning. More... over 21 years ago
wawro: Corrected length of CURRENT_REG_DOMAIN RID (2 bytes req for USB code) More... over 21 years ago
Support new Israel(?) regulatory domain 0x51, fix buggy "invalid regulatory domain" fallback code, make all checks use struct size limits instead of fixed limits, make it clear that our #warning is NOT a warning. More... over 21 years ago
Introduce new logging define L_XFER_BEACON (0x2000) to only log received Beacon frames if this bit is also set. Should cut down on logging activity. Abbreviate some log stuff. More... over 21 years ago
Quite some cleanup in the Beacon and Probe Response frame department. Especially the Supported Rates element had a bug, and the frame length handling also needed some corrections. Hopefully this will fix problems with 1130 beacon setup. More... over 21 years ago
wawro: USB Interface, wrapped all commands to USB transfers. More... over 21 years ago
wawro: Improved USB support. Still no bulk transfers working. Card-internal memory initializations seem to be OK now (quite similar to Snoopy log). More... over 21 years ago
Another rather big update: reorganize card name data, make the bash requirement a soft requirement, Add info how to actually enable monitor mode, add valuable card initialization troubleshooting hint. More... over 21 years ago
Make various scripts a bit more POSIX shell syntax friendly, to remove the need for /bin/bash in several scripts. Hopefully I didn't break anything by doing so ;) More... over 21 years ago
Implement infrastructure for Info Mailbox reading: Enable Info IRQ in wlandev->irq_mask, add function for Info IRQ decoding. Remove bogus struct. Started implementing NULL data template setup for 802.11 power save mode. Add some more logging to PS mode. Fix return value for set_antenna ioctl (make sure to have commit handler called) More... over 21 years ago
Correct some 802.11 power save stuff. BTW, that's my Christmas present! :-) More... over 21 years ago
Actually implement some experimental 802.11 power saving mode support (I haven't checked whether it's actually saving some power or reducing some temperature...). Remove blatantly useless ActivatePowerSaveMode(). More... over 21 years ago
sheim: Fix some FN_ENTER / FN_EXIT pairings. More... over 21 years ago
Another week, another train ride :) Preparations for 802.11 power save mode (it actually seems to be easy). More... over 21 years ago