patches/kdrivers/include/wanpipe.h | 4 ++--
patches/kdrivers/include/wanpipe_common.h | 2 +-
patches/kdrivers/src/net/Makefile | 17 ++++++++++++-----
patches/kdrivers/src/net/sdla_adsl.c | 17 +++++++++++++++++
patches/kdrivers/src/net/sdlamain.c | 23 +++++++++++++++++++----
5 files changed, 51 insertions(+), 12 deletions(-)
New commits:
commit f03428e14880498776831b56a5ffde93d18b74ae
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Thu Oct 23 13:39:43 2008 -0700
Fix skbuff end pointer on 64 bit
This fixes a warning that is a hint of a real problem on 64 bit.
On 64 bit platforms the skb end has to be computed with skb_end_pointer
and can not be directly accessed.
commit 7359fc259293f3a2b6feaa914d61428c2deb8a02
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Thu Oct 23 13:02:01 2008 -0700
Resolve license issues with wanpipe ADSL
The ADSL driver has binary-only components and therefore can be
licensed under the GPL. The workaround is to separate out the interface
for ADSL into a separate module that is marked with the correct
license.
This also addresses the missing build for ADSL on 64bit platforms.
http://suva.vyatta.com/git/?p=wanpipe.git;a=commitdiff;h=f03428e14880498776831b56a5ffde93d18b74ae
http://suva.vyatta.com/git/?p=wanpipe.git;a=commitdiff;h=7359fc259293f3a2b6feaa914d61428c2deb8a02
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn