summarylogtreecommitdiffstats
path: root/9003-brcmfmac-properly-align-buffers-on-certain-platform-swith-64-bit-DMA.patch
diff options
context:
space:
mode:
Diffstat (limited to '9003-brcmfmac-properly-align-buffers-on-certain-platform-swith-64-bit-DMA.patch')
-rw-r--r--9003-brcmfmac-properly-align-buffers-on-certain-platform-swith-64-bit-DMA.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/9003-brcmfmac-properly-align-buffers-on-certain-platform-swith-64-bit-DMA.patch b/9003-brcmfmac-properly-align-buffers-on-certain-platform-swith-64-bit-DMA.patch
deleted file mode 100644
index 9ceb06cf597e..000000000000
--- a/9003-brcmfmac-properly-align-buffers-on-certain-platform-swith-64-bit-DMA.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
-index a999f95062c7d..fc64b8913aa6a 100644
---- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
-+++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
-@@ -540,7 +540,11 @@ static int qcount[NUMPRIO];
- /* Limit on rounding up frames */
- static const uint max_roundup = 512;
-
-+#ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT
-+#define ALIGNMENT 8
-+#else
- #define ALIGNMENT 4
-+#endif
-
- enum brcmf_sdio_frmtype {
- BRCMF_SDIO_FT_NORMAL,