Commit Graph

30 Commits (alistair/main)

Author SHA1 Message Date
Reto Schneider 2ea86675db
rtlwifi: v88.2 firmware files for RTL8192CU
The vendor driver rtl8188C_8192C_usb_linux_v4.0.1_6911.20130308 includes
new firmware files. These were extracted from data statements in that
driver to form these files.

Before this update, with version 80 of the firmware, the USB interface
of the RTL8192CU WLAN controller often locked itself up:
 usb 1-2: device descriptor read/64, error -110
 usb 1-2: device not accepting address 4, error -110
 usb 1-2: device not accepting address 5, error -110
 usb usb1-port2: unable to enumerate USB device
 usb 2-2: device descriptor read/64, error -110
 usb 2-2: device descriptor read/64, error -110

On ARMv5 based GARDENA smart gateways running Linux 4.19.78, this can
be reliably reproduced by rebooting (warm) the gateway multiple times
(max. 50 attempts needed).
Unlike users having this issues on a USB Wi-Fi dongle, resetting of the
chip by replugging is not an option on this gateway due to the lack of
any power cut functionality. Therefore, a (cold) reboot of the whole
gateway is needed.

Updating the firmware of the RTL8192CU WLAN controller from version
v80.0 to v88.2 (as per output of rtl8xxxu) resolves this issue.
The problem did no show up anymore for 1000 restarts.

Please note:
 - Only rtl8192cufw_TMSC.bin tested (mainly on rtl8xxxu)
 - rtl8192cu seems to work as well as before, but I can not rule out
   that this new firmware version brings unwanted changes.
   The Realtek drivers containing v88.2 of the firmware
   (v4.0.1_6911.20130308 to v4.0.9_25039.20171107) have some changes
   compared to the version v3.4.2_3727.20120404, for which I do not know
   if those should be reflected in rtl8192cu.

Unrelated of the initially described USB problem, another issue still
remains after updating the firmware: Using the rtl8192cu driver,
scanning for available SSIDs yields no more results after a few hundred
scans (iw wlan0 scan). rtl8xxxu does not suffer from this problem.

Signed-off-by: Reto Schneider <code@reto-schneider.ch>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Tested-by: Chris Chiu <chiu@endlessos.org>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-11-13 10:29:32 -05:00
Larry Finger c1ce20e56e
rtlwifi: rtl8821ae: Add firmware for the RTL8812AE variant.
Although the RTL8812AE uses the same driver as the RTL8821AE, it uses
slightly different firmware, which was never sent to linux-firmware before.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-10-08 07:17:38 -04:00
Larry Finger 2eefafb2e9 rtlwifi: rtl8723de: Add firmware for new driver/device
A driver for the RTL8723DE is nearing submission to staging. This commit supplies
the firmware for it.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2018-01-03 15:32:34 -05:00
Larry Finger 9d40a17bea rtlwifi: rtl8822be: Add firmware for new driver/device
A driver for the RTL8822BE has been added to staging. This commit supplies
the firmware for it.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2017-08-29 11:41:47 -07:00
Larry Finger 28b9f21e55 rtlwifi: rtl8723bs: Add firmware for new driver
This driver is being added for Fedora users, and will then be added
to the mainline kernel.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
c: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2017-02-17 09:42:39 -08:00
Larry Finger 0f863ff1b3 rtlwifi: Add updates for RTL8723BE and RTL8821AE
The new versions will only work with new versions of the drivers. For
that reason, they are given new names and the old versions are retained.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-11-28 11:24:01 -05:00
Jes Sorensen 91d5dd1361 rtlwifi: v19 firmware for rtl8192eu
This is v19 firmware for the rtl8192u. Support for this device is
currently under development and will be added to the rtl8xxxu driver.
This firmware occurs as data statements in Realtek vendor driver
rtl8192EU_linux_v4.3.1.1_11320.20140505

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-02-03 10:50:47 -05:00
Jes Sorensen c5456ddf22 rtlwifi: v35 firmware for rtl8723bu
This is v35 firmware for the rtl8723bu. Support for this device is
currently under development and will be added to the rtl8xxxu driver.
This firmware occurs as data statements in Realtek vendor driver
rtl8723BU_WiFi_linux_v4.3.16_14189.20150519_BTCOEX20150119-5844

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2016-01-11 15:46:23 -08:00
Troy Tan 93c893e53e rtlwifi: rtl8192ee: New firmware from Realtek
Recent testing by Realtek found bugs in both the driver and firmware for
the RTL8192EE chips.

Signed-off-by: Troy Tan <troy_tan@realsil.com.cn>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-01-15 14:20:49 -05:00
Larry Finger f662913981 Update firmware for rtl8821ae
This version corresponds to the firmware in the vendor's driver labelled
rtlwifi_linux_mac80211_0019.0320.2014V628. Firmware rtl8821aefw_wowlan.bin
is new with this release.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2014-09-13 01:12:13 -04:00
Larry Finger 5100f81fb3 Update firmware for rtl8192de
This version corresponds to the firmware in the vendor's driver labelled
rtlwifi_linux_mac80211_0019.0320.2014V628.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2014-09-13 01:12:11 -04:00
Larry Finger be225d6c10 Update firmware for rtl8723be
This version corresponds to the firmware in the vendor's driver labelled
rtlwifi_linux_mac80211_0019.0320.2014V628.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2014-09-12 22:35:51 -04:00
Larry Finger 9396e3dd43 Update firmware for rtl8192ce
The latest driver, labelled rtlwifi_linux_mac80211_0019.0320.2014V628,
has updated firmware for the RTL8192CE.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2014-09-12 22:27:32 -04:00
Larry Finger 9341fb9cf5 rtlwifi: rtl8723be: Add firmware
This commit provides firmware for the RTL8723CE, which is in kernel 3.15.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2014-06-03 20:23:17 +01:00
Larry Finger 4164c23d2e rtlwifi: Add firmware for rtl8192ee
This firmware is for a driver for the Realtek RTL8192EE PCI WIFI device.
It came from a tarball from Realtek named
rtl_92ce_92se_92de_8723ae_88ee_8723be_92ee_linux_mac80211_0017.1224.2013.tar.gz
and is allowed to be distributed under the LICENCE.rtlwifi_firmware.txt license.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2014-02-09 13:26:05 +00:00
Connor Behan d7f8a7c81a Remove executable permissions from firmware files
We should change these permissions unless there is a reason to keep them
executable.

Signed-off-by: Connor Behan <connor.behan@gmail.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2014-01-27 00:49:23 +00:00
Greg Kroah-Hartman 4c7327a357 rtlwifi: Add firmware for rtl8821ae
This firmware is for a driver for the Realtek 8821AE PCI WIFI device.
It came from a tarball from Realtek named
wifi_driver_8821ae_0018.1129.2013.tar.gz and is allowed to be
distributed under the LICENCE.rtlwifi_firmware.txt license.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
[bwh: Fix filename in WHENCE]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2014-01-27 00:47:16 +00:00
Larry Finger e05f16ef68 rtlwifi: Add firmware for r8723au
This firmware is for a driver that will soon be submitted to the kernel.
It occurs as data statements in Realtek driver rtl8723A_WiFi_linux_v4.1.3_6044.20121224.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2014-01-19 23:33:04 +00:00
Larry Finger ffc47f1878 rtlwifi: Add new firmware files for rtl8188eu
The vendor driver RTL8188EUS_linux_v4.1.4_6773.20130222 contains
firmware in the form of data statements. This info has been extracted
into a binary file.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-10-13 21:03:23 +01:00
Larry Finger 2c8a279754 rtlwifi: Add new firmware files for rtl8192cu
The vendor driver rtl8188C_8192C_8192D_usb_linux_v3.4.2_3727.20120404
includes new firmware files. These were extracted from data statements
in that driver to form these files.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-10-13 21:03:23 +01:00
Larry Finger 27f516c5ec rtlwifi/rtl8188ee: Add firmware for new driver
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-01-21 01:19:36 +00:00
Larry Finger d92576c7fb rtlwifi/rtl8712u Revert firmware
Although the newest firmware for the RTL8192SU, which is found in vendor
driver rtl8188C_8192C_8192D_usb_linux_v3.4.2_3727.20120404, works with most
devices, it causes drops of the wireless connection for the ASUS WL-167G V3
(USB ID 0b05:1791), the D-Link DWA131 (07d1:3303), and probably others.
Tests show that the firmware from vendor driver
rtl8712_8188_8191_8192SU_usb_linux_v7_0.20100831 works better.

This commerts reverts to that older firmware.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-09-20 23:27:13 +01:00
Larry Finger adb6547d1f rtlwifi/rtl8723e: Add firmware for new driver
The driver and firmware are new additions to the rtlwifi family of drivers.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-09-09 19:58:00 +01:00
Larry Finger d8f60751d3 r8712u: Update to latest firmware
A new firmware file is used in the vendor driver with name/version
rtl8188C_8192C_8192D_usb_linux_v3.4.2_3727.20120404.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-07-19 01:36:25 +01:00
Larry Finger e0836e6ec3 rtlwifi: rtl8192ce: rtl8192se: rtl8192de: Update to rtl_92ce_92se_92de_linux_mac80211_0004.0816.2011 driver
Realtek driver rtl_92ce_92se_92de_linux_mac80211_0004.0816.2011 introduced new
versions of the firmware for rtl8192se, and rtl8192de. It also adds new
firmware for new cuts of the RTL8192CE chips.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-07-09 00:15:44 +01:00
Larry Finger f8ddc05e13 rtlwifi: rtl8712u: Upgrade to firmware found in vendor's V2.6.6
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-08-17 16:55:37 +01:00
Larry Finger 2fab48391f linux-firmware: Add firmware file for Realtek RTL8192DE
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-01-26 08:52:27 +10:00
Larry Finger 39cd7bc45f linux-firmware: Add firmware file for Realtek RTL8192SE
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2011-01-23 03:40:22 +10:00
Larry Finger 4844fa169c linux-firmware: Add firmware file for RTL8192CU
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2010-12-13 12:44:19 +00:00
Larry Finger 8f91916079 linux-firmware: Add firmware files for Realtek RTL8712U and RTL8192CE
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2010-11-01 23:56:52 -05:00