Browse Source

add 64 bit dma support to broadcom-wl, fixes wrt300n wifi support

SVN-Revision: 5717
Felix Fietkau 19 years ago
parent
commit
aae28d7120
2 changed files with 768 additions and 53 deletions
  1. 1 1
      package/broadcom-wl/src/kmod/Makefile
  2. 767 52
      package/broadcom-wl/src/kmod/hnddma.c

+ 1 - 1
package/broadcom-wl/src/kmod/Makefile

@@ -11,7 +11,7 @@
 #
 # $Id: Makefile,v 1.2 2005/03/29 03:32:18 mbm Exp $
 
-EXTRA_CFLAGS += -I$(TOPDIR)/arch/mips/bcm947xx/include -DBCMDRIVER
+EXTRA_CFLAGS += -I$(TOPDIR)/arch/mips/bcm947xx/include -DBCMDRIVER=1 -DBCMDMA64=1
 
 O_TARGET	:= wl$(MOD_NAME).o
 

File diff suppressed because it is too large
+ 767 - 52
package/broadcom-wl/src/kmod/hnddma.c


Some files were not shown because too many files changed in this diff