Commit Graph

100 Commits

Author SHA1 Message Date
Peter Robinson 19624c7141 brcm: Add BCM4354 NVRAM for Jetson TX1
Add a NVRAM file for the BCM4354 Wifi/BT module used on the
NVIDIA p2371-2180, AKA Jetson TX1.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2024-10-04 17:32:47 +01:00
Hans de Goede 5f5c4a6406 brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
Add a NVRAM file for the brcmfmac43340 wifi/bt chip found on the Acer
Iconia One 7 B1-750 tablet. This is based on copy of the existing
'brcm/brcmfmac43340-sdio.ASUSTeK COMPUTER INC.-TF103CE.txt' file with
some of the values adjusted for the Acer Iconia One 7 B1-750 tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2024-02-28 16:53:41 -06:00
Hans de Goede 721eec9d1d brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet
Add a NVRAM file for the brcmfmac43362 wifi/bt chip found on the Asus
Memo Pad 7 ME176C tablet. This is based on copy of the existing
brcm/brcmfmac43362-sdio.cubietech,cubietruck.txt file with some
of the values adjusted for the Asus Memo Pad 7 ME176C tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2024-02-16 05:23:27 -06:00
Hans de Goede 32aa5005ca brcm: Add brcmfmac43430-sdio.xxx.txt nvram for the Chuwi Hi8 (CWI509) tablet
Add a NVRAM file for the brcmfmac43430[a1] wifi/bt chip found on some
versions of the Chuw Hi8 (CWI509) tablet. This is based on copy of
the existing brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt NVRAM file with some
the calibration values adjusted for the Chuwi Hi8 tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2024-01-29 11:10:32 -06:00
Hans de Goede 76ad2755a2 brcm: Add nvram for the Lenovo Yoga Book X90F / X90L convertible
Add a NVRAM file for the brcmfmac4356 wifi chip found on the mainboard
of the Lenovo Yoga Book X90 convertible. This is based on a copy of
the existing "brcmfmac4356-pcie.Xiaomi Inc-Mipad2.txt" NVRAM file with
various parameters changed to match the Lenovo Yoga Book X90F / X90L.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2023-03-03 21:45:12 +01:00
Hans de Goede 1bc8afb2f5 brcm: Fix Xiaomi Inc Mipad2 nvram/.txt file macaddr
Replace the macaddr setting with the special fixed macaddr the kernel's
brcmfmac driver uses to identify that there is no macaddr programmed
into the NIC (NIC programmed makes takes precedence over the .txt one).

This will properly make the kernel generate a random MAC and set
addr_assign_type to NET_ADDR_RANDOM on devices without a MAC programmed
into the NIC.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2023-03-03 21:13:13 +01:00
Hans de Goede d02d58aaef brcm: Add nvram for the Advantech MICA-071 tablet
Add a NVRAM file for the brcmfmac43241b4 wifi chip found on the mainboard
of the Advantech MICA-071 tablet. This is based on a copy of the existing
"brcmfmac43241b4-sdio.Intel Corp.-VALLEYVIEW C0 PLATFORM.txt" NVRAM file
with various parameters changed to match the Advantech MICA-071.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2023-03-03 21:12:58 +01:00
Arend van Spriel 1fd4c55269
brcm: revert firmware files for Cypress devices
Recent commit added firmware files into the brcm subdirectory. However,
it restored some firmware files that were replaced by firmware files
provided by Cypress using symbolic links. Hence removing these files
once more.

Reported-by: John Keeping <john@metanate.com>
Fixes: 0707b2f ("brcm: add/update firmware files for brcmfmac driver")
Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-02-10 14:29:41 -05:00
Arend van Spriel 5aa0b27d92
brcm: restore previous firmware file for BCM4329 device
The BCM4329 firmware was recently updated, but it was reported this
was not working for NVIDIA Tegra devices. Turns out this firmware does
not support a firmware api command that brcmfmac relies on. So we need
to revert this firmware update and restore the previous one.

Reported-by: Dmitry Osipenko <digetx@gmail.com>
Fixes: 0707b2f ("brcm: add/update firmware files for brcmfmac driver")
Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-02-10 14:29:17 -05:00
Andreas Kemnade 3723b48005
brcm: add configuration files for CyberTan WC121
These chips are found in some ebook readers with
devicetree in mainline kernel.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-01-17 07:55:25 -05:00
Arend van Spriel 0707b2f2f1
brcm: add/update firmware files for brcmfmac driver
Updating a number of firmware files and adding some that are
already supported by the driver for some time.

Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2022-12-08 07:53:06 -05:00
Hans de Goede c58f00165b brcm: Add nvram for Lenovo Yoga Tablet 2 830F/L and 1050F/L tablets
Add a NVRAM file for the brcmfmac43241b4 wifi chip found on the mainboard
of Lenovo Yoga Tablet 2 830F/L and 1050F/L tablets. This is based on
a copy of the existing brcmfmac43430a0-sdio.ilife-S806.txt NVRAM file with
various parameters changed to match the Lenovo Yoga Tablet 2 series.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2022-08-10 16:27:41 +02:00
Hans de Goede d4a4224965 brcm: Add nvram for the Xiaomi Mi Pad 2 tablet
Add a NVRAM file for the brcmfmac43340 wifi/bt chip found on the
Xiaomi Mi Pad 2 tablet. This is based on copy of the existing
brcm/brcmfmac4356-pcie.gpd-win-pocket.txt NVRAM file with some
of the calibration values adjusted for the Xiaomi Mi Pad 2 tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2022-08-10 16:27:41 +02:00
Hans de Goede 7220731d63 brcm: Add nvram for the Asus TF103C tablet
Add a NVRAM file for the brcmfmac43340 wifi/bt chip found on the
Asus TF103C tablet. This is based on copy of the existing
brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt NVRAM file with some
of the calibration values adjusted for the Asus TF103C tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2022-08-10 16:27:41 +02:00
Peter Robinson c954892f63
Add initial AzureWave AW-CM256SM NVRAM file
The AzureWave AW-CM256SM wireless module is a WiFi/BT combo
module built using the Cypress CYW43455. Add an initial
NVRAM based on the one provided for the Beagle-AI which
contains this WiFi module. We can update/improve this easily
enough if we get a newer rev of the NVRAM later.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2022-06-21 09:13:06 -04:00
Peter Robinson df58e57828
Remove the Pine64 Quartz copy of the RPi NVRAM
We can't just copy the Rasperry Pi NVRAM, their modules are custom
made so they have their own special NVRAMs for their variant. While
they may work for other modules it could put them out of compliance
or worse. We need to add an appropraite AzureWave AW-CM256SM NVRAM.

Even if it was the right one it should have just been linked rather
than actually copying it again too.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2022-06-21 09:10:41 -04:00
Dan Johansen 2b0e96ecbe
brcm: Add NVRAM file 43455 based Wifi/BT module as used on the Quartz64 Model B from Pine64. This file is based on the existing "brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt" NVRAM file.
Signed-off-by: Dan Johansen <strit@manjaro.org>
[Folded in separate patch to add WHENCE entry]
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2022-06-10 07:12:39 -04:00
Peter Robinson 4ffcf980a5
brcm: rename Rock960 NVRAM to AP6356S and link devices to it
The Rock960, VIM2 and Firefly3399 all have a AP6356S WiFi module
and their NVRAM all appear to be the same so call the NVRAM after
the AP module and link the 3 devices to that to make it clear.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2022-04-11 07:10:25 -04:00
Hans de Goede 7a30050592
brcm: Add 43455 based AP6255 NVRAM for the ACEPC T8 Mini PC
Add a NVRAM file for the Ampak AP6255 Wifi/BT module as used
on the ACEPC T8 Mini PC This file is based on the existing
"brcm/brcmfmac43455-sdio.MINIX-NEO Z83-4.txt" NVRAM file with
the values adjusted for the Minix Neo Z83-4 Mini PC

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2021-09-28 09:29:42 -04:00
Hans de Goede 2548d065b8
brcm: Add nvram for the Chuwi Hi8 (CWI509) tablet
Add a NVRAM file for the brcmfmac43430a0 wifi/bit chip found on the
Chuw Hi8 (CWI509) tablet. This is based on copy of the existing
brcm/brcmfmac43430a0-sdio.jumper-ezpad-mini3.txt NVRAM file with some
the calibration values adjusted for the Chuwi Hi8 tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2021-04-03 08:30:12 -04:00
Hans de Goede e45c137e79
brcm: Add nvram for the Predia Basic tablet
Add a NVRAM file for the brcmfmac43340 wifi/bit chip found on the
predia-basic tablet. This is based on copy of the existing
brcm/brcmfmac43340-sdio.meegopad-t08.txt NVRAM file with some the
calibration values adjusted for the Predia Basic tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2021-04-03 08:29:59 -04:00
Matthias Brugger 58825f74eb
brcm: Fix Raspberry Pi 4B NVRAM file
NVRAM file set's boarflags3 to 0x48200100 which indicates the firmware
that an external LPO is present. But on the RPi4 no external LPO exists.

Fixes: 870b805 ("brcm: Update Raspberry Pi 3B+/4B NVRAM for downstream changes")
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2021-03-03 12:59:01 -05:00
Peter Robinson d528862425
brcm: Add NVRAM for Vamrs 96boards Rock960
The 96boards Rock960 has a Cypress 4356 WiFi module, this adds the
a NVRAM based on the downstream NVRAM.

https://people.linaro.org/~manivannan.sadhasivam/rock960_wifi/brcmfmac4356-sdio.txt

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: Sahaj Sarup <sahaj.sarup@linaro.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2021-01-09 07:31:33 -05:00
Peter Robinson 870b805dc7
brcm: Update Raspberry Pi 3B+/4B NVRAM for downstream changes
The Raspberry Pi Foundation NVRAM files have been updated for a new
BT/WiFi coexistence parameter for firmwares newer than 177, now
we have new firmwares (7.45.221) from Cypress for the BCM43455
update the NVRAM for these parameters.

Update the RPi4B NVRAM boardflags3 parameter to match too, which
also happens to be what we already have for the RPi3B+.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: Matthias Brugger <mbrugger@suse.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2021-01-09 07:30:45 -05:00
Peter Robinson 0f0aefd733
brcm: remove old brcm firmwares that have newer cypress variants
Cypress pushed newer versions of the following firmwares:

     - 43012
     - 43340
     - 43362
     - 4339
     - 43430
     - 43455
     - 4354
     - 4356
     - 43570
     - 4373
     - 54591

Remove these old ones as they're likely vulnerable to at least the
KrØØk vulnerability (CVE-2019-15126).

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Chi-Hsien Lin <chi-hsien.lin@cypress.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2021-01-07 19:49:04 -05:00
Josh Boyer 78c0348458
Use Link function for brcmfmac43362-sdio.lemaker,bananapro.txt
This removes the in-repo symlink and uses Link in WHENCE to create
it at installation time.

Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-04-21 07:45:26 -04:00
Matthias Brugger f93c7a18db brcm: Add BCM43455 NVRAM for Raspberry Pi 4 B
Add a NVRAM file for the BCM43455 Wifi/BT module as used on the
Raspberry Pi 4 Model B.

Signed-off-by: Matthias Brugger <mbrugger@suse.com>
2019-11-27 17:12:39 +01:00
Hans de Goede 7307a29961
brcm: Add 43455 based AP6255 NVRAM for the Minix Neo Z83-4 Mini PC
Add a NVRAM file for the Ampak AP6255 Wifi/BT module as used on the
Minix Neo Z83-4 Mini PC. This file is based on the existing
brvm/brcmfmac4356-pcie.gpd-win-pocket.txt NVRAM file with some of the
values adjusted for the Minix Neo Z83-4 Mini PC.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-08-27 08:04:55 -04:00
Hans de Goede 65d02cd902
brcm: Add 43340 based AP6234 NVRAM for the PoV TAB-P1006W-232 tablet
Add a NVRAM file for the Ampak AP6234 Wifi/BT module as used on the
Point of View TAB-P1006W-232 tablet. This file is based on the existing
brcm/brcmfmac43340-sdio.meegopad-t08.txt NVRAM file with some of the
values adjusted for the Point of View TAB-P1006W-232 tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-08-27 08:04:41 -04:00
Matthias Brugger 56483ad116 brcm: Add BCM43455 NVRAM for Raspberry Pi 3 B+
Add a NVRAM file for the BCM43455 Wifi/BT moduele as used on the
Raspberry Pi 3 Model B+.

Signed-off-by: Matthias Brugger <mbrugger@suse.com>
2019-01-15 13:33:48 +01:00
Matthias Brugger 638a91ab5d brcm: Fix filename for BCM43430 NVRAM for the Raspberry Pi 3 Model B
BCM43430 NVRAM config file for the RPi3 Model B was set to the value
found by brcmf_dmi_probe(), but should use the DT compatible.
Rename the file to actually make it work with the kernel driver.

Signed-off-by: Matthias Brugger <mbrugger@suse.com>
2019-01-15 13:32:11 +01:00
Josh Boyer b1eae29f91 Revert "brcm: Add BCM43455 NVRAM for Raspberry Pi 3 B+"
This reverts commit fca5958287.
2019-01-14 12:30:40 -05:00
Matthias Brugger 930f276f8f brcm: Add BCM43430 NVRAM for the Raspberry Pi 3 Model B
Add a NVRAM file for the BCM43430 Wifi/BT module as used on the
Raspberry Pi 3 Module B.

Signed-off-by: Matthias Brugger <mbrugger@suse.com>
2019-01-11 13:04:43 +01:00
Matthias Brugger fca5958287 brcm: Add BCM43455 NVRAM for Raspberry Pi 3 B+
Add a NVRAM file for the BCM43455 Wifi/BT moduele as used on the
Raspberry Pi 3 Model B+.

Signed-off-by: Matthias Brugger <mbrugger@suse.com>
2019-01-11 13:03:59 +01:00
Hans de Goede 117d21157c brcm: Add 4330 NVRAM for the Prowise PT301 tablet
Add a NVRAM file for the Ampak AP6330 Wifi/BT module as used on the
Prowise PT301 tablet. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the Prowise PT301 tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:36:45 -05:00
Hans de Goede 912d6a5a46 brcm: Add 43430 NVRAM for the Chuwi Vi8 Plus tablet
Add a NVRAM file for the Broadcom 43430 WiFi/BT chip as found on the
Chuwi Vi8 Plus tablet's mainboard. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the Chuwi Vi8 Plus tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:35:55 -05:00
Hans de Goede f16cf5efcc brcm: Add 43340 based AP6234 NVRAM for the Meegopad T08 HDMI stick
Add a NVRAM file for the Ampak AP6234 Wifi/BT module as used on the
Meegopad T08 HDMI stick. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the Meegopad T08 HDMI stick.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:35:55 -05:00
Hans de Goede 5a2766c17f brcm: Add 43430a0 based AP6212 NVRAM for the Jumper EZpad mini 3 tablet
Add a NVRAM file for the Ampak AP6212 Wifi/BT module as used on the
Jumper EZpad mini 3 tablet. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the Jumper EZpad mini 3 tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:35:55 -05:00
Hans de Goede 867ac13777 brcm: Add 43430a0 based AP6212 NVRAM for the Onda V80 Plus tablet
Add a NVRAM file for the Ampak AP6212 Wifi/BT module as used on the
ONDA V80 Plus tablet. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the ONDA V80 Plus tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:35:55 -05:00
Hans de Goede a5662fb7e9 brcm: Add 4356 based AP6356 NVRAM for the GPD win handheld
Add a NVRAM file for the Ampak AP6356 Wifi/BT module as used in the
GPD win handheld. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the GPD win handheld.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:35:55 -05:00
Hans de Goede f055ceb8bd brcm: Add brcmfmac43362-sdio.lemaker,bananapro.txt symlink
Lemaker, the manufacturer of the Banana Pro board has always shipped
the NVRAM file from the Cubietech Cubietruck wifi for use with the
Ampak AP6181 43362 WiFi/BT module on the Banana Pro.

This commit adds a symlink from brcmfmac43362-sdio.lemaker,bananapro.txt
to brcm/brcmfmac43362-sdio.cubietech,cubietruck.txt to match this, making
the Wifi on the Banana Pro work OOTB.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:35:55 -05:00
Hans de Goede d9430acf46 brcm: Add 43362 based AP6210 NVRAM for the Cubietech Cubietruck
Add a NVRAM file for the Ampak AP6210 Wifi/BT module as found on the
Cubietech Cubietruck board. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the Cubietech Cubietruck board.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-18 15:35:55 -05:00
Arend van Spriel 211de1679a brcm: provide new firmwares for BCM4366 chipset
These firmwares are for the BCM4366 3x3 802.11 ac chipsets, which also
comprise of BCM4366E or BCM43664 devices.

Edited to add WHENCE entry by Josh Boyer

Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-12-15 20:51:38 -05:00
Chi-Hsien Lin 253a573936 brcm: update firmware for bcm43362 sdio
This firmware includes p2p fixes.

Signed-off-by: Chi-Hsien Lin <chi-hsien.lin@cypress.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-09-13 11:43:47 -04:00
Ryan Harkin c8d69033d0 brcm: add 43430 based AP6212 and 1DX NVRAM
Ampak AP6212 and Murata 1DX are both brcmfmac43430-sdio based WiFi/BT
modules.

I created these NVRAM config files from scratch based on publicly
available information documented on the Linaro Wiki:

https://wiki.linaro.org/mbl/nvram

It is released under GPLv2.

Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-07-27 11:09:23 -04:00
Chi-Hsien Lin fe4a9d49d4 brcm: update firmware for bcm4356 pcie
This firmware include fixes for:

CVE-2017-13077 - dropping replayed M3 for offloaded 4-way handshake.
CVE-2017-13078 - dropping replayed M3 for offloaded 4-way handshake.
CVE-2017-13079 - dropping replayed M3 for offloaded 4-way handshake.
CVE-2017-13080 - dropping replayed G1 for offloaded GTK rekey.
CVE-2017-13081 - dropping replayed G1 for offloaded GTK rekey.

Signed-off-by: Chi-Hsien Lin <chi-hsien.lin@cypress.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-06-06 08:26:20 -04:00
Chi-Hsien Lin a292181227 brcm: update firmware for bcm4354 sdio
This firmware include fixes for:

CVE-2017-13077 - dropping replayed M3 for offloaded 4-way handshake.
CVE-2017-13078 - dropping replayed M3 for offloaded 4-way handshake.
CVE-2017-13079 - dropping replayed M3 for offloaded 4-way handshake.
CVE-2017-13080 - dropping replayed G1 for offloaded GTK rekey.
CVE-2017-13081 - dropping replayed G1 for offloaded GTK rekey.

Signed-off-by: Chi-Hsien Lin <chi-hsien.lin@cypress.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-06-06 08:26:15 -04:00
Chi-Hsien Lin be1c535efe brcm: update firmware for bcm43362 sdio
This firmware include fixes for:

CVE-2017-13077 - dropping replayed M3 for offloaded 4-way handshake.
CVE-2017-13078 - dropping replayed M3 for offloaded 4-way handshake.
CVE-2017-13079 - dropping replayed M3 for offloaded 4-way handshake.
CVE-2017-13080 - dropping replayed G1 for offloaded GTK rekey.
CVE-2017-13081 - dropping replayed G1 for offloaded GTK rekey.

Signed-off-by: Chi-Hsien Lin <chi-hsien.lin@cypress.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-06-06 08:26:08 -04:00
Chi-Hsien Lin 5ac5ad5c88 brcm: update firmware for bcm43340 sdio
This firmware include fixes for:

CVE-2017-13077 - dropping replayed M3 for offloaded 4-way handshake.
CVE-2017-13078 - dropping replayed M3 for offloaded 4-way handshake.
CVE-2017-13079 - dropping replayed M3 for offloaded 4-way handshake.
CVE-2017-13080 - dropping replayed G1 for offloaded GTK rekey.
CVE-2017-13081 - dropping replayed G1 for offloaded GTK rekey.

Signed-off-by: Chi-Hsien Lin <chi-hsien.lin@cypress.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-06-06 08:26:03 -04:00
Chi-Hsien Lin ec734a305a brcm: update firmware for bcm43430 sdio
This firmware include fixes for:

CVE-2017-13077 - dropping replayed M3 for offloaded 4-way handshake.
CVE-2017-13078 - dropping replayed M3 for offloaded 4-way handshake.
CVE-2017-13079 - dropping replayed M3 for offloaded 4-way handshake.
CVE-2017-13080 - dropping replayed G1 for offloaded GTK rekey.
CVE-2017-13081 - dropping replayed G1 for offloaded GTK rekey.

Signed-off-by: Chi-Hsien Lin <chi-hsien.lin@cypress.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-06-06 08:25:53 -04:00