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
bschrauw: Implemented proper ioctl locking. I can now run start_net with ALL sleeps removed ! More... about 22 years ago
angelbane: began adding a cs layer changed to hwEnableISR/Disable/ISR from enable/disable_irq. Let's see if that speeds things up. More... about 22 years ago
bschrauw: Removed all ctl* calls More... about 22 years ago
ihewitt: MAC address ok, removed TODO. More... about 22 years ago
Add DHCP sample entry, remove often troublesome txpower setting. More... about 22 years ago
bschrauw: A few minor changes to Jeff's code. I hope these are all fixes, please check :) More... about 22 years ago
angelbane: implemented new functions acx100_rxdesc_to_ether, acx100_ether_to_txdesc, acx100_rxdesc_to_txdesc, dma_tx_data removed all references to dmaTxData, p80211pb_ether_to_80211, p80211_80211_to_ether and all wlan_pb_ts. Took out extraneous arrays Looped interrupt a maximum of 20000/HZ per jiffy. cleaned up acx100_start_xmit and dmaRxXfrISR functions. More... about 22 years ago
ihewitt: Remove MAC address breakage. More... about 22 years ago
bschrauw: Heavy cleanup of wlandevice struct. Tried to remove all unused fields. More... about 22 years ago
First attempt at supporting association to stations with hidden SSID broadcast. More... about 22 years ago
Added ioctl to set short/long retry limit. Rearranged/cleaned up ioctl list. More... about 22 years ago
Change "firmware_path" to "firmware_dir" (a "path" usually includes the file name). Make firmware loading DAU-proof (Duemmster Anzunehmender User, most stupid imaginable user). First parts of power management: properly shut down card/PCI bus upon driver unload. Fix several compile warnings. More... about 22 years ago
- APs with disabled SSID broadcast - further observations about wrong MAC address More... about 22 years ago
- mention necessity of "make clean" - claim to support every ACX100 card on the planet - small updates More... about 22 years ago
bschrauw: Further patches to make ioctl work before 'ifconfig wlan0 up'. Driver now also works when command to change mode to managed mode is issued last (first ifconfig, then other iwconfig, and 'iwconfig wlan0 mode managed' as last). More... about 22 years ago
ihewitt: Made firmware info clearer. More... about 22 years ago
Change acx100_scan_chan_p() to get rid of the stupid variable passing by stack space, in order to further reduce the likelyhood of stack overflows. More... about 22 years ago
Use KERN_WARNING instead of KERN_DEBUG, since some people seem to have kernels that have KERN_DEBUG disabled... (and our logs are just too important currently to miss them) More... about 22 years ago
bschrauw: First try at iwconfig with some state. Almost all iwconfig calls can now be made prior to ifconfig wlan0 up. More... about 22 years ago
bschrauw: yet another binary driver comment More... about 22 years ago
bschrauw: Some more binary firmware thingies More... about 22 years ago
bschrauw: Ivor Hewitt: more changes to make binary firmware working More... about 22 years ago
bschrauw: Changed extract tool to extract binary images instead of header format More... about 22 years ago
bschrauw: Ivor Hewitt: binary firmware loading with radio module support More... about 22 years ago
Fix another comment problem. More... about 22 years ago
Fix "nested comments" warnings. More... about 22 years ago
bschrauw: Added some more function headers More... about 22 years ago
bschrauw: Moved all ioctl related stuff to acx100_ioctl.c and split the complete ioctl in inlined subfunctions. More... about 22 years ago
Hopefully fix the stupid stack overflow issues for good, finally. More... about 22 years ago
csucsu: QueueConfig_t added More... about 22 years ago