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
remove two locks that caused a lockup (we are already using sem-locking here, no need to spinlock too!) More... over 17 years ago
fix IRQ_ITERATE compilation More... over 17 years ago
remove unused function More... over 17 years ago
more coding style fixes More... over 17 years ago
Revert "fix code design" More... over 17 years ago
some small coding style fixes which make it easier to read the code More... over 17 years ago
remove unused, useless code More... over 17 years ago
add interface ID back More... over 17 years ago
fix code design More... over 17 years ago
fix compilation error (caused by wrongly fixing acxusb_e_probe) More... over 17 years ago
remove printing of interface ID since it doesn't exist anymore More... over 17 years ago
fix missing function entry logging in acx_l_process_rxbuf More... over 17 years ago
thanks to Matthew "mentor" Bell for finding a big bug in the code we didn't call ieee80211_register_hwmode before ieee80211_register_hw (but we need to!) More... over 17 years ago
fix more possible lockups More... over 17 years ago
remove unneeded comment (what we are doing there *is* valid) More... over 17 years ago
fix coding style More... over 17 years ago
rename acx_select_opmode to acx_s_select_opmode to make sure we name the functions as described in acx_func.h More... over 17 years ago
remove strange locks? (not sure if this is valid!) remove old code (currently we only support the latest two kernel's: 2.6.24 and 2.6.25) More... over 17 years ago
missing space code looks better with this More... over 17 years ago
fix misplaced locks this should fix some (possible) lockup bugs More... over 17 years ago
remove code that is only for 2.6.23 and older More... over 17 years ago
fix possible lockup bug More... over 17 years ago
redesign two #if... #endif... #if... to make them look better More... over 17 years ago
rename adev->lock to adev->spinlock More... over 17 years ago
remove some unused code mac80211 provides it's own functions for that stuff - so no need to keep the old plain acx code More... over 17 years ago
add 2.6.25 support I've not tested this on 2.6.25 but at least it compiles (without any warnings) parts of this code already existed before - I modified it a bit + I fixed a possible lockup bug in the .25 code More... over 17 years ago
fix two possible lockups fix missing space (code looks better now :) ) More... over 17 years ago
remove old code (code that was only for <2.6.2* ) More... over 17 years ago
fix various lockup bugs don't forget to read the "Unreliable Guide To Locking" from Rusty Russell: http://www.de.kernel.org/pub/linux/kernel/people/rusty/kernel-locking/index.html More... over 17 years ago
move FN_ENTER in acx_interrupt_tasklet to the begin of the function More... over 17 years ago