11
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
correct mailing list name for bug reports
samleffler
as sam
More... almost 21 years ago
o decouple linux release from hal release o change tag and tarball name to be madwifi-ish
samleffler
as sam
More... almost 21 years ago
correct URL to fcc doc
samleffler
as sam
More... almost 21 years ago
fill in make release
samleffler
as sam
More... almost 21 years ago
overhaul layout and build procedure to simplify binary distributions on multiple platforms:
samleffler
as sam
More... almost 21 years ago
improvements
samleffler
as sam
More... almost 21 years ago
grr, must still use ${MODOPTS} to compile so external symbols will have verison'd names
samleffler
as sam
More... almost 21 years ago
remove versioning support for the ath_hal module
samleffler
as sam
More... almost 21 years ago
Remove support for MODVERSIONS; this cannot be supported without source code: i.e. hal.o gets built from source and genksyms will calculate a hashed #define for symbols in the file, but then when someone builds again w/o source genksyms will hash again to a (likely) different value which doesn't match the one we had before. Might be able to finesse this if we ship ath_hal.ver along with hal.o but instead just remove it entirely.
samleffler
as sam
More... almost 21 years ago
o minor editorial changes
atheros_greg
as greg
More... almost 21 years ago
revert changes to fillin the stop method in the netdevice structure: the logic to reclaim resources is still not right for doing this and causes a panic
samleffler
as sam
More... almost 21 years ago
o add release.h that has a string to append to version information (currently set to BETA) o add to include path for each module so it can find release.h o add disclaimer in README about beta quality
samleffler
as sam
More... almost 21 years ago
o add HALO for the name of hal.o (or hal_syms.o if you want symbols) o add more tools used in name mangling o add TOOLPREFIX and assume cross-devel tools following the convention ${TOOLSPREFIX}program-name; e.g. /export/tools/bin/mips-linux-
samleffler
as sam
More... almost 21 years ago
add basic make release stuff (needs more work)
samleffler
as sam
More... almost 21 years ago
parameterize hal.o filename to simplifying using the one with unmangled symbols
samleffler
as sam
More... almost 21 years ago
remove . from include path so includes from the hal source code when present
samleffler
as sam
More... almost 21 years ago
shuffle compile options to simplify cross-compiling
samleffler
as sam
More... almost 21 years ago
update to reflect new world order with hal as module and to reference sourceforge
samleffler
as sam
More... almost 21 years ago
new world order: make the hal a module
samleffler
as sam
More... almost 21 years ago
o document HAL_SRC usage o add cross-compilation parameterizations
samleffler
as sam
More... almost 21 years ago
replace explicit reference to gcc with ${CC} for cross-compilation
samleffler
as sam
More... almost 21 years ago
pedanticism from "David S. Miller" <[email protected]>:
samleffler
as sam
More... almost 21 years ago
updates
samleffler
as sam
More... almost 21 years ago
Incorporate feedback from "David S. Miller" <[email protected]>:
samleffler
as sam
More... almost 21 years ago
fix alignment calculation
samleffler
as sam
More... almost 21 years ago
import from freebsd:
samleffler
as sam
More... almost 21 years ago
bump for rfgain/beacon fix
samleffler
as sam
More... almost 21 years ago
bump to mark hal change (need hal version string)
samleffler
as sam
More... almost 21 years ago
o set module owner for device so net code handles module reference counts; should correct module unload problem (if we can get module to be marked autoclean) o remove unused module owner field from pci softc structure
samleffler
as sam
More... almost 21 years ago
set latency timer to 168 to correspond to freebsd; this reduces interrupt latency in the tx case from >1ms to ~270us
samleffler
as sam
More... almost 21 years ago