K 10 svn:author V 6 adrian K 8 svn:date V 27 2010-07-08T14:59:32.660645Z K 7 svn:log V 359 Address PR kern/148307 - fix if_ath TX mbuf alignment/size constraint checks The existing code only checked the alignment of the first mbuf and didn't enforce the size constraints. This commit introduces a simple function to check the alignment and size of all mbufs in the list. This fixes the initial issue in the PR. PR: kern/148307 Reviewed by: gonzo@ END