openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
acx100 - Wireless chipset Linux driver
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
over 1 year
ago. based on code collected
over 3 years
ago.
Jan 17, 2021 — Jan 17, 2022
Showing page 46 of 76
Search / Filter on:
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!)
XazZ
More...
over 17 years ago
fix IRQ_ITERATE compilation
XazZ
More...
over 17 years ago
remove unused function
XazZ
More...
over 17 years ago
more coding style fixes
XazZ
More...
over 17 years ago
Revert "fix code design"
XazZ
More...
over 17 years ago
some small coding style fixes which make it easier to read the code
XazZ
More...
over 17 years ago
remove unused, useless code
XazZ
More...
over 17 years ago
add interface ID back
XazZ
More...
over 17 years ago
fix code design
XazZ
More...
over 17 years ago
fix compilation error (caused by wrongly fixing acxusb_e_probe)
XazZ
More...
over 17 years ago
remove printing of interface ID since it doesn't exist anymore
XazZ
More...
over 17 years ago
fix missing function entry logging in acx_l_process_rxbuf
XazZ
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!)
XazZ
More...
over 17 years ago
fix more possible lockups
XazZ
More...
over 17 years ago
remove unneeded comment (what we are doing there *is* valid)
XazZ
More...
over 17 years ago
fix coding style
XazZ
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
XazZ
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)
XazZ
More...
over 17 years ago
missing space code looks better with this
XazZ
More...
over 17 years ago
fix misplaced locks this should fix some (possible) lockup bugs
XazZ
More...
over 17 years ago
remove code that is only for 2.6.23 and older
XazZ
More...
over 17 years ago
fix possible lockup bug
XazZ
More...
over 17 years ago
redesign two #if... #endif... #if... to make them look better
XazZ
More...
over 17 years ago
rename adev->lock to adev->spinlock
XazZ
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
XazZ
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
XazZ
More...
over 17 years ago
fix two possible lockups fix missing space (code looks better now :) )
XazZ
More...
over 17 years ago
remove old code (code that was only for <2.6.2* )
XazZ
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
XazZ
More...
over 17 years ago
move FN_ENTER in acx_interrupt_tasklet to the begin of the function
XazZ
More...
over 17 years ago
←
1
2
…
42
43
44
45
46
47
48
49
50
…
75
76
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree