diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-07 17:38:54 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-07 17:38:54 +0000 |
commit | 189edfef1a6001b5922726b116bbfca3313cb4d5 (patch) | |
tree | 15b027fc2229040c57b9713044a68d14fa81d8b3 /package/kernel/broadcom-wl/patches/006-generic-dma-api.patch | |
parent | 8a792ca2bbcc7db1024aefb68e3732ed492d3fe6 (diff) | |
download | upstream-189edfef1a6001b5922726b116bbfca3313cb4d5.tar.gz upstream-189edfef1a6001b5922726b116bbfca3313cb4d5.tar.bz2 upstream-189edfef1a6001b5922726b116bbfca3313cb4d5.zip |
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 <hauke@hauke-m.de>
SVN-Revision: 41545
Diffstat (limited to 'package/kernel/broadcom-wl/patches/006-generic-dma-api.patch')
-rw-r--r-- | package/kernel/broadcom-wl/patches/006-generic-dma-api.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 <george@znau.edu.ua> #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; |