From 43474360c78cbad132edb1348dd0c257b38d4389 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 7 Jul 2014 17:38:54 +0000 Subject: broadcom-wl: assign first increased mac address to internal wifi core When the original mac addresses are not valid assign the first one to the internal wifi core, this matches the manufacture mac address in most cases. In addition refresh the patches. Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41545 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/broadcom-wl/patches/006-generic-dma-api.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/kernel/broadcom-wl/patches/006-generic-dma-api.patch') diff --git a/package/kernel/broadcom-wl/patches/006-generic-dma-api.patch b/package/kernel/broadcom-wl/patches/006-generic-dma-api.patch index a90bbe1f96..d6dd5f0aae 100644 --- a/package/kernel/broadcom-wl/patches/006-generic-dma-api.patch +++ b/package/kernel/broadcom-wl/patches/006-generic-dma-api.patch @@ -77,7 +77,7 @@ Signed-off-by: George Kashperko #endif /* mips */ } } -@@ -404,7 +422,7 @@ osl_dma_unmap(osl_t *osh, uint pa, uint +@@ -404,7 +422,7 @@ osl_dma_unmap(osl_t *osh, uint pa, uint ASSERT((osh && (osh->magic == OS_HANDLE_MAGIC))); dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: PCI_DMA_FROMDEVICE; -- cgit v1.2.3