linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] rtl8xxxu - additional fixes
@ 2016-04-14 20:37 Jes.Sorensen
  2016-04-14 20:37 ` [PATCH 01/16] rtl8xxxu: Mark 0x050d:0x1004 as tested Jes.Sorensen
                   ` (16 more replies)
  0 siblings, 17 replies; 20+ messages in thread
From: Jes.Sorensen @ 2016-04-14 20:37 UTC (permalink / raw)
  To: linux-wireless; +Cc: kvalo, Larry.Finger, Jes Sorensen

From: Jes Sorensen <Jes.Sorensen@redhat.com>

Hi,

This is a second set of rtl8xxxu related patches, which goes on top of
the set I sent out earlier today. If you only have time to go through
one set, please look at the other set.

This set primarily contains fixes to make rtl8188ru v2 devices work
again. I have reports that v1 devices still don't work, but I don't
have one of those, so I am not able to test this.

This also includes a fix for a crash reported by Xose Vazquez Peres
when trying to hot add a USB ID. It marks 0x050d:0x1004 as tested,
reported by Andrea Merello, and handles an old bug where the
driver didn't unregister from mac80211 before shutting down the
device. Last it includes a uninitialized return value fix from Colin
Ian King.

Cheers,
Jes


Colin Ian King (1):
  rtl8xxxu: fix uninitialized return value in ret

Jes Sorensen (15):
  rtl8xxxu: Mark 0x050d:0x1004 as tested
  rtl8xxxu: Move PHY RF init into device specific functions
  rtl8xxxu: For devices with external PA (8188RU), limit CCK TX power
  rtl8xxxu: Apply 8188RU workaround for UMC B cut parts correctly
  rtl8xxxu: Use rtl_chip == RTL8188R to identify high PA parts
  rtl8xxxu: Match 8723bu power down sequence to vendor driver
  rtl8xxxu: Unregister from mac80211 before shutting down the device
  rtl8xxxu: Update copyright statement to include 2016
  rtl8xxxu: Set register 0xfe10 on rtl8192cu based parts
  rtl8xxxu: Add TX power base values for gen1 parts
  rtl8xxxu: Fix 8188RU support
  rtl8xxxu: Fix OOPS if user tries to add device via /sys
  rtl8xxxu: Implement rtl8192e_enable_rf()
  rtl8xxxu: Pause TX before calling disable_rf()
  rtl8xxxu: MAINTAINERS: Update to point to the active devel branch

 MAINTAINERS                                        |   2 +-
 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.c   | 378 +++++++++++++++------
 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h   |  30 +-
 .../net/wireless/realtek/rtl8xxxu/rtl8xxxu_regs.h  |   2 +-
 4 files changed, 306 insertions(+), 106 deletions(-)

-- 
2.5.5


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2016-04-15 18:39 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-14 20:37 [PATCH 00/16] rtl8xxxu - additional fixes Jes.Sorensen
2016-04-14 20:37 ` [PATCH 01/16] rtl8xxxu: Mark 0x050d:0x1004 as tested Jes.Sorensen
2016-04-15 18:39   ` [01/16] " Kalle Valo
2016-04-14 20:37 ` [PATCH 02/16] rtl8xxxu: fix uninitialized return value in ret Jes.Sorensen
2016-04-14 20:37 ` [PATCH 03/16] rtl8xxxu: Move PHY RF init into device specific functions Jes.Sorensen
2016-04-14 20:37 ` [PATCH 04/16] rtl8xxxu: For devices with external PA (8188RU), limit CCK TX power Jes.Sorensen
2016-04-14 20:37 ` [PATCH 05/16] rtl8xxxu: Apply 8188RU workaround for UMC B cut parts correctly Jes.Sorensen
2016-04-14 20:37 ` [PATCH 06/16] rtl8xxxu: Use rtl_chip == RTL8188R to identify high PA parts Jes.Sorensen
2016-04-14 20:37 ` [PATCH 07/16] rtl8xxxu: Match 8723bu power down sequence to vendor driver Jes.Sorensen
2016-04-14 20:37 ` [PATCH 08/16] rtl8xxxu: Unregister from mac80211 before shutting down the device Jes.Sorensen
2016-04-14 20:37 ` [PATCH 09/16] rtl8xxxu: Update copyright statement to include 2016 Jes.Sorensen
2016-04-14 20:37 ` [PATCH 10/16] rtl8xxxu: Set register 0xfe10 on rtl8192cu based parts Jes.Sorensen
2016-04-14 20:37 ` [PATCH 11/16] rtl8xxxu: Add TX power base values for gen1 parts Jes.Sorensen
2016-04-14 20:37 ` [PATCH 12/16] rtl8xxxu: Fix 8188RU support Jes.Sorensen
2016-04-14 20:37 ` [PATCH 13/16] rtl8xxxu: Fix OOPS if user tries to add device via /sys Jes.Sorensen
2016-04-14 20:37 ` [PATCH 14/16] rtl8xxxu: Implement rtl8192e_enable_rf() Jes.Sorensen
2016-04-14 20:37 ` [PATCH 15/16] rtl8xxxu: Pause TX before calling disable_rf() Jes.Sorensen
2016-04-14 20:37 ` [PATCH 16/16] rtl8xxxu: MAINTAINERS: Update to point to the active devel branch Jes.Sorensen
2016-04-14 20:50 ` [PATCH 00/16] rtl8xxxu - additional fixes Larry Finger
2016-04-14 21:11   ` Jes Sorensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).