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
fix missing newline (dmesg looks a bit strange without this) More... over 17 years ago
comment unused function (update_link_quality_led) to avoid compiler warnings More... over 17 years ago
fix 'ifconfig wlan0 down' lockup bug - this creates a new bug: 'ifconfig wlan0 up' won't work anymore if you have down'ed the interface before More... over 17 years ago
UNSTABLE/very experimental! dirty workaround (?) to fix some lockup bugs More... over 17 years ago
fix some ifconfig wlan0 down infinite wait added some comments to the ifdown codfix some ifconfig wlan0 down infinite wait More... over 17 years ago
fix crash/possible lockup while rmmod'ing the module More... over 17 years ago
removed mmiowb(); since a) it caused some troube b) it was useless anyway More... over 17 years ago
fixed txpower after initalisation - iwconfig had a wrong value (this didn't affect the real txpower!) More... over 17 years ago
fix return value of acx_key_write (it failed before) More... over 17 years ago
fixed some lockup bugs rewrote acx_key_write (code derived from ath5k) - this fixed a lockup bug the acx_key_write change is only tested with WPA - *NOT* with WEP More... over 17 years ago
fix mislabled /proc entries More... over 17 years ago
revert part of a previous commit which caused a crash More... over 17 years ago
fixed multiple bugs, including an ifconfig wlan%d up lockup bug various little changes like some coding-style changes More... over 17 years ago
add SVN properties, drop 2.6.11 support, style fixes, other stuff More... over 17 years ago
fixed ifconfig wlan0 down lockup bug removed printk's which were used to debug this More... over 17 years ago
fix vlynq support More... over 17 years ago
2.6.24 fix More... over 17 years ago
fix format type More... over 17 years ago
slight code cleanup More... over 17 years ago
fix rates support for 802.11b and 802.11g only one little bug is left: you can set _any_ rate (we don't check if the rate the user wants to set is valid) More... over 17 years ago
comment was misplaced More... over 17 years ago
fix 2.6.24 compilation (I used the git version of 2.6.24 before which differs in some points) More... over 17 years ago
use print_mac on 2.6.24 fix coding style (#if's/#endif's should be in column 0) More... over 17 years ago
again some little changes (diff between my and matteo's code) More... over 17 years ago
fix datatypes More... over 17 years ago
add comments for later kernel/mac80211 versions More... over 17 years ago
only use mdelay on X86 as it works fine on other architectures (not tested on X86_64 and alpha) More... over 17 years ago
merged matteo's (rootkit85) code to support the vlynq bus (mostly used in PDA's and/or routers) More... over 17 years ago
slightly cleaned up code (thanks to matteo) some coding style fixes More... over 17 years ago
fix usb-support on latest 2.6.24 fix coding-style (thanks to matteo for the hint) More... over 17 years ago