Date: Sat, 29 Jan 2011 11:35:23 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files src/sys/dev/ath if_ath.c if_ath_misc.h if_ath_tx.c if_ath_tx.h src/sys/modules/ath Makefile Message-ID: <201101291135.p0TBZpoH076463@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
adrian 2011-01-29 11:35:23 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/ath if_ath.c sys/modules/ath Makefile Added files: sys/dev/ath if_ath_misc.h if_ath_tx.c if_ath_tx.h Log: SVN rev 218065 on 2011-01-29 11:35:23Z by adrian Migrate the TX path code out of if_ath and into a separate source file. There's two reasons for this: * the raw and non-raw TX path shares a lot of duplicate code which should be refactored; * the 11n-ready chip TX path needs a little reworking. Revision Changes Path 1.1558 +2 -0 src/sys/conf/files 1.286 +5 -952 src/sys/dev/ath/if_ath.c 1.1 +56 -0 src/sys/dev/ath/if_ath_misc.h (new) 1.1 +1029 -0 src/sys/dev/ath/if_ath_tx.c (new) 1.1 +44 -0 src/sys/dev/ath/if_ath_tx.h (new) 1.16 +1 -1 src/sys/modules/ath/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101291135.p0TBZpoH076463>