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
Make sure to mention CONFIG_NET_RADIO and CONFIG_NET_WIRELESS kernel config requirements. More... about 22 years ago
Fix to enable IRQs for CardBus cards (or also other cards?): make sure to write proper I/O value in hwEnableISR()! Doh! More... about 22 years ago
Argh, I hate skipped sound from stupid CPU burning init loops... More... about 22 years ago
Update for the current 0.1c driver. More... about 22 years ago
Implemented iwpriv set_debug to set the debug log mask during execution. More... about 22 years ago
Small improvements. More... about 22 years ago
Recommit angelbane's ring buffer patch, with the Tx I/O trigger fix. More changes: Made sure that we wake the net queue again if we get free Tx buffers again (HACK!). Tx cleanup in dmaTxDataISR() completely changed, since we frequently seem to get out of sync. More... about 22 years ago
tmbinc: added pci_set_master to hopefully make CardBus cards work properly. More... about 22 years ago
Misc. changes. More... about 22 years ago
Big WEP infrastructure update (plus iwconfig behaviour fixes), fixed acx100_init_wep(), fixup Capabilities screwup in transmit_assoc_req() causing association failure. More... about 22 years ago
Revert broken ring buffer changes (disrupted any kind of Managed mode communication). Next time I will make sure to revert broken changes immediately, since otherwise this will cause a helluva lot of patch work. (read: "hopefully I got it right...") More... about 22 years ago
Add logging option L_BUF for ring buffer checking, add packet type printing for packets we choose to not receive, misc. small fixes. More... about 22 years ago
Print out error value in case of TX error. More... about 22 years ago
tmbinc: Added first version of monitor mode - some problems left: - may stop after receiving 15 packets - WEP decryption cannot be disabled yet More... about 22 years ago
Make association still a bit more verbose. More... about 22 years ago
Relaxed card ID check to not let SpeedStream SS1021 detection fail. More... about 22 years ago
Fix grave bugs in capability setup, Fix struct off-by-one in WEP setup, Fix bug in authen frame length, add general Tx packet payload printing (instead of printing payload of user data packets only!). More... about 22 years ago
Let's pretend we support WEP in Ad-Hoc mode properly; we'll have to implement this soon anyway. More... about 22 years ago
bschrauw: Fixed Jeff's changes, now it seems to work, but still got a lot of DUPs. More... about 22 years ago
Stress the fact that rxbuffer and hfa384x_rx_frame are NOT the same. More... about 22 years ago
Urks, the rxbuffer is not as compatible to hfa384x_rx_frame as I thought... (thus breaking everything, including any kind of communication at all :-\) More... about 22 years ago
Hopefully fix the IRQ handler stack overflows for good. More... about 22 years ago
angelbane: removed spin_locks removed loops from dmaTxDataISR and dmaRxXfrISR removed GET_NEXT_FREE_TX_DESC More... about 22 years ago
Ugh, fix compile. More... about 22 years ago
bschrauw: some small changes More... about 22 years ago
Add wireless statistics function. More... about 22 years ago
Print out Rx packet statistics. More... about 22 years ago
Even more line wrapping changes. More... about 22 years ago
Forgot to fix/improve some more places. More... about 22 years ago
angelbane: fiddled with the net_queue packets will no longer be dropped when we run out of descriptors, the queue is simply paused until a descriptor is clean More... about 22 years ago