From 3501473648fefe8155847846da78db63d4f7efa7 Mon Sep 17 00:00:00 2001 From: paolo Date: Tue, 20 Nov 2018 17:23:23 +0000 Subject: [PATCH] Moved ap6330 files into brcm directory, changed file names --- ap6330/README.txt | 6 ------ ap6330/brcm | 1 - ap6330/bcm40183b2.hcd => brcm/BCM4330B1.hcd | Bin .../brcmfmac-ap6330-sdio.bin | Bin .../brcmfmac-ap6330-sdio.txt | 0 5 files changed, 7 deletions(-) delete mode 100644 ap6330/README.txt delete mode 120000 ap6330/brcm rename ap6330/bcm40183b2.hcd => brcm/BCM4330B1.hcd (100%) rename ap6330/brcmfmac4330-sdio.bin => brcm/brcmfmac-ap6330-sdio.bin (100%) rename ap6330/brcmfmac4330-sdio.txt => brcm/brcmfmac-ap6330-sdio.txt (100%) diff --git a/ap6330/README.txt b/ap6330/README.txt deleted file mode 100644 index a7fa988..0000000 --- a/ap6330/README.txt +++ /dev/null @@ -1,6 +0,0 @@ -Ampak AP6330 firmware support (BCM4330 firmware + AP6330 nvram, BCM40183 bluetooth) - -BCM4330 802.11abg blob firmware taken from https://android.googlesource.com/platform/hardware/broadcom/wlan/ -AP6330 nvram and BCM40183 blobs from: https://github.com/rockchip-linux/rkwifibt - -./brcm symbolic link to the self directory is for compatibility with brcmfmac driver diff --git a/ap6330/brcm b/ap6330/brcm deleted file mode 120000 index 6a04314..0000000 --- a/ap6330/brcm +++ /dev/null @@ -1 +0,0 @@ -./ \ No newline at end of file diff --git a/ap6330/bcm40183b2.hcd b/brcm/BCM4330B1.hcd similarity index 100% rename from ap6330/bcm40183b2.hcd rename to brcm/BCM4330B1.hcd diff --git a/ap6330/brcmfmac4330-sdio.bin b/brcm/brcmfmac-ap6330-sdio.bin similarity index 100% rename from ap6330/brcmfmac4330-sdio.bin rename to brcm/brcmfmac-ap6330-sdio.bin diff --git a/ap6330/brcmfmac4330-sdio.txt b/brcm/brcmfmac-ap6330-sdio.txt similarity index 100% rename from ap6330/brcmfmac4330-sdio.txt rename to brcm/brcmfmac-ap6330-sdio.txt