Skip to content

Commit

Permalink
Improved brcmfmac BT coexistence parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
pelwell authored and XECDesign committed Aug 20, 2018
1 parent 86e88fb commit b518de4
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
5 changes: 5 additions & 0 deletions brcm/brcmfmac43430-sdio.txt
Expand Up @@ -57,3 +57,8 @@ muxenab=0x1

#VCO freq 326.4MHz
spurconfig=0x3

# Improved Bluetooth coexistence parameters from Cypress
btc_mode=1
btc_params8=0x4e20
btc_params1=0x7530
5 changes: 5 additions & 0 deletions brcm/brcmfmac43455-sdio.txt
Expand Up @@ -90,3 +90,8 @@ txpwr5gAdcScale=1
dot11b_opts=0x3aa85
cbfilttype=1
fdsslevel_ch11=6

# Improved Bluetooth coexistence parameters from Cypress
btc_mode=1
btc_params8=0x4e20
btc_params1=0x7530
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
firmware-nonfree (1:20161130-3+rpt4) stretch; urgency=medium

* Improved brcmfmac BT coexistence parameters

-- Serge Schneider <serge@raspberrypi.org> Mon, 20 Aug 2018 10:53:55 +0100

firmware-nonfree (1:20161130-3+rpt3) stretch; urgency=medium

* Add brcmfmac43455-sdio version 7.45.154
Expand Down
14 changes: 12 additions & 2 deletions debian/patches/sdio-txt-files.patch
@@ -1,6 +1,6 @@
--- /dev/null
+++ b/brcm/brcmfmac43430-sdio.txt
@@ -0,0 +1,59 @@
@@ -0,0 +1,64 @@
+# NVRAM file for BCM943430WLSELG
+# 2.4 GHz, 20 MHz BW mode
+
Expand Down Expand Up @@ -60,9 +60,14 @@
+
+#VCO freq 326.4MHz
+spurconfig=0x3
+
+# Improved Bluetooth coexistence parameters from Cypress
+btc_mode=1
+btc_params8=0x4e20
+btc_params1=0x7530
--- /dev/null
+++ b/brcm/brcmfmac43455-sdio.txt
@@ -0,0 +1,92 @@
@@ -0,0 +1,97 @@
+# Cloned from bcm94345wlpagb_p2xx.txt
+NVRAMRev=$Rev: 498373 $
+sromrev=11
Expand Down Expand Up @@ -155,3 +160,8 @@
+dot11b_opts=0x3aa85
+cbfilttype=1
+fdsslevel_ch11=6
+
+# Improved Bluetooth coexistence parameters from Cypress
+btc_mode=1
+btc_params8=0x4e20
+btc_params1=0x7530
1 change: 0 additions & 1 deletion debian/source/include-binaries
Expand Up @@ -22,4 +22,3 @@ debian/config/misc-nonfree/i915/kbl_guc_ver9_14.bin
brcm/brcmfmac43430-sdio.bin
brcm/brcmfmac43455-sdio.bin
brcm/brcmfmac43455-sdio.clm_blob
brcm/brcmfmac43455-sdio.txt

0 comments on commit b518de4

Please sign in to comment.